added DetectAdapters() method, that returns all device information for detected adapt...
[deb_libcec.git] / src / lib / LibCEC.h
index f65b8186b9e843d2917fa95e98be62b891a1b2a5..2f3ba51f346c0b34d7f698e432cd740df0fc5212 100644 (file)
@@ -52,6 +52,7 @@ namespace CEC
       void Close(void);
       bool EnableCallbacks(void *cbParam, ICECCallbacks *callbacks);
       int8_t FindAdapters(cec_adapter *deviceList, uint8_t iBufSize, const char *strDevicePath = NULL);
+      int8_t DetectAdapters(cec_adapter_descriptor *deviceList, uint8_t iBufSize, const char *strDevicePath = NULL);
       bool PingAdapter(void);
       bool StartBootloader(void);