MPICaptureTrigger
Definition
|
typedef struct MPICaptureTrigger {
MPI_BOOL enabled; MPI_BOOL invert;
} MPICaptureTrigger;
|
|
Change History: Modified in the 03.03.00 |
Description
The MPICaptureTrigger structure specifies the trigger configurations for a capture.
|
enabled |
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
MPICaptureSource
|