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

Contains RF Survey related information. More...

Data Fields

STRUCT_INFO structInfo
 
union {
   struct _UP_TIME_RFSURVEY {
      UINT64   firstSeenTimeStamp
 First Seen Time Stamp, Time of the first observation amongst the RF survey reports . More...
 
   }   upTime
 seenTime: Since System UP time . More...
 
   struct _UTC_TIME_RFSURVEY {
      SYSTEMTIME   firstSeenTimeStamp
 First Seen Time Stamp, Time of the first observation amongst the rf survey reports . More...
 
   }   utcTime
 seenTime: As System time . More...
 
seenTime
 
UINT32 frequency
 
UINT32 bandWidth
 
INT8 averagePeakRSSI
 
INT8 peakRSSI
 
LPVOID lpReserved [4]
 Reserved for future. More...
 

Detailed Description

Contains RF Survey related information.

When RF Survey Operation is performed, RF Survey data reported by Reader are reported back to application in the format of RF_SURVEY_DATA.

Field Documentation

◆ structInfo

STRUCT_INFO RF_SURVEY_DATA::structInfo

◆ firstSeenTimeStamp [1/2]

UINT64 RF_SURVEY_DATA::firstSeenTimeStamp

First Seen Time Stamp, Time of the first observation amongst the RF survey reports .

◆ upTime

struct { ... } ::_UP_TIME_RFSURVEY RF_SURVEY_DATA::upTime

seenTime: Since System UP time .

◆ firstSeenTimeStamp [2/2]

SYSTEMTIME RF_SURVEY_DATA::firstSeenTimeStamp

First Seen Time Stamp, Time of the first observation amongst the rf survey reports .

◆ utcTime

struct { ... } ::_UTC_TIME_RFSURVEY RF_SURVEY_DATA::utcTime

seenTime: As System time .

◆ seenTime

union { ... } RF_SURVEY_DATA::seenTime

◆ frequency

UINT32 RF_SURVEY_DATA::frequency

◆ bandWidth

UINT32 RF_SURVEY_DATA::bandWidth

◆ averagePeakRSSI

INT8 RF_SURVEY_DATA::averagePeakRSSI

◆ peakRSSI

INT8 RF_SURVEY_DATA::peakRSSI

◆ lpReserved

LPVOID RF_SURVEY_DATA::lpReserved[4]

Reserved for future.