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

Specifies when to start the Inventory or AccessSequece operation and the time period to run the operation. More...

Data Fields

UINT32 periodMilliseconds
 Non-zero value indicating the time period in milliseconds for which inventory will run. More...
 
SYSTEMTIMEstartTime
 UTC Time to start the operation. More...
 

Detailed Description

Specifies when to start the Inventory or AccessSequece operation and the time period to run the operation.

It is a member of START_TRIGGER.

Field Documentation

◆ periodMilliseconds

UINT32 PERIODIC_TRIGGER::periodMilliseconds

Non-zero value indicating the time period in milliseconds for which inventory will run.

◆ startTime

SYSTEMTIME* PERIODIC_TRIGGER::startTime

UTC Time to start the operation.