NurApiFetchTags(Boolean, Int32) 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,
	ref int tagsAdded
)

Parameters

includeMeta  Boolean
if true, meta data of tag included
tagsAdded  Int32
Number of tags added in NurApi's internal tag storage

Return Value

NurApiTagStorage
Tag storage as NurApiTagStorage

Remarks

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

See Also