NurApiTagStorageItem(Int32) Property

Zero based index to get tag

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public NurApiTag this[
	int i
] { get; }

Parameters

i  Int32
The index of the tag.

Property Value

NurApiTag
The value i needs to be in range 0...Count.

Return Value

NurApiTag
Tag at given index if present; otherwise null.

See Also