meiControlExtMemAvail

Declaration
long meiControlExtMemAvail(MPIControl control,
                           long       *size)
Required Header stdmei.h
Description

ControlExtMemAvail gets the amount of external memory available on an XMP-Series controller. It puts the number of words (16 bit) in the location pointed to by size.

  control a handle to the Control object
  *size a pointer to the available memory words returned by the method
     
Return Values
MPIMessageOK if ControlExtMemAvail successfully gets and writes the available external memory words into *size
See Also MPIControlConfig