![]() |
RFID API Documentation
1.0
Reference guide for RFID API
|
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... | |
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.
| STRUCT_INFO RF_SURVEY_DATA::structInfo |
| UINT64 RF_SURVEY_DATA::firstSeenTimeStamp |
First Seen Time Stamp, Time of the first observation amongst the RF survey reports .
| struct { ... } ::_UP_TIME_RFSURVEY RF_SURVEY_DATA::upTime |
seenTime: Since System UP time .
| SYSTEMTIME RF_SURVEY_DATA::firstSeenTimeStamp |
First Seen Time Stamp, Time of the first observation amongst the rf survey reports .
| struct { ... } ::_UTC_TIME_RFSURVEY RF_SURVEY_DATA::utcTime |
seenTime: As System time .
| union { ... } RF_SURVEY_DATA::seenTime |
| UINT32 RF_SURVEY_DATA::frequency |
| UINT32 RF_SURVEY_DATA::bandWidth |
| INT8 RF_SURVEY_DATA::averagePeakRSSI |
| INT8 RF_SURVEY_DATA::peakRSSI |
| LPVOID RF_SURVEY_DATA::lpReserved[4] |
Reserved for future.