void Custom97WriteCountSet ( long  count  ) 

Description:
Custom97WriteCountSet sets the number of values to write to the SynqNet buffer. Be sure to setup the addresses using Custom97WritePtrSet first.
Parameters:
count (the number of values to read)
Sample Code:
      // once the write count > 0, the feature is enabled
    printf("Setting Write count");
    controller->Custom97WriteCountSet(DATA_WRITE_COUNT);
Notes:
See also:
Custom97WritePtrSet Custom 97 MotionController Firmware
Examples:
custom97.cpp.