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

Contains Antenna RF configuration. More...

Data Fields

UINT16 transmitPowerIndex
 The value is the zero-based index into the TransmitPowerTable. More...
 
UINT16 receiveSensitivityIndex
 The value is the zero-based index into the ReceiveSensitivityTable. More...
 
UINT16 transmitFrequencyIndex
 In frequency-hopping regulatory regions, this is the Frequency hop table ID. More...
 
UINT32 rfModeTableIndex
 Index to the RF_MODE_TABLE_ENTRY in UHF_RF_MODE_TABLE present in RF_MODES of READER_CAPS. More...
 
UINT32 tari
 Tari value. More...
 
UINT16 transmitPort
 Transmit port of the Antenna. More...
 
UINT16 receivePort
 Receive port of the Antenna. More...
 
ANTENNA_STOP_TRIGGER antennaStopTrigger
 Antenna stop trigger configuration. More...
 
LPVOID lpReserved [32]
 Reserved for future. More...
 

Detailed Description

Contains Antenna RF configuration.

Field Documentation

◆ transmitPowerIndex

UINT16 ANTENNA_RF_CONFIG::transmitPowerIndex

The value is the zero-based index into the TransmitPowerTable.

◆ receiveSensitivityIndex

UINT16 ANTENNA_RF_CONFIG::receiveSensitivityIndex

The value is the zero-based index into the ReceiveSensitivityTable.

◆ transmitFrequencyIndex

UINT16 ANTENNA_RF_CONFIG::transmitFrequencyIndex

In frequency-hopping regulatory regions, this is the Frequency hop table ID.

In case of Fixed Frequency, this is the one-based channel index in the FixedFrequencyTable.

◆ rfModeTableIndex

UINT32 ANTENNA_RF_CONFIG::rfModeTableIndex

Index to the RF_MODE_TABLE_ENTRY in UHF_RF_MODE_TABLE present in RF_MODES of READER_CAPS.

◆ tari

UINT32 ANTENNA_RF_CONFIG::tari

Tari value.

◆ transmitPort

UINT16 ANTENNA_RF_CONFIG::transmitPort

Transmit port of the Antenna.

transmitPort field should be used only if the reader supports AntennaRFConfigSupported capability

◆ receivePort

UINT16 ANTENNA_RF_CONFIG::receivePort

Receive port of the Antenna.

receivePort field should be used only only if the reader supports AntennaRFConfigSupported capability

◆ antennaStopTrigger

ANTENNA_STOP_TRIGGER ANTENNA_RF_CONFIG::antennaStopTrigger

Antenna stop trigger configuration.

antennaStopTrigger field should be used only if the reader supports AntennaRFConfigSupported capability

◆ lpReserved

LPVOID ANTENNA_RF_CONFIG::lpReserved[32]

Reserved for future.