X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2FLibCecSharp%2FCecSharpTypes.h;h=89c9d3bd49eb2257a899176b8c85421fc35fac8b;hb=b53bfc2d959e562ee603cc7d74298d1a42fba57e;hp=d0e0120f176b9ecdf881e64a4798602885bd2d3b;hpb=5b431288fe91e15ddb6d0757354ce78d6ce450e8;p=deb_libcec.git diff --git a/src/LibCecSharp/CecSharpTypes.h b/src/LibCecSharp/CecSharpTypes.h index d0e0120..89c9d3b 100644 --- a/src/LibCecSharp/CecSharpTypes.h +++ b/src/LibCecSharp/CecSharpTypes.h @@ -1215,7 +1215,19 @@ namespace CecSharp /// /// v2.1.1 /// - Version2_1_1 = 0x2101 + Version2_1_1 = 0x2101, + /// + /// v2.1.2 + /// + Version2_1_2 = 0x2102, + /// + /// v2.1.3 + /// + Version2_1_3 = 0x2103, + /// + /// The current version + /// + CurrentVersion = 0x2103 }; /// @@ -1322,7 +1334,19 @@ namespace CecSharp /// /// v2.1.1 /// - Version2_1_1 = 0x2101 + Version2_1_1 = 0x2101, + /// + /// v2.1.2 + /// + Version2_1_2 = 0x2102, + /// + /// v2.1.3 + /// + Version2_1_3 = 0x2103, + /// + /// The current version + /// + CurrentVersion = 0x2103 }; /// @@ -1713,8 +1737,8 @@ namespace CecSharp PhysicalAddress = CEC_DEFAULT_PHYSICAL_ADDRESS; BaseDevice = (CecLogicalAddress)CEC_DEFAULT_BASE_DEVICE; HDMIPort = CEC_DEFAULT_HDMI_PORT; - ClientVersion = CecClientVersion::Version2_1_1; - ServerVersion = CecServerVersion::Version2_1_1; + ClientVersion = CecClientVersion::CurrentVersion; + ServerVersion = CecServerVersion::CurrentVersion; TvVendor = CecVendorId::Unknown; GetSettingsFromROM = false;