Property | Type | Description | |
---|---|---|---|
Data | byte[] | ||
DataBuffer | uint | ||
DataBufferSize | int | ||
EntryPoint | uint | ||
FullPath | string | ||
LoadAddress | uint | ||
ParameterArea | uint | ||
pArg1 | uint | ||
pArg2 | uint | ||
pCommand | uint | ||
pResult | uint |
Method | Description | |
---|---|---|
ParsedFLASHLoader ( string fn ) : System | ||
QueueInvocation ( int cmd, string arg1, string arg2, string dataFile, int dataOffset, int dataSize, bool loadSelf = false, string error = null ) : CustomStartStep | ||
QueueRegionProgramming ( List |
public ParsedFLASHLoader ( string fn ) : System | ||
fn | string | |
return | System |
public QueueInvocation ( int cmd, string arg1, string arg2, string dataFile, int dataOffset, int dataSize, bool loadSelf = false, string error = null ) : CustomStartStep | ||
cmd | int | |
arg1 | string | |
arg2 | string | |
dataFile | string | |
dataOffset | int | |
dataSize | int | |
loadSelf | bool | |
error | string | |
return | CustomStartStep |
public QueueRegionProgramming ( List |
||
cmds | List |
|
region | ||
return | void |