Méthode | Description | |
---|---|---|
GetLokiInfo ( ) : |
||
GetPlankInfo ( ) : LokiProgrammer.BoardInfo[] | ||
I2CTransfer ( byte slaveAddress, byte sendData, byte sendLen, byte rxLen ) : byte[] | ||
LokiBootloaderHost ( CommunicationsChannel channel ) : System | ||
OpenEEPROM ( byte slaveAddress, int length ) : Stream |
public GetPlankInfo ( ) : LokiProgrammer.BoardInfo[] | ||
Résultat | LokiProgrammer.BoardInfo[] |
public I2CTransfer ( byte slaveAddress, byte sendData, byte sendLen, byte rxLen ) : byte[] | ||
slaveAddress | byte | |
sendData | byte | |
sendLen | byte | |
rxLen | byte | |
Résultat | byte[] |
public LokiBootloaderHost ( CommunicationsChannel channel ) : System | ||
channel | CommunicationsChannel | |
Résultat | System |
public OpenEEPROM ( byte slaveAddress, int length ) : Stream | ||
slaveAddress | byte | |
length | int | |
Résultat | Stream |