long AddressGet ( RSIControllerAddressType  type  ) 

Description:
AddressGet returns the host address for a particular MotionController value.
Parameters:
type Use RSIControllerAddressType.
Returns:
(long) The (host) controller memory addr for specified value.
Sample Code:
  printf("Sample Counter's address is 0x%x\n", controller->AddressGet(RSIControllerAddressTypeSAMPLE_COUNTER));
See also:
MotionController::MemoryGet