![]() |
RFID API Documentation
1.0
Reference guide for RFID API
|
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... | |
Specifies the condition for stopping RF Survey operation.
It is a member of TRIGGER_INFO.
| STOP_TRIGGER_TYPE RFSURVEY_STOP_TRIGGER::type |
Stop trigger of type STOP_TRIGGER_TYPE.
| UINT32 RFSURVEY_STOP_TRIGGER::duration |
Duration in Milli-seconds if type is STOP_TRIGGER_TYPE_DURATION.
| 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.
| union { ... } RFSURVEY_STOP_TRIGGER::value |
value corresponding to the stop trigger type.