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

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

공개 메소드들

메소드 설명
Read ( byte buffer ) : void
Write ( byte buffer ) : void
WriteThenRead ( byte writeBuffer, byte readBuffer ) : void

비공개 메소드들

메소드 설명
ClearScl ( ) : void
ClearSda ( ) : void
I2cDevice ( DigitalIO sda, DigitalIO scl, Windows settings ) : GHIElectronics.UAP.Gadgeteer.SocketInterfaces
Read ( byte buffer, bool sendStart, bool sendStop ) : void
ReadBit ( ) : bool
ReadScl ( ) : bool
ReadSda ( ) : bool
Receive ( bool sendAck, bool sendStop ) : byte
ReleaseScl ( ) : void
ReleaseSda ( ) : void
SendStart ( ) : bool
SendStop ( ) : bool
Transmit ( bool sendStart, bool sendStop, byte data ) : bool
WaitForScl ( ) : void
Write ( byte buffer, bool sendStart, bool sendStop ) : void
WriteBit ( bool bit ) : bool

메소드 상세

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