NurApiGetTagStorage Method

Get NurApi's internal tag storage.

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public NurApiTagStorage GetTagStorage()

Return Value

NurApiTagStorage
Tag storage as NurApiTagStorage

Remarks

If any stream is active, accesing tag storage, it must locked with lock()

See Also