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

Contains trigger criteria to be used for an Inventory or Access Sequence operation. More...

Data Fields

START_TRIGGER startTrigger
 Condition to be met to start the operation. More...
 
STOP_TRIGGER stopTrigger
 Condition to be met to stop the operation. More...
 
UINT32 tagReportTrigger
 Signifies when to get triggered on TAG_READ_EVENT. More...
 
LPTAG_EVENT_REPORT_INFO lpTagEventReportInfo
 Parameters for enabling and configuring events for the reader to report tag state changes. More...
 
LPREPORT_TRIGGERS lpReportTriggers
 specifies configuration different type of reporting trigger mechanisms. More...
 
LPVOID lpReserved [4-2]
 Reserved for future. More...
 

Detailed Description

Contains trigger criteria to be used for an Inventory or Access Sequence operation.

Field Documentation

◆ startTrigger

START_TRIGGER TRIGGER_INFO::startTrigger

Condition to be met to start the operation.

◆ stopTrigger

STOP_TRIGGER TRIGGER_INFO::stopTrigger

Condition to be met to stop the operation.

◆ tagReportTrigger

UINT32 TRIGGER_INFO::tagReportTrigger

Signifies when to get triggered on TAG_READ_EVENT.

0 - Tag reports will be triggered when the Stop-Criteria is met. In case of periodic trigger, reports will be triggerd after every period. n - Report when 'n' unique tags are found The default settings is 1, which implies to get Tag reports immediately. This will be ignored when lpTagEventReportInfo is not NULL.

◆ lpTagEventReportInfo

LPTAG_EVENT_REPORT_INFO TRIGGER_INFO::lpTagEventReportInfo

Parameters for enabling and configuring events for the reader to report tag state changes.

◆ lpReportTriggers

LPREPORT_TRIGGERS TRIGGER_INFO::lpReportTriggers

specifies configuration different type of reporting trigger mechanisms.

Currently provides support for periodic report trigger and available only in FX7500.

◆ lpReserved

LPVOID TRIGGER_INFO::lpReserved[4-2]

Reserved for future.

1 LPVOID consumed for LPTAG_EVENT_REPORT_INFO 1 LPVOID consumed for PREPORT_TRIGGERS