void Custom97WritePtrSet ( long  index,
long  firmwareAddress 
)

Description:
Custom97WritePtrSet the firmware address where the data will be written.
Parameters:
index the offset within the write block (start from zero)
firmwareAddress The firmware address, where we are writing
Sample Code:
    controller->Custom97WritePtrSet(1, 0x1000184);   // from VM3
See also:
Custom 97 MotionController Firmware
Examples:
custom97.cpp.