NurApiTagStorageAddTag(NurApiTag) Method

Add new tag to storage. Tag is added only there's no tag with same EPC already.

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public bool AddTag(
	NurApiTag tag
)

Parameters

tag  NurApiTag
Tag to add

Return Value

Boolean
True if tag was added, false otherwise

Remarks

If tag is already found in storage, it's meta data is updated from tag

See Also