Enum TAG_FIELD
TAG_FIELD specifies the fields to be enabled in TAG_DATA.
Namespace: rfid.api
Assembly: rfid.netcore.dll
Syntax
[Flags]
public enum TAG_FIELD
Fields
| Name | Description |
|---|---|
| ALL_TAG_FIELDS | Fetch all fields |
| ANTENNA_ID | Fetch AntennaID on which Tag was found from Reader |
| CHANNEL_INDEX | Fetch the Channel Index on which the Tag was found |
| CRC | Fetch Tag's CRC field from Reader |
| FIRST_SEEN_TIME_STAMP | Fetch Tag's First Seen Time Stamp from Reader |
| LAST_SEEN_TIME_STAMP | Fetch Tag's Last Seen Time Stamp from Reader |
| PC | Fetch Tag's PC field from Reader |
| PEAK_RSSI | Fetch RSSI of the tag from Reader |
| PHASE_INFO | Fetch the Phase Info |
| PHYSICAL_PORT | Fetch the Transmit and receive port of the Antenna |
| TAG_SEEN_COUNT | Fetch Tag Seen Count of the tag from Reader |
| XPC | Fetch Tag's XPC field from Reader |
| ZONE_ID | Fetch the Zone ID of the Inventory opertaion |
| ZONE_NAME | Fetch the Zone Name of the Operation |