MEISqNodeConfigTrigger
Definition
|
typedef struct MEISqNodeConfigTrigger {
MPI_BOOL enable;
MPI_BOOL invert;
} MEISqNodeConfigTrigger;
|
|
Change History: Modified in the 03.03.00 |
Description
MEISqNodeConfigTrigger specifies trigger configurations.
|
enable |
Enables or disables the trigger. A value of TRUE enables the trigger, FALSE disables the trigger. |
invert |
Normal or inverted trigger polarity. A value of FALSE indicates normal polarity, TRUE indicates inverted polarity. |
|
See Also
MEISqNodeConfigIoAbort
|