void Custom97ReadCountSet ( long  count  ) 

Description:
Custom97ReadCountSet sets the number of values to read from the SynqNet buffer. Be sure to setup the addresses using Custom97ReadPtrSet first.
Parameters:
count (the number of values to read)
Sample Code:
    // once the read count > 0, the feature is enabled  (must have Ptrs setup already)
    controller->Custom97ReadCountSet(DATA_READ_COUNT);
See also:
Custom97ReadPtrSet Custom 97 MotionController Firmware
Examples:
custom97.cpp.