NurApiOpFlags Property

Operation flags.

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public int OpFlags { get; set; }

Property Value

Int32

Enable hop events: OPFLAGS_EN_HOPEVENTS

Enable "zero tags found" notification during inventory streams: OPFLAGS_INVSTREAM_ZEROS

Enable run-time tuning events: OPFLAGS_EN_TUNEEVENTS

Return tag phase angle in units of tenths of degrees in tag meta data timestamp field. Supported only in NUR2/NUR3 modules.: OPFLAGS_EN_TAG_PHASE

NXP Brand ID in NXP UCODE8 tag is enabled: OPFLAGS_EN_NXP_BID

Inventory read will report EPC even if there is memory overrun error (f.ex. no user mem bank): OPFLAGS_EN_IR_MEM_OVERRUN

Return tag phase angle difference in units of tenths of degrees in tag meta data timestamp field. Supported only in NUR3 modules.: OPFLAGS_EN_PHASE_DIFF

The value can be either of the above flags, none or both. OR-operation can be used as these flags are bits.

See Also