Instruction manual

Table Of Contents
Page
63
PC215E
6.6.3.3 Free up an Integer Data Buffer - freeIntegerBuf
Frees a block of memory previously allocated for the given data buffer by the
allocateIntegerBuf function.
i = freeIntegerBuf (b)
where
b Integer: buffer handle as issued by the
allocateIntegerBuf function.
Returns Integer:
OK
or ERRBUFFER
Prior Calls registerBoard
allocateIntegerBuf
See Also
6.6.3.4 Free up a Long Integer Data Buffer - freeLongBuf
Frees a block of memory previously allocated for the given data buffer by the allocateLongBuf
function.
i = freeLongBuf (b)
where
b Integer: buffer handle as issued by the
allocateLongBuf function.
Returns Integer:
OK
or ERRBUFFER
Prior Calls registerBoard
allocateLongBuf
See Also