mclGetProgramLineCount

UINT mclGetProgramLineCount();

Parameters

None

Return Value

The number of program code lines in the write buffer. The write buffer program code values range from 0 to mclGetProgramLineCount - 1.

Remarks

The mclGetProgramLineCount is used in conjunction with mclGetProgramLine to obtain a single line of program code 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
mclGetDataLine
mclGetDataLineCount

mclGetConfigLine
mclGetConfigLineCount
mclAddHexLine
mclClear