mpiAdcMemory

Declaration
long mpiAdcMemory(MPIAdc    adc,
                  void      **memory)
Required Header stdmpi.h
Description

AdcMemory writes an address [used to access an Adc's memory (adc)] to the contents of memory. This address, or an address calculated from it, can be passed as the src argument to mpiAdcMemoryGet(...) and the dst argument to mpiAdcMemorySet(...).

Return Values
MPIMessageOK if AdcMemory successfully writes the Adc's address to the contents of memory
See Also mpiAdcMemoryGet | mpiAdcMemorySet