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

This structure exposes a mechanism to provide the full Antenna configuration including the RF Config, pre filters and singulation control that will be used for the specific antenna. More...

Data Fields

UINT16 antennaID
 Specifies the antenna ID. More...
 
LPANTENNA_RF_CONFIG lpAntennaRfConfig
 Pointer to lpAntennaRfConfig. More...
 
LPPRE_FILTER_LIST lpPreFilterList
 Pointer to lpPreFilterList. More...
 
LPSINGULATION_CONTROL lpSingulationControl
 Pointer lpSingulationControl
More...
 
LPVOID lpReserved [32]
 Reserved for future. More...
 

Detailed Description

This structure exposes a mechanism to provide the full Antenna configuration including the RF Config, pre filters and singulation control that will be used for the specific antenna.

Field Documentation

◆ antennaID

UINT16 ANTENNA_CONFIG::antennaID

Specifies the antenna ID.

◆ lpAntennaRfConfig

LPANTENNA_RF_CONFIG ANTENNA_CONFIG::lpAntennaRfConfig

Pointer to lpAntennaRfConfig.

◆ lpPreFilterList

LPPRE_FILTER_LIST ANTENNA_CONFIG::lpPreFilterList

Pointer to lpPreFilterList.

◆ lpSingulationControl

LPSINGULATION_CONTROL ANTENNA_CONFIG::lpSingulationControl

Pointer lpSingulationControl

◆ lpReserved

LPVOID ANTENNA_CONFIG::lpReserved[32]

Reserved for future.