NurApiTagStorageItem(Byte) Property

Gets tag by EPC code

Definition

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

Parameters

epc  Byte
The EPC to find.

Property Value

NurApiTag
The EPC is a byte array representing the EPC memory contents to look up.

Return Value

NurApiTag
Tag spcified by epc if present; otherwise null.

See Also