Mercury API
StopTriggerReadPlan Constructor (sotc, antennaList, protocol, filter, op, weight)
NamespacesThingMagicStopTriggerReadPlanStopTriggerReadPlan(StopOnTagCount, ICollection<(Of <(Int32>)>), TagProtocol, TagFilter, TagOp, Int32)
Create StopTriggerReadPlan
Declaration Syntax
C#Visual BasicVisual C++
public StopTriggerReadPlan(
	StopOnTagCount sotc,
	ICollection<int> antennaList,
	TagProtocol protocol,
	TagFilter filter,
	TagOp op,
	int weight
)
Public Sub New ( _
	sotc As StopOnTagCount, _
	antennaList As ICollection(Of Integer), _
	protocol As TagProtocol, _
	filter As TagFilter, _
	op As TagOp, _
	weight As Integer _
)
public:
StopTriggerReadPlan(
	StopOnTagCount^ sotc, 
	ICollection<int>^ antennaList, 
	TagProtocol protocol, 
	TagFilter^ filter, 
	TagOp^ op, 
	int weight
)
Parameters
sotc (StopOnTagCount)
StopOnTagCount object
antennaList (ICollection<(Of <(Int32>)>))
List of antenna numbers
protocol (TagProtocol)
Protocol identifier
filter (TagFilter)
Tag filter. May be null.
op (TagOp)
Operation mode
weight (Int32)
Relative scheduling weight

Assembly: MercuryAPI (Module: MercuryAPI) Version: 1.29.4.34 (1.29.4.34)