C# Class LokiProgrammer.LokiBootloaderHost

Inheritance: FreebooterHost
显示文件 Open project: arachnidlabs/loki Class Usage Examples

Public Methods

Method Description
GetLokiInfo ( ) : LokiInfo
GetPlankInfo ( ) : LokiProgrammer.BoardInfo[]
I2CTransfer ( byte slaveAddress, byte sendData, byte sendLen, byte rxLen ) : byte[]
LokiBootloaderHost ( CommunicationsChannel channel ) : System
OpenEEPROM ( byte slaveAddress, int length ) : Stream

Method Details

GetLokiInfo() public method

public GetLokiInfo ( ) : LokiInfo
return LokiInfo

GetPlankInfo() public method

public GetPlankInfo ( ) : LokiProgrammer.BoardInfo[]
return LokiProgrammer.BoardInfo[]

I2CTransfer() public method

public I2CTransfer ( byte slaveAddress, byte sendData, byte sendLen, byte rxLen ) : byte[]
slaveAddress byte
sendData byte
sendLen byte
rxLen byte
return byte[]

LokiBootloaderHost() public method

public LokiBootloaderHost ( CommunicationsChannel channel ) : System
channel CommunicationsChannel
return System

OpenEEPROM() public method

public OpenEEPROM ( byte slaveAddress, int length ) : Stream
slaveAddress byte
length int
return Stream