C# Класс GHIElectronics.UAP.Gadgeteer.SoftwareInterfaces.I2cDevice

Наследование: SocketInterfaces.I2cDevice
Показать файл Открыть проект

Открытые методы

Метод Описание
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