void Custom97ReadDataGet ( void *  values,
long  byteCount 
)

Description:
Custom97ReadDataGet reads the block of memory from the Custom97 buffer to the host. This method should be called at the beginning of the Sync Interrupt handler.
Parameters:
values the starting address where the data will be copied (in host)
byteCount the size of the data block to be read
Sample Code:
  controller->Custom97ReadDataGet(readData, readSize);
See also:
Custom 97 MotionController Firmware
Examples:
custom97.cpp.