Метод | Описание | |
---|---|---|
SpotSpi ( |
||
Write ( byte buffer ) : void | ||
Write ( byte buffer, int offset, int count ) : void | ||
WriteRead ( byte writeBuffer, byte readBuffer ) : void |
public SpotSpi ( |
||
spiConfig | ||
Результат | Microsoft.SPOT.Hardware |
public Write ( byte buffer, int offset, int count ) : void | ||
buffer | byte | |
offset | int | |
count | int | |
Результат | void |
public WriteRead ( byte writeBuffer, byte readBuffer ) : void | ||
writeBuffer | byte | |
readBuffer | byte | |
Результат | void |