![]() |
RFID API Documentation
1.0
Reference guide for RFID API
|
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... | |
Contains Antenna RF configuration.
| UINT16 ANTENNA_RF_CONFIG::transmitPowerIndex |
The value is the zero-based index into the TransmitPowerTable.
| UINT16 ANTENNA_RF_CONFIG::receiveSensitivityIndex |
The value is the zero-based index into the ReceiveSensitivityTable.
| 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.
| UINT32 ANTENNA_RF_CONFIG::rfModeTableIndex |
Index to the RF_MODE_TABLE_ENTRY in UHF_RF_MODE_TABLE present in RF_MODES of READER_CAPS.
| UINT32 ANTENNA_RF_CONFIG::tari |
Tari value.
| UINT16 ANTENNA_RF_CONFIG::transmitPort |
Transmit port of the Antenna.
transmitPort field should be used only if the reader supports AntennaRFConfigSupported capability
| UINT16 ANTENNA_RF_CONFIG::receivePort |
Receive port of the Antenna.
receivePort field should be used only only if the reader supports AntennaRFConfigSupported capability
| ANTENNA_STOP_TRIGGER ANTENNA_RF_CONFIG::antennaStopTrigger |
Antenna stop trigger configuration.
antennaStopTrigger field should be used only if the reader supports AntennaRFConfigSupported capability
| LPVOID ANTENNA_RF_CONFIG::lpReserved[32] |
Reserved for future.