NurApiTagStorageHasTag(String) Method
Test if tag with this EPC is stored in storage already.
Namespace: NurApiDotNetAssembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
public bool HasTag(
string epcStr
)
- epcStr String
- Formatted hex string, where 2 characters represents 1 byte. e.g. hex 0x32 is formatted as "32"
BooleanTrue if tag is stored already in storage, false otherwise