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

Contains the Trigger information for Handheld Gun/Button that can Start/Stop an operation, like Inventory, Access, TagLocationing, etc. More...

Data Fields

HANDHELD_TRIGGER_EVENT_TYPE handheldEvent
 The HANDHELD_TRIGGER_EVENT_TYPE that causes the operation to start. More...
 
UINT32 timeoutMilliseconds
 Trigger timeout in milliseconds. More...
 

Detailed Description

Contains the Trigger information for Handheld Gun/Button that can Start/Stop an operation, like Inventory, Access, TagLocationing, etc.

Handheld Gun/Button based trigger can be specified for Start Trigger as well as Stop Trigger.

Field Documentation

◆ handheldEvent

HANDHELD_TRIGGER_EVENT_TYPE HANDHELD_TRIGGER::handheldEvent

The HANDHELD_TRIGGER_EVENT_TYPE that causes the operation to start.

◆ timeoutMilliseconds

UINT32 HANDHELD_TRIGGER::timeoutMilliseconds

Trigger timeout in milliseconds.

If set to zero, it indicates there is no timeout. Ignored for START_TRIGGER_TYPE_HANDHELD; Valid only for STOP_TRIGGER_TYPE_HANDHELD_WITH_TIMEOUT.