mclGetDataLine
| void
mclGetDataLine(UINT pIndex, LPCTSTR pLine, UINT pLineLength); |
Parameters
| pIndex | ||
|
| pLine | ||
|
| pLineLength | ||
|
Return Value
None
Remarks
Use a call to mclGetDataLine to read a single line of EEPROM data contained in the loader write buffer. The number of EEPROM data lines in the write buffer can be obtained with a call to mclGetDataLineCount. The write buffer EEPROM data values range from 0 to mclGetDataLineCount - 1. The line returned has the format
| $0000 - $00 $01 $02 $03 $04 $05 $06 $07 |
where the first hexadecimal value indicates the starting address of EEPROM. The remainder of the line contains multiple EEPROM byte values. The write buffer can be initialised with a call to either mclLoadHexFile or mclRead. The write buffer may also be initialised with a call to mclAddHexLine and cleared with a call to mclClear
See Also
mclLoadHexFile
mclProgram
mclRead
mclVerify
mclErase
mclRun
mclGetProgramLine
mclGetProgramLineCount
mclGetDataLineCount