C# Class Glovebox.IoT.Devices.Converters.MCP3002

Inheritance: IAdcControllerProvider, IDisposable
Afficher le fichier Open project: gloveboxes/Windows-IoT-Core-Driver-Library Class Usage Examples

Méthodes publiques

Méthode Description
AcquireChannel ( int channel ) : void
Dispose ( ) : void
IsChannelModeSupported ( ProviderAdcChannelMode channelMode ) : bool
ReadValue ( int channelNumber ) : int
ReleaseChannel ( int channel ) : void

Private Methods

Méthode Description
EnsureInitializedAsync ( ) : System.Threading.Tasks.Task

Method Details

AcquireChannel() public méthode

public AcquireChannel ( int channel ) : void
channel int
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

IsChannelModeSupported() public méthode

public IsChannelModeSupported ( ProviderAdcChannelMode channelMode ) : bool
channelMode ProviderAdcChannelMode
Résultat bool

ReadValue() public méthode

public ReadValue ( int channelNumber ) : int
channelNumber int
Résultat int

ReleaseChannel() public méthode

public ReleaseChannel ( int channel ) : void
channel int
Résultat void