NurApiInventoryReadCtl Property

Takes the inventory + read into use (true) or turns it off (false). When read tells whether there is a valid inventory + read configuration present in the module or not. Uses the configuration set with InventoryRead(Boolean, UInt32, UInt32, UInt32, UInt32), TIDInventory(UInt32, UInt32) or UserMemInventory(UInt32, UInt32)

Definition

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

Property Value

Boolean

When set to true then the current inventory + read configuration stored into the module is taken into use. NOTE: the inventory + read takes place next time an inventory, in any form, is performed so calling this does not perform anythin rather than only takes the configuration into use.

Reading returns whether the inventory + read is currently active or not.

See Also