프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_abort | bool | ||
_channel | CommunicationsChannel | ||
_checksumType | PacketChecksumType | ||
bootloaderVersion | uint | ||
reader | |||
siliconId | uint | ||
siliconRev | uint |
메소드 | 설명 | |
---|---|---|
Abort ( ) : void | ||
DoAction ( Actions action, Stream file ) : void | ||
EnterBootloader ( ) : |
||
Erase ( Stream file ) : void | ||
EraseRow ( int flashArrayId, int rowNumber ) : void | ||
ExitBootloader ( ) : void | ||
FreebooterHost ( CommunicationsChannel channel ) : System | ||
GetFlashSize ( int flashArrayId ) : |
||
Program ( Stream file ) : void | ||
Program ( String file ) : void | ||
ProgramRow ( int flashArrayId, int rowNumber, byte data ) : void | ||
SyncBootloader ( ) : void | ||
Verify ( Stream file ) : void | ||
VerifyChecksum ( ) : |
||
VerifyRow ( int flashArrayId, int rowNumber ) : |
메소드 | 설명 | |
---|---|---|
SendCommand ( |
||
SendData ( byte data ) : void |
메소드 | 설명 | |
---|---|---|
ValidateRow ( byte arrayId, ushort rowNumber ) : void |
public DoAction ( Actions action, Stream file ) : void | ||
action | Actions | |
file | Stream | |
리턴 | void |
public EnterBootloader ( ) : |
||
리턴 |
public EraseRow ( int flashArrayId, int rowNumber ) : void | ||
flashArrayId | int | |
rowNumber | int | |
리턴 | void |
public FreebooterHost ( CommunicationsChannel channel ) : System | ||
channel | CommunicationsChannel | |
리턴 | System |
public GetFlashSize ( int flashArrayId ) : |
||
flashArrayId | int | |
리턴 |
public ProgramRow ( int flashArrayId, int rowNumber, byte data ) : void | ||
flashArrayId | int | |
rowNumber | int | |
data | byte | |
리턴 | void |
protected SendCommand ( |
||
command | ||
response | ||
리턴 | void |
public VerifyChecksum ( ) : |
||
리턴 |
public VerifyRow ( int flashArrayId, int rowNumber ) : |
||
flashArrayId | int | |
rowNumber | int | |
리턴 |