NurApiResetToTarget Method

Reset tag inventoried flag to specific target in selected session. All tags in reader range will be reset.

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public void ResetToTarget(
	int session,
	bool targetIsA
)

Parameters

session  Int32
Session to reset, 0 - 3
targetIsA  Boolean
True to set inventoried flag to A, false to set inventoried flag to B

See Also