NurApiTagStorageTryGetTag Method

Gets tag by EPC code

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public bool TryGetTag(
	byte[] epc,
	out NurApiTag tag
)

Parameters

epc  Byte
EPC code
tag  NurApiTag
Associated tag is stored here if found

Return Value

Boolean
True if associated tag is found in storega, false otherwise.

See Also