NurApiDeviceCapabilites Class

Device capabilities.

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public class DeviceCapabilites
Inheritance
Object    NurApiDeviceCapabilites

Constructors

NurApiDeviceCapabilitesInitializes a new instance of the NurApiDeviceCapabilites class

Properties

antennaMap True if the module provides antenna mapping information
beamAntenna True if the module supports beam forming antenna.
beep Bepper presence.
diagCommands True if the module FW supports diagnostics commands.
fetchSingle True if the module supports fetching tags one by one
fm0 FM0 RX decoding support.
gen2ver2 True if the module FW supports Gen2V2 at some level. See the level from gen2v2Support.
gridAntenna DEPRECATED! Provided for compatibility. Use beamAntenna member instead.
Obsolete.
invRead Support for inventory + read.
lf160k Link frequency of 160kHz support.
lf256k Link frequency of 256kHz support.
lf320k Link frequency of 320kHz support.
lf40k Link frequency of 40kHz support.
lf640k Link frequency of 640kHz support.
lf80k Link frequency of 80kHz support.
light Light sensor support.
m2 Miller-2 RX decoding support.
m4 Miller-4 RX decoding support.
m8 Miller-8 RX decoding support.
perAntOffset Per antenna low power setting offset support (-1...1).
perAntPower Per antenna power support.
rfProfile True if the module FW supports RF profile setting.
scanChan Support for channel scan.
tagPhaseInfo True if the module FW supports tag phase info. see OPFLAGS_EN_TAG_PHASE */
tap Tap sensor support.
tune Antenna tune support.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetSupportedLinkFreqs Get supported link frequencies.
GetTxLevels Get list of supported Tx levels as milli Watts (mW).
GetType
(Inherited from Object)
IsBeamReader Beam reader configuration.
IsEthernetTableReader Ethernet table reader configuration.
IsOneWattReader 1W / high power support.
IsStixReader STIX mini reader configuration.
IsUsbTableReader USB table reader configuration.
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

Fields

chipVersion RFID chip version.
chipVersionCode RFID chip version.
flagSet1 Device capabilities flag set 1.
flagSet2 Device capabilities flag set 2.
gen2v2Support Support level of Gen2 version 2 command. Zero means no support. 1 = Authenticate, Untraceable and ReadBuffer.
maxAnt Number of maximum possible antennas with current configuration.
maxGPIO Number of maximum possible GPIO pins with current configuration.
maxTxdBm Maximum TX power in terms of dBm.
maxTxmW Maximum TX level in mW.
moduleConfigFlags Module configuration flag bits.
moduleType Module type.
moduleTypeCode Module type.
secChipMaintenanceVersion Secondary chip maintenance SW version
secChipMajorVersion Secondary chip major SW version
secChipMinorVersion Secondary chip minor SW version
secChipReleaseVersion Secondary chip release SW version
szTagBuffer Number of 96-bit EPCs that the module tag buffer can currently hold.
txAttnStep TX level attenuation pre step in dBm.
txSteps Number of TX attenuation levels available.

See Also