X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2FLibCecSharp%2FCecSharpTypes.h;h=8a7410ea954403bf43214a3375881dbb8516181f;hb=744e2f318f22899f9df0ff85f5c26b33fa7add16;hp=ac2b93b91f95cbb945c3633a991a1151415cbbaf;hpb=331d659ebc796b60dc460b8160cc100cee043578;p=deb_libcec.git diff --git a/src/LibCecSharp/CecSharpTypes.h b/src/LibCecSharp/CecSharpTypes.h index ac2b93b..8a7410e 100644 --- a/src/LibCecSharp/CecSharpTypes.h +++ b/src/LibCecSharp/CecSharpTypes.h @@ -200,7 +200,27 @@ namespace CecSharp /// The device needs servicing. This is set when the firmware can be upgraded, or when a problem with the firmware is detected. /// The latest firmware flash tool can be downloaded from http://packages.pulse-eight.net/ /// - ServiceDevice = 1 + ServiceDevice = 0, + /// + /// The connection to the adapter was lost, probably because the device got unplugged. + /// + ConnectionLost, + /// + /// No permission from the OS to access the adapter. + /// + PermissionError, + /// + /// The device is being used by another program. + /// + PortBusy, + /// + /// The physical address that is assigned to the adapter is already being used. + /// + PhysicalAddressError, + /// + /// The TV does not respond to polls. + /// + TVPollFailed }; /// @@ -1195,7 +1215,11 @@ namespace CecSharp /// /// v2.1.1 /// - Version2_1_1 = 0x2101 + Version2_1_1 = 0x2101, + /// + /// The current version + /// + CurrentVersion = 0x2101 }; /// @@ -1302,7 +1326,11 @@ namespace CecSharp /// /// v2.1.1 /// - Version2_1_1 = 0x2101 + Version2_1_1 = 0x2101, + /// + /// The current version + /// + CurrentVersion = 0x2101 }; ///