mpiControlIoSet

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

Some XMP controllers have some additional User I/O pinouts from the controller. ControlIoSet 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
See Also mpiControlIoGet | MPIControlIo