mpiAdcMemorySet

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

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

Return Values
MPIMessageOK if AdcMemorySet successfully copies application memory to Adc memory
See Also mpiAdcMemoryGet | mpiAdcMemory