cec: retransmit if needed. wait long enough for an ack message
[deb_libcec.git] / src / lib / CECProcessor.h
index 660fee0ffc98053507a1f5142e0f8f326a27a200..ef2be9c494d7206bf4ec4acfe3ba812d1316ea9b 100644 (file)
@@ -72,7 +72,7 @@ namespace CEC
       virtual uint8_t GetSourceDestination(cec_logical_address destination = CECDEVICE_BROADCAST) const;
 
     private:
-      bool WaitForAck(uint32_t iTimeout = 1000);
+      bool WaitForAck(bool *bError, uint32_t iTimeout = 1000);
       bool ParseMessage(cec_frame &msg);
       void ParseCurrentFrame(cec_frame &frame);