NurApiInventoryExFilter Class

Inventory filter parameters. Represents G2 Select command, see UHF G2 standard section 6.3.2.11.1.1.

Definition

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

Constructors

NurApiInventoryExFilterInitializes a new instance of the NurApiInventoryExFilter class

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

Fields

action Indicates whether matching tags assert or deassert SL, or set their inventoried flag to A or B.
address Filter mask data address in bits.
bank Memory bank used for filter mask (1, 2 or 3). Bank must not be passwd bank.
maskBitLength Length of the mask data in bits. Maximum length is 255 bits
maskData Mask data buffer.
target Target session or SL. Indicates whether G2 select command modifies tag's SL flag or inventoried (A/B) flag.
truncate Set to false always. NOT SUPPORTED AT THE MOMENT

See Also