NurApiTagStorageGetTag(Byte) Method

Gets tag by EPC code.

Definition

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

Parameters

epc  Byte
Tag's EPC code

Return Value

NurApiTag
Associated tag if found, otherwise null

See Also