ExecutionSettings.MergeByEpc Property

TegoOS

ExecutionSettingsMergeByEpc Property
Gets or sets whether tag responses for the same EPC should be combined into one tag response. Applies in synchronous mode only, and any change in setting should be made before the call to Execute(). If false, then response will contain results from each round individually so that individual data such as frequency and antenna are available. If true, then results are merged and the best data is retained. Default true.

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public bool MergeByEpc { get; set; }
Public Property MergeByEpc As Boolean
	Get
	Set
public:
property bool MergeByEpc {
	bool get ();
	void set (bool value);
}
member MergeByEpc : bool with get, set

Property Value

Type: Boolean
See Also