mpiControlIoSet (Deprecated)

NOTE:
mpiControlIoSet was moved to mpiDeprecated.h in the 03.03.00 MPI software release.

Declaration

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

Description

mpiControlIoSet writes the states of a controller's digital I/O using data from a structure pointed to by io. Some controller models have local digital I/O. Please see the controller hardware documentation for details.

control a handle to a Control object
*io a pointer to a structure containing the digital input and output values.
Return Values
MPIMessageOK

See Also

mpiControlIoGet | MPIControlInput | MPIControlOutput