NurApiTagStorageTryGetTag Method
Gets tag by EPC code
Namespace: NurApiDotNetAssembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
public bool TryGetTag(
byte[] epc,
out NurApiTag tag
)
- epc Byte
- EPC code
- tag NurApiTag
- Associated tag is stored here if found
BooleanTrue if associated tag is found in storega, false otherwise.