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

Contains the result of locating operation being performed. More...

Data Fields

union {
   INT16   relativeDistance
 Locationing result when using LOCATE_TAG mechanism. More...
 
   LPVOID   lpReserved [16]
 Reserved for place holder for expansion of union. More...
 
}; 
 
LPVOID lpReserved1 [4]
 Reserved for future. More...
 

Detailed Description

Contains the result of locating operation being performed.

Field Documentation

◆ relativeDistance

INT16 LOCATION_INFO::relativeDistance

Locationing result when using LOCATE_TAG mechanism.

◆ lpReserved

LPVOID LOCATION_INFO::lpReserved[16]

Reserved for place holder for expansion of union.

◆ @1

union { ... }

◆ lpReserved1

LPVOID LOCATION_INFO::lpReserved1[4]

Reserved for future.