NurApiTagStorageIndexOf(Byte) Method

Get tag index if found

Definition

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

Parameters

epc  Byte
Tag's EPC as a byte array

Return Value

Int32
Zero based index when found, otherwise -1

See Also