mpiAdcMemoryGet

Declaration
long mpiAdcMemoryGet(MPIAdc    adc,
                     void      *dst,
                     void      *src,
                     long      count) 
Required Header stdmpi.h
Description

AdcMemoryGet copies count bytes of an Adc's memory (adc, starting at address src) and to application memory (starting at address dst).

Return Values
MPIMessageOK if AdcMemoryGet successfully copies Adc memory to application memory
See Also mpiAdcMemorySet | mpiAdcMemory