NurApiTagStorageHasTag(String) 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(
	string epcStr
)

Parameters

epcStr  String
Formatted hex string, where 2 characters represents 1 byte. e.g. hex 0x32 is formatted as "32"

Return Value

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

See Also