메소드 | 설명 | |
---|---|---|
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[] | ||
리턴 | LokiProgrammer.BoardInfo[] |
public I2CTransfer ( byte slaveAddress, byte sendData, byte sendLen, byte rxLen ) : byte[] | ||
slaveAddress | byte | |
sendData | byte | |
sendLen | byte | |
rxLen | byte | |
리턴 | byte[] |
public LokiBootloaderHost ( CommunicationsChannel channel ) : System | ||
channel | CommunicationsChannel | |
리턴 | System |
public OpenEEPROM ( byte slaveAddress, int length ) : Stream | ||
slaveAddress | byte | |
length | int | |
리턴 | Stream |