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

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

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

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