mpiControlIoSet
Declaration
int32_t 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. |
|
|
|
|
|
See Also
mpiControlIoGet | MPIControlInput | MPIControlOutput