NurApiTagStorageItem(Byte) Property
Gets tag by EPC code
Namespace: NurApiDotNetAssembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
public NurApiTag this[
byte[] epc
] { get; }
- epc Byte
- The EPC to find.
NurApiTagThe EPC is a byte array representing the EPC memory contents to look up.
NurApiTagTag spcified by
epc if present; otherwise null.