C# 클래스 Glovebox.IoT.Devices.Converters.MCP3002

상속: IAdcControllerProvider, IDisposable
파일 보기 프로젝트 열기: gloveboxes/Windows-IoT-Core-Driver-Library 1 사용 예제들

공개 메소드들

메소드 설명
AcquireChannel ( int channel ) : void
Dispose ( ) : void
IsChannelModeSupported ( ProviderAdcChannelMode channelMode ) : bool
ReadValue ( int channelNumber ) : int
ReleaseChannel ( int channel ) : void

비공개 메소드들

메소드 설명
EnsureInitializedAsync ( ) : System.Threading.Tasks.Task

메소드 상세

AcquireChannel() 공개 메소드

public AcquireChannel ( int channel ) : void
channel int
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

IsChannelModeSupported() 공개 메소드

public IsChannelModeSupported ( ProviderAdcChannelMode channelMode ) : bool
channelMode ProviderAdcChannelMode
리턴 bool

ReadValue() 공개 메소드

public ReadValue ( int channelNumber ) : int
channelNumber int
리턴 int

ReleaseChannel() 공개 메소드

public ReleaseChannel ( int channel ) : void
channel int
리턴 void