NurApiInventoryEpcLength Property

Desired EPC Length filter in bytes. All other EPC's will be discarded during inventory.

Definition

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

Property Value

Int32
Use even values in range 2...62 or -1 for "accept all".

Remarks

Setting this to a specific value causes the module to ignore any EPC having a different length than this setting.

See Also