X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2FLibCEC.h;h=2dca04019fad0f05d6fa65a03b1bf40cee61ec34;hb=f80cd2082cb6b36e56e00d42c0f2fc104565f7e5;hp=b8c8667d67ab9bd8b50d4b374d4e8243af53e823;hpb=e69d8f191784c77c156ffec90db50767f91421e3;p=deb_libcec.git diff --git a/src/lib/LibCEC.h b/src/lib/LibCEC.h index b8c8667..2dca040 100644 --- a/src/lib/LibCEC.h +++ b/src/lib/LibCEC.h @@ -125,6 +125,8 @@ namespace CEC 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); + + virtual bool GetDeviceInformation(const char *strPort, libcec_configuration *config, uint32_t iTimeoutMs = 10000); //@} static void AddLog(const cec_log_level level, const char *strFormat, ...);