mpiAxisMemoryGet

Declaration

long mpiAxisMemoryGet(MPIAxis      axis,
                      void         *dst,
                      const void   *src,
                      long         count)

Required Header: firmware.h

Description

mpiAxisMemoryGet copies count bytes of Axis (axis) memory (starting at address src) to application memory (starting at address dst).

axis a handle to the Axis object
*dst pointer to the destination location to where the memory will be written
*src pointer to the source location of memory being read
count size of memory to be read
Return Values
MPIMessageOK

See Also

mpiAxisMemory | mpiAxisMemorySet