OperationFlag Enumeration

Operation flags

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public enum OperationFlag

Members

HopEvents1 Operation flag, Notification HopEvent is enabled.
InventoryStreamZeros2 Operation flag, Inventory stream frunction will report zero count inventory rounds also.
TuneEvent4,096 Operation flag, defines tune event enable / disable.
ExactBLF8,192 Operation flag, enable / disable exact LF detection. Supported only in NUR L2 modules.
TagPhase16,384 Operation flag, return tag phase angle in units of tenths of degrees in tag meta data timestamp field. Supported only in NUR2 modules.
NxpBid32,768 NXP Brand ID in NXP UCODE8 tag is enabled
IrMemOverrun65,536 Inventory read will report EPC even if there is memory overrun error (f.ex. no user mem bank)
PhaseDiff131,072 Return tag phase angle difference in units of tenths of degrees in tag meta data timestamp field. Supported only in NUR3 modules.

See Also