![]() |
RFID API Documentation
1.0
Reference guide for RFID API
|
Specifies the condition for stopping Inventory or Access-Sequence operation. More...
Data Fields | |
| STOP_TRIGGER_TYPE | type |
| Stop trigger of type STOP_TRIGGER_TYPE. More... | |
| union { | |
| UINT32 duration | |
| Duration in Milli-seconds if type is STOP_TRIGGER_TYPE_DURATION. More... | |
| TRIGGER_WITH_TIMEOUT tagObservation | |
| Upon seeing N tag observations, or timeout if type is STOP_TRIGGER_TYPE_TAG_OBSERVATION_WITH_TIMEOUT. More... | |
| TRIGGER_WITH_TIMEOUT numAttempts | |
| N attempts to see all tags in the FOV, or timeout if type is STOP_TRIGGER_TYPE_N_ATTEMPTS_WITH_TIMEOUT. More... | |
| GPI_TRIGGER gpi | |
| GPI with a timeout value if type is STOP_TRIGGER_TYPE_GPI_WITH_TIMEOUT. More... | |
| HANDHELD_TRIGGER handheld | |
| Gun/Button Trigger with a timeout value if type is STOP_TRIGGER_TYPE_HANDHELD_WITH_TIMEOUT. More... | |
| } | value |
| value corresponding to the stop trigger type. More... | |
Specifies the condition for stopping Inventory or Access-Sequence operation.
It is a member of TRIGGER_INFO.
| STOP_TRIGGER_TYPE STOP_TRIGGER::type |
Stop trigger of type STOP_TRIGGER_TYPE.
| UINT32 STOP_TRIGGER::duration |
Duration in Milli-seconds if type is STOP_TRIGGER_TYPE_DURATION.
| TRIGGER_WITH_TIMEOUT STOP_TRIGGER::tagObservation |
Upon seeing N tag observations, or timeout if type is STOP_TRIGGER_TYPE_TAG_OBSERVATION_WITH_TIMEOUT.
| TRIGGER_WITH_TIMEOUT STOP_TRIGGER::numAttempts |
N attempts to see all tags in the FOV, or timeout if type is STOP_TRIGGER_TYPE_N_ATTEMPTS_WITH_TIMEOUT.
| GPI_TRIGGER STOP_TRIGGER::gpi |
GPI with a timeout value if type is STOP_TRIGGER_TYPE_GPI_WITH_TIMEOUT.
| HANDHELD_TRIGGER STOP_TRIGGER::handheld |
Gun/Button Trigger with a timeout value if type is STOP_TRIGGER_TYPE_HANDHELD_WITH_TIMEOUT.
| union { ... } STOP_TRIGGER::value |
value corresponding to the stop trigger type.