NurApiFetchTags(Boolean) Method

Fetch tags from reader memory

Definition

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

Parameters

includeMeta  Boolean
if true, meta data of tag included

Return Value

NurApiTagStorage
Tag storage as NurApiTagStorage

Remarks

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

See Also