mclGetDataLineCount

UINT mclGetDataLineCount();

Parameters

None

Return Value

The number of EEPROM data lines in the write buffer. The write buffer EEPROM data values range from 0 to mclGetDataLineCount - 1.

Remarks

The mclGetDataLineCount is used in conjunction with mclGetDataLine to obtain a single line of EEPROM data contained in the loader write buffer. 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
mclGetDataLine

mclGetConfigLine
mclGetConfigLineCount
mclAddHexLine
mclClear