mclClear
| void mclClear(); |
Parameters
None
Return Value
None
Remarks
The mclClear function is used to clear the loader write buffer. The write buffer is initialised with a call to either mclLoadHexFile or mclRead. The write buffer may also be initialised with a call to mclAddHexLine. A call to mclClear is normally used before making multiple calls to mclAddHexLine.
See Also
mclLoadHexFile
mclProgram
mclRead
mclVerify
mclErase
mclRun
mclGetProgramLine
mclGetProgramLineCount
mclGetDataLine
mclGetDataLineCount
mclGetConfigLine
mclGetConfigLineCount
mclAddHexLine