C# Class LokiProgrammer.LokiBootloaderHost

Inheritance: FreebooterHost
Afficher le fichier Open project: arachnidlabs/loki Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public GetLokiInfo ( ) : LokiInfo
Résultat LokiInfo

GetPlankInfo() public méthode

public GetPlankInfo ( ) : LokiProgrammer.BoardInfo[]
Résultat LokiProgrammer.BoardInfo[]

I2CTransfer() public méthode

public I2CTransfer ( byte slaveAddress, byte sendData, byte sendLen, byte rxLen ) : byte[]
slaveAddress byte
sendData byte
sendLen byte
rxLen byte
Résultat byte[]

LokiBootloaderHost() public méthode

public LokiBootloaderHost ( CommunicationsChannel channel ) : System
channel CommunicationsChannel
Résultat System

OpenEEPROM() public méthode

public OpenEEPROM ( byte slaveAddress, int length ) : Stream
slaveAddress byte
length int
Résultat Stream