C# 클래스 GHIElectronics.UAP.Gadgeteer.NativeInterfaces.DigitalIO

상속: SocketInterfaces.DigitalIO
파일 보기 프로젝트 열기: amykatenicho/IoTWorkshop 1 사용 예제들

공개 메소드들

메소드 설명
CreateInterfaceAsync ( int pinNumber ) : Task
DigitalIO ( Windows.Devices pin ) : System

보호된 메소드들

메소드 설명
DisableInterrupt ( ) : void
EnableInterrupt ( ) : void
ReadInternal ( ) : bool
WriteInternal ( bool value ) : void

비공개 메소드들

메소드 설명
OnInterrupt ( Windows.Devices sender, Windows.Devices e ) : void

메소드 상세

CreateInterfaceAsync() 공개 정적인 메소드

public static CreateInterfaceAsync ( int pinNumber ) : Task
pinNumber int
리턴 Task

DigitalIO() 공개 메소드

public DigitalIO ( Windows.Devices pin ) : System
pin Windows.Devices
리턴 System

DisableInterrupt() 보호된 메소드

protected DisableInterrupt ( ) : void
리턴 void

EnableInterrupt() 보호된 메소드

protected EnableInterrupt ( ) : void
리턴 void

ReadInternal() 보호된 메소드

protected ReadInternal ( ) : bool
리턴 bool

WriteInternal() 보호된 메소드

protected WriteInternal ( bool value ) : void
value bool
리턴 void