NurApiTagStorageHasTag(Byte) Method

Test if tag with this EPC is stored in storage already.

Definition

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

Parameters

epc  Byte
Tag's EPC code

Return Value

Boolean
True if tag is stored already in storage, false otherwise

See Also