C# 클래스 LokiProgrammer.LokiBootloaderHost

상속: FreebooterHost
파일 보기 프로젝트 열기: arachnidlabs/loki 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

GetLokiInfo() 공개 메소드

public GetLokiInfo ( ) : LokiInfo
리턴 LokiInfo

GetPlankInfo() 공개 메소드

public GetPlankInfo ( ) : LokiProgrammer.BoardInfo[]
리턴 LokiProgrammer.BoardInfo[]

I2CTransfer() 공개 메소드

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

LokiBootloaderHost() 공개 메소드

public LokiBootloaderHost ( CommunicationsChannel channel ) : System
channel CommunicationsChannel
리턴 System

OpenEEPROM() 공개 메소드

public OpenEEPROM ( byte slaveAddress, int length ) : Stream
slaveAddress byte
length int
리턴 Stream