| ADC0832ReleaseChannel 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 ReleaseChannel(
int channel
)
Public Sub ReleaseChannel (
channel As Integer
)
public:
virtual void ReleaseChannel(
[InAttribute] int channel
) sealed
abstract ReleaseChannel :
channel : int -> unit
override ReleaseChannel :
channel : int -> unit
Parameters
- channel
- Type: SystemInt32
Implements
IAdcControllerProviderReleaseChannel(Int32)See Also