NurApiTagStorageGetTag(String) Method

Gets tag by EPC code formatted as hex string, where 2 characters represents 1 byte.

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public NurApiTag GetTag(
	string epcStr
)

Parameters

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

Return Value

NurApiTag
Associated tag if found, otherwise null

See Also