![]() |
RFID API Documentation
1.0
Reference guide for RFID API
|
Contains the GPI-Trigger information. More...
Data Fields | |
| UINT16 | portNumber |
| GPI Port number on which the trigger is to be enabled. More... | |
| BOOLEAN | gpiEvent |
| The Boolean value that causes a GPI event to trigger. More... | |
| UINT32 | timeoutMilliseconds |
| Trigger timeout in milliseconds. More... | |
Contains the GPI-Trigger information.
GPI based trigger can be specified for Start Trigger as well as Stop Trigger.
| UINT16 GPI_TRIGGER::portNumber |
GPI Port number on which the trigger is to be enabled.
| BOOLEAN GPI_TRIGGER::gpiEvent |
The Boolean value that causes a GPI event to trigger.
| UINT32 GPI_TRIGGER::timeoutMilliseconds |
Trigger timeout in milliseconds.
If set to zero, it indicates there is no timeout. Ignored for START_TRIGGER_TYPE_GPI; Valid only for STOP_TRIGGER_TYPE_GPI_WITH_TIMEOUT.