NurApiTagStorageGetTag(String) Method
Gets tag by EPC code formatted as hex string, where 2 characters represents 1 byte.
Namespace: NurApiDotNetAssembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
public NurApiTag GetTag(
string epcStr
)
- epcStr String
- Formatted hex string, where 2 characters represents 1 byte. e.g. hex 0x32 is formatted as "32"
NurApiTagAssociated tag if found, otherwise null