RFID API Documentation  1.0
Reference guide for RFID API
STOP_TRIGGER Struct Reference

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...
 

Detailed Description

Specifies the condition for stopping Inventory or Access-Sequence operation.

It is a member of TRIGGER_INFO.

Field Documentation

◆ type

STOP_TRIGGER_TYPE STOP_TRIGGER::type

Stop trigger of type STOP_TRIGGER_TYPE.

◆ duration

UINT32 STOP_TRIGGER::duration

Duration in Milli-seconds if type is STOP_TRIGGER_TYPE_DURATION.

◆ tagObservation

TRIGGER_WITH_TIMEOUT STOP_TRIGGER::tagObservation

Upon seeing N tag observations, or timeout if type is STOP_TRIGGER_TYPE_TAG_OBSERVATION_WITH_TIMEOUT.

◆ numAttempts

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

GPI_TRIGGER STOP_TRIGGER::gpi

GPI with a timeout value if type is STOP_TRIGGER_TYPE_GPI_WITH_TIMEOUT.

◆ handheld

HANDHELD_TRIGGER STOP_TRIGGER::handheld

Gun/Button Trigger with a timeout value if type is STOP_TRIGGER_TYPE_HANDHELD_WITH_TIMEOUT.

◆ value

union { ... } STOP_TRIGGER::value

value corresponding to the stop trigger type.