void Custom97ReadPtrSet ( long  index,
long  firmwareAddress 
)

Description:
Custom97ReadPtrSet the firmware address to read.
Parameters:
index the offset within the read block (start from zero)
firmwareAddress The firmware address of the data to read
Sample Code:
    controller->Custom97ReadPtrSet(1, 0x1000180);   // from VM3
See also:
Custom 97 MotionController Firmware
Examples:
custom97.cpp.