mpiControlIoGet

Declaration
long mpiControlIoGet(MPIControl       control,
                     MPIControlIo     *io);
Required Header stdmpi.h
Description

Some XMP controllers have some additional User I/O pinouts from the controller. ControlIoGet gets the I/O bits from controller I/O register and puts (writes) them in the structure pointed to by io.

Return Values
MPIMessageOK if ControlUserIoGet successfully gets the I/O bits from controller and puts (writes) them in the structure.
MPIMessageARG_INVALID if the io pointer points to NULL.
See Also mpiControlIoSet | MPIControlIo