Method | Description | |
---|---|---|
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 |
public static CreateInterfaceAsync ( string deviceId, Windows.Devices connectionSettings ) : Task |
||
deviceId | string | |
connectionSettings | Windows.Devices | |
return | Task |
public SpiDevice ( Windows.Devices device ) : System | ||
device | Windows.Devices | |
return | System |
public WriteAndRead ( byte writeBuffer, byte readBuffer ) : void | ||
writeBuffer | byte | |
readBuffer | byte | |
return | void |
public WriteThenRead ( byte writeBuffer, byte readBuffer ) : void | ||
writeBuffer | byte | |
readBuffer | byte | |
return | void |