cec: fixed setting the ackmask. deprecated SetAckMask()/cec_set_ack_mask(). use SetLo...
[deb_libcec.git] / include / CECExports.h
index 3a72aea13252f468bbd91919eee29c2b5fdeb586..ad1eb969fb4225c84468edebb8f437f65c0c2812 100644 (file)
@@ -55,8 +55,8 @@
 extern "C" {
 namespace CEC {
 #endif
-  #define CEC_MIN_VERSION      1
-  #define CEC_LIB_VERSION      1
+  #define CEC_MIN_VERSION      2
+  #define CEC_LIB_VERSION      2
   #define CEC_SETTLE_DOWN_TIME 1000
 
   typedef std::vector<uint8_t> cec_frame;
@@ -192,9 +192,13 @@ namespace CEC {
     std::string path;
     std::string comm;
   } cec_device;
-};
+
+  //default physical address 1.0.0.0
+  #define CEC_DEFAULT_PHYSICAL_ADDRESS 0x1000
 
 #ifdef __cplusplus
+};
+
 #include "CECExportsCpp.h"
 #include "CECExportsC.h"
 };