InventoryStreamData Class

Inventory stream data after InventoryStreamEvent event

Definition

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

Constructors

InventoryStreamDataInitializes a new instance of the InventoryStreamData 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

collisions Number of possible collisions or reception errors in this inventory.
Q Q used in this inventory.
roundsDone Number of full Q rounds done in this inventory.
stopped Streaming has stopped. If you need continuous streaming, you need to restart streaming.
tagsAdded Number of tags added to NurApi internal tag storage.

See Also