cec: more cleanups in CUSBCECAdapterCommunication, and re-added SetLineTimeout()...
[deb_libcec.git] / src / lib / adapter / USBCECAdapterCommunication.h
index 98f72fc427c9a2a9d6cde09c675de8d74bab07a6..71b8ea87a176a016f18bd989aebb79e0260c84f4 100644 (file)
@@ -89,7 +89,10 @@ namespace CEC
 
     void *Process(void);
   private:
+    bool SendCommand(cec_adapter_messagecode msgCode, CCECAdapterMessage &params, bool bExpectAck = true, bool bIsTransmission = false, bool bSendDirectly = true);
+
     bool SetAutoEnabled(bool enabled);
+    bool SetDeviceType(cec_device_type type);
     bool SetDefaultLogicalAddress(cec_logical_address address);
     bool SetLogicalAddressMask(uint16_t iMask);
     bool SetPhysicalAddress(uint16_t iPhysicalAddress);