Instruction manual
AMPDIO DRIVERS
Page 106
ERRRANGE
ERRDATA
Prior Calls allocateLongBuf
See Also
6.4.4.11 Copy a Block of Data from a Short Integer Buffer — copyFromIntegerBuf
Copies a segment of a short integer data buffer to a block of memory.
i = copyFromIntegerBuf (b, start, nItems, p)
where b short: buffer handle as issued by the
allocateIntegerBuf function.
start long: index of the starting item in the buffer.
nItems long: number of items to copy.
p pointer to short: pointer to the beginning of
the short integer memory block to which data is
to be copied.
Returns short: OK
or ERRBUFFER
ERRRANGE
ERRDATA
Prior Calls allocateIntegerBuf
See Also
6.4.4.12 Copy a Block of Data from a Long Integer Buffer — copyFromLongBuf
Copies a segment of a long integer data buffer to a block of memory.
i = copyFromLongBuf (b, start, nItems, p)
where b short: buffer handle as issued by the
allocateLongBuf function.
start long: index of the starting item in the buffer.
nItems long: number of items to copy.
p pointer to long: pointer to the beginning of the
long integer memory block to which data is to
be copied.
Returns short: OK
or ERRBUFFER
ERRRANGE
ERRDATA