cec: moved the autodetect address api call to libcec_configuration. only send power...
[deb_libcec.git] / src / LibCecSharp / CecSharpTypes.h
index f385cdaa15264402487328daf2f608bfaffc7c2d..135eecf98ec84f7eb78c416f816061d4e98303b8 100644 (file)
@@ -519,6 +519,7 @@ namespace CecSharp
                {
                        DeviceName          = "";
                        DeviceTypes         = gcnew CecDeviceTypeList();
+                       AutodetectAddress  = true;
                        PhysicalAddress     = CEC_DEFAULT_PHYSICAL_ADDRESS;
                        BaseDevice          = (CecLogicalAddress)CEC_DEFAULT_BASE_DEVICE;
                        HDMIPort            = CEC_DEFAULT_HDMI_PORT;
@@ -548,6 +549,7 @@ namespace CecSharp
 
                property System::String ^     DeviceName;
                property CecDeviceTypeList ^  DeviceTypes;
+               property bool                 AutodetectAddress;
                property uint16_t             PhysicalAddress;
                property CecLogicalAddress    BaseDevice;
                property uint8_t              HDMIPort;