Create a SimpleReadPlan
| C# | Visual Basic | Visual C++ |
public SimpleReadPlan( ICollection<int> antennaList, TagProtocol protocol, TagFilter filter, TagOp op, bool useFastSearch, int weight )
Public Sub New ( _ antennaList As ICollection(Of Integer), _ protocol As TagProtocol, _ filter As TagFilter, _ op As TagOp, _ useFastSearch As Boolean, _ weight As Integer _ )
public: SimpleReadPlan( ICollection<int>^ antennaList, TagProtocol protocol, TagFilter^ filter, TagOp^ op, bool useFastSearch, int weight )
- antennaList (ICollection<(Of <(Int32>)>))
- List of antenna numbers. May be null.
- protocol (TagProtocol)
- Protocol identifier
- filter (TagFilter)
- Tag filter. May be null.
- op (TagOp)
- Operation mode
- useFastSearch (Boolean)
- Enable fast search
- weight (Int32)
- Relative scheduling weight