C# Class Prototype.Xilinx.Uploader.SpotSpi

Inheritance: ISpi
ファイルを表示 Open project: wramsdell/FPGA-Loader Class Usage Examples

Public Methods

Method Description
SpotSpi ( SPI spiConfig ) : Microsoft.SPOT.Hardware
Write ( byte buffer ) : void
Write ( byte buffer, int offset, int count ) : void
WriteRead ( byte writeBuffer, byte readBuffer ) : void

Method Details

SpotSpi() public method

public SpotSpi ( SPI spiConfig ) : Microsoft.SPOT.Hardware
spiConfig Microsoft.SPOT.Hardware.SPI
return Microsoft.SPOT.Hardware

Write() public method

public Write ( byte buffer ) : void
buffer byte
return void

Write() public method

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
return void

WriteRead() public method

public WriteRead ( byte writeBuffer, byte readBuffer ) : void
writeBuffer byte
readBuffer byte
return void