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

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

공개 메소드들

메소드 설명
CreateInterfaceAsync ( string deviceId, Windows.Devices connectionSettings ) : Task
I2cDevice ( Windows.Devices device ) : System
Read ( byte buffer ) : void
Write ( byte buffer ) : void
WriteThenRead ( byte writeBuffer, byte readBuffer ) : void

메소드 상세

CreateInterfaceAsync() 공개 정적인 메소드

public static CreateInterfaceAsync ( string deviceId, Windows.Devices connectionSettings ) : Task
deviceId string
connectionSettings Windows.Devices
리턴 Task

I2cDevice() 공개 메소드

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

Read() 공개 메소드

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

Write() 공개 메소드

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

WriteThenRead() 공개 메소드

public WriteThenRead ( byte writeBuffer, byte readBuffer ) : void
writeBuffer byte
readBuffer byte
리턴 void