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

상속: SocketInterfaces.SerialDevice
파일 보기 프로젝트 열기: amykatenicho/IoTWorkshop

공개 메소드들

메소드 설명
CreateInterfaceAsync ( string deviceId ) : Task
Read ( byte buffer ) : void
SerialDevice ( Windows.Devices device ) : System
Write ( byte buffer ) : void

메소드 상세

CreateInterfaceAsync() 공개 정적인 메소드

public static CreateInterfaceAsync ( string deviceId ) : Task
deviceId string
리턴 Task

Read() 공개 메소드

public Read ( byte buffer ) : void
buffer byte
리턴 void

SerialDevice() 공개 메소드

public SerialDevice ( Windows.Devices device ) : System
device Windows.Devices
리턴 System

Write() 공개 메소드

public Write ( byte buffer ) : void
buffer byte
리턴 void