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

Specifies the condition for stopping RF Survey 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...
 
   UINT32   numAttempts
 N attempts to see all rf survey data in the FOV, or timeout if type is STOP_TRIGGER_TYPE_N_ATTEMPTS_WITH_TIMEOUT. More...
 
value
 value corresponding to the stop trigger type. More...
 

Detailed Description

Specifies the condition for stopping RF Survey operation.

It is a member of TRIGGER_INFO.

Field Documentation

◆ type

STOP_TRIGGER_TYPE RFSURVEY_STOP_TRIGGER::type

Stop trigger of type STOP_TRIGGER_TYPE.

◆ duration

UINT32 RFSURVEY_STOP_TRIGGER::duration

Duration in Milli-seconds if type is STOP_TRIGGER_TYPE_DURATION.

◆ numAttempts

UINT32 RFSURVEY_STOP_TRIGGER::numAttempts

N attempts to see all rf survey data in the FOV, or timeout if type is STOP_TRIGGER_TYPE_N_ATTEMPTS_WITH_TIMEOUT.

◆ value

union { ... } RFSURVEY_STOP_TRIGGER::value

value corresponding to the stop trigger type.