Class Antennas.AntennaRfConfig
The Class holds the RF configuration of the Antenna
Inheritance
Inherited Members
Namespace: rfid.api
Assembly: rfid.netcore.dll
Syntax
public class AntennaRfConfig
Constructors
AntennaRfConfig()
Constructor Initialises to the default values
Declaration
public AntennaRfConfig()
Properties
AntennaStopTriggerConfig
Gets or sets the Antenna Stop Trigger Configuration for the Antenna Selected.
Declaration
public Antennas.AntennaRfConfig.AntennaStopTrigger AntennaStopTriggerConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Antennas.AntennaRfConfig.AntennaStopTrigger |
ReceivePort
Gets or sets Physical Receive Port OR Receive Beam of the Antenna
Declaration
public ushort ReceivePort { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt16 |
ReceiveSensitivityIndex
Gets or sets the receive sensitivity index. The receive sensitivity table is available as part of reader capability.
Declaration
public ushort ReceiveSensitivityIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt16 |
RfModeTableIndex
Gets or sets the Rf Mode index. The receive Transmit Rf Mode index is available as part of reader capability.
Declaration
public uint RfModeTableIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
Tari
Gets or sets the TARI specified in nsec. This is specified if the mode selected has a Tari range. If the selected mode has a range, and the Tari is set to zero, the Reader implementation picks up any Tari value within the range. If the selected RF mode has a range, and the specified Tari is out of that range and is not set to zero, an error message will be generated.
Declaration
public uint Tari { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
TransmitFrequencyIndex
Gets or sets the Transmit Frequency index. The receive Transmit Frequency index is available as part of reader capability.
Declaration
public ushort TransmitFrequencyIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt16 |
TransmitPort
Gets or sets Physical Transmit Port OR Transmit Beam of the Antenna,
Declaration
public ushort TransmitPort { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt16 |
TransmitPowerIndex
Gets or sets the Transmit power index. The receive Transmit power index is available as part of reader capability.
Declaration
public ushort TransmitPowerIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt16 |