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