Release 2.2.0
[deb_libcec.git] / src / lib / adapter / RPi / RPiCECAdapterCommunication.h
index 7fbc1052f7793f3fa576e10d9c5d1374b8329f50..e6a644645ec210fa6b3633a0ec4b2e4d7aef0a2a 100644 (file)
@@ -97,7 +97,7 @@ namespace CEC
   private:
     cec_logical_address GetLogicalAddress(void);
     bool UnregisterLogicalAddress(void);
-    bool RegisterLogicalAddress(const cec_logical_address address);
+    bool RegisterLogicalAddress(const cec_logical_address address, uint32_t iTimeoutMs = CEC_DEFAULT_CONNECT_TIMEOUT);
     int InitHostCEC(void);
 
     bool m_bInitialised;   /**< true when the connection is initialised, false otherwise */