Property | Type | Description | |
---|---|---|---|
_abort | bool | ||
_channel | CommunicationsChannel | ||
_checksumType | PacketChecksumType | ||
bootloaderVersion | uint | ||
reader | |||
siliconId | uint | ||
siliconRev | uint |
Method | Description | |
---|---|---|
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 ) : |
Method | Description | |
---|---|---|
SendCommand ( |
||
SendData ( byte data ) : void |
Method | Description | |
---|---|---|
ValidateRow ( byte arrayId, ushort rowNumber ) : void |
public DoAction ( Actions action, Stream file ) : void | ||
action | Actions | |
file | Stream | |
return | void |
public EnterBootloader ( ) : |
||
return |
public EraseRow ( int flashArrayId, int rowNumber ) : void | ||
flashArrayId | int | |
rowNumber | int | |
return | void |
public FreebooterHost ( CommunicationsChannel channel ) : System | ||
channel | CommunicationsChannel | |
return | System |
public GetFlashSize ( int flashArrayId ) : |
||
flashArrayId | int | |
return |
public ProgramRow ( int flashArrayId, int rowNumber, byte data ) : void | ||
flashArrayId | int | |
rowNumber | int | |
data | byte | |
return | void |
protected SendCommand ( |
||
command | ||
response | ||
return | void |
public VerifyChecksum ( ) : |
||
return |
public VerifyRow ( int flashArrayId, int rowNumber ) : |
||
flashArrayId | int | |
rowNumber | int | |
return |
protected PacketChecksumType _checksumType | ||
return | PacketChecksumType |