NurApiConfigureXTIDInventory Method

Setup TID content based inventory + read. Configures inventory + read so that the data part is read based on the TID (XTID) contents.

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public void ConfigureXTIDInventory(
	bool dataOnly,
	bool includeAll
)

Parameters

dataOnly  Boolean
Set to true to have the TID contents only; otherwise the TID contents is appended to the EPC field.
includeAll  Boolean
If set to true then the reader shall add all of the TID contents into the replies.

See Also