long AddressGet ( RSIAxisAddressType  addressType  ) 

Description:
AddressGet returns the host address for a particular Axis value.
Parameters:
addressType Use RSIAxisAddressType.
Returns:
(long) The (host) controller memory address for specified value.
Sample Code:
  printf("Axis's Actual Position address is 0x%x\n", axis->AddressGet(RSIAxisAddressTypeACTUAL_POSITION));
See also:
MotionController::MemoryGet
Examples:
memory.cpp, MotionHoldMultiAxisHomeSwitch.cs, sequencerDigitalOutput.cpp, userLimitGainChangeBasedOnPosition.cpp, and userLimitStateAction.cpp.