| ADC0832AcquireChannel Method |
Namespace: Microsoft.IoT.Devices.AdcAssembly: Microsoft.IoT.Devices (in Microsoft.IoT.Devices.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void AcquireChannel(
int channel
)
Public Sub AcquireChannel (
channel As Integer
)
public:
virtual void AcquireChannel(
[InAttribute] int channel
) sealed
abstract AcquireChannel :
channel : int -> unit
override AcquireChannel :
channel : int -> unit
Parameters
- channel
- Type: SystemInt32
Implements
IAdcControllerProviderAcquireChannel(Int32)See Also