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