| AnalogSensorAdcChannel Property |
Gets or sets the ADC channel for the sensor.
Namespace: Microsoft.IoT.Devices.SensorsAssembly: Microsoft.IoT.Devices (in Microsoft.IoT.Devices.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public AdcChannel AdcChannel { get; set; }
Public Property AdcChannel As AdcChannel
Get
Set
public:
virtual property AdcChannel^ AdcChannel {
AdcChannel^ get () sealed;
void set (AdcChannel^ value) sealed;
}
abstract AdcChannel : AdcChannel with get, set
override AdcChannel : AdcChannel with get, set
Property Value
Type:
AdcChannel
The ADC channel for the sensor.
See Also