NurApiXPCRemoval Property

XPC removal control.

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public bool XPCRemoval { get; set; }

Property Value

Boolean

Set to true (default) to enable the XPC removing ahen a tag is retrieved from the storage.

Setting to false leaves the tag's EPC contents "as is".

Remarks

If the XPC removal is set to true, then the API removes the possible XPC bytes from the beginning of the EPC data.

The removal is done when the tags are retrieved from the API's storage.

Also not that if the XPC is present and it is not removed then the tags' operations (read, write, lock, kill, etc.) that are based on the use of the EPC will fail.

See Also