NurApiTagStorageRemove(Byte) Method

Remove a single tag entry (if found) from the storage.

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public bool Remove(
	byte[] epc
)

Parameters

epc  Byte
Tag's EPC as a byte array.

Return Value

Boolean
true if the tag was found and removed.

See Also