NurApiFetchTagAt Method

Fetch a single tag based on "index" in reader tag memory.

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public NurApiTag FetchTagAt(
	bool includeMeta,
	int tagNum
)

Parameters

includeMeta  Boolean
Set to true if the metadata should be included.
tagNum  Int32
Index of the tag

Return Value

NurApiTag
New tag object.

See Also