NurApiTagStorageGetAddedTags Method

Get list of newly added tags in this storage since last called Clear.

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public Dictionary<byte[], NurApiTag> GetAddedTags()

Return Value

DictionaryByte, NurApiTag
Dictionary with epc as key and Tag as value

Remarks

NOTE: TagStorage object must be locked when accessing returned Dictionary

See Also