NurApiInventoryTriggerTimeout Property

Triggered inventory timeout in milliseconds.

Device will scan new tags specified timeout when no new tags are found.

If no new tags found within timeout, triggred inventory is considered done and results are sent to the host.

Definition

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

Property Value

Int32
Range is 0...60000, unit is milliseconds.

See Also