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

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

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

Метод Описание
CreateInterfaceAsync ( string deviceId, Windows.Devices connectionSettings ) : Task
Read ( byte buffer ) : void
SpiDevice ( Windows.Devices device ) : System
Write ( byte buffer ) : void
WriteAndRead ( byte writeBuffer, byte readBuffer ) : void
WriteThenRead ( byte writeBuffer, byte readBuffer ) : void

Описание методов

CreateInterfaceAsync() публичный статический Метод

public static CreateInterfaceAsync ( string deviceId, Windows.Devices connectionSettings ) : Task
deviceId string
connectionSettings Windows.Devices
Результат Task

Read() публичный Метод

public Read ( byte buffer ) : void
buffer byte
Результат void

SpiDevice() публичный Метод

public SpiDevice ( Windows.Devices device ) : System
device Windows.Devices
Результат System

Write() публичный Метод

public Write ( byte buffer ) : void
buffer byte
Результат void

WriteAndRead() публичный Метод

public WriteAndRead ( byte writeBuffer, byte readBuffer ) : void
writeBuffer byte
readBuffer byte
Результат void

WriteThenRead() публичный Метод

public WriteThenRead ( byte writeBuffer, byte readBuffer ) : void
writeBuffer byte
readBuffer byte
Результат void