Method | 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[] | ||
return | LokiProgrammer.BoardInfo[] |
public I2CTransfer ( byte slaveAddress, byte sendData, byte sendLen, byte rxLen ) : byte[] | ||
slaveAddress | byte | |
sendData | byte | |
sendLen | byte | |
rxLen | byte | |
return | byte[] |
public LokiBootloaderHost ( CommunicationsChannel channel ) : System | ||
channel | CommunicationsChannel | |
return | System |
public OpenEEPROM ( byte slaveAddress, int length ) : Stream | ||
slaveAddress | byte | |
length | int | |
return | Stream |