MPIControlInfoIoDigitalOut
Definition
typedef struct MPIControlInfoIoDigitalOut {
MPI_BOOL supported;
const char *name;
} MPIControlInfoIoDigitalOut;
Change History: Added in the 03.03.00
Description
MPIControlInfoIoDigitalOut contains information about the digital outputs supported by this controller.
| supported | a Boolean flag indicating whether or not the output is supported. |
|---|---|
| *name | a string that gives a name for this output. |
