NurApiTagStorageIndexOf(String) Method

Get tag's index if found

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public int IndexOf(
	string epc
)

Parameters

epc  String
Tag's EPC as a string.

Return Value

Int32
Zero based index when found, otherwise -1.

See Also