mpiMotorMemory

Declaration
long mpiMotorMemory(MPIMotor  motor,
                    void      **memory) 
Required Header stdmpi.h
Description

MotorMemory writes an address [which can be used to access a Motor's (motor) memory] to the contents of memory. This address, or an address calculated from it, can be passed as the src parameter to MPIMotorMemoryGet(...) and as the dst parameter to MPIMotorMemorySet(...).

Return Values
MPIMessageOK MotorMemory successfully writes the Motor's address to the contents of memory
See Also MPIMotorMemoryGet | MPIMotorMemorySet