NurApiTagStorageRemove(Int32) 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(
	int index
)

Parameters

index  Int32
Tag's index.

Return Value

Boolean
Returns true if the tag was found and removed.

See Also