NurApiTagStorageAddOrUpdateTag Method

Add / update nur protocol tag in tag storage

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public bool AddOrUpdateTag(
	NurApi api,
	NurApiTagDataEx tagData,
	out NurApiTag storedTag
)

Parameters

api  NurApi
Owner
tagData  NurApiTagDataEx
Nur protocol tag data
storedTag  NurApiTag
New or updated tag is stored here

Return Value

Boolean
True if tag was added, false if tag was updated.

Remarks

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

See Also