void Custom97WriteDataSet ( void *  values,
long  byteCount 
)

Description:
Custom97WriteDataSet is asuper-fast method to copy data from the Host PC to the Custom97 Write buffer.
Parameters:
values the starting address from where the data will be copied (in host)
byteCount the size of the data block to be write to the Custom97 buffer
Sample Code:
    controller->Custom97WriteDataSet(writeData, writeSize);
See also:
Custom 97 MotionController Firmware
Examples:
custom97.cpp.