cec: set the correct logical address mask before switching to autonomous mode. bugzid...
[deb_libcec.git] / src / lib / LibCEC.h
index fb98030fd6e46d96546c9b9eace927638b184b32..b8c8667d67ab9bd8b50d4b374d4e8243af53e823 100644 (file)
@@ -123,6 +123,8 @@ namespace CEC
       const char *ToString(const cec_server_version version);
 
       static cec_device_type GetType(cec_logical_address address);
+      static uint16_t GetMaskForType(cec_logical_address address);
+      static uint16_t GetMaskForType(cec_device_type type);
     //@}
 
       static void AddLog(const cec_log_level level, const char *strFormat, ...);