NurApiTagStorageItem(Int32) Property
Zero based index to get tag
Namespace: NurApiDotNetAssembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
public NurApiTag this[
int i
] { get; }
- i Int32
- The index of the tag.
NurApiTagThe value
i needs to be in range 0...
Count.
NurApiTagTag at given index if present; otherwise null.