Class SelectParameterCollection
- Namespace
- TechnologySolutions.Rfid.AsciiProtocol.Parameters
- Assembly
- TechnologySolutions.Rfid.AsciiProtocol.Core.dll
Helper class for implementing ISelectParameters
public class SelectParameterCollection : ParameterCollection, IParameterAction, IEnumerable<ICommandParameter>, IEnumerable, ISelectParameters
- Inheritance
-
SelectParameterCollection
- Implements
- Inherited Members
- Extension Methods
Constructors
SelectParameterCollection()
Initializes a new instance of the SelectParameterCollection class
public SelectParameterCollection()
Properties
InventoryOnly
Gets or sets a value indicating whether only the inventory should be performed (no select) "io"
public TriState? InventoryOnly { get; set; }
Property Value
SelectAction
Gets or sets the select action "sa"
public SelectAction? SelectAction { get; set; }
Property Value
SelectBank
Gets or sets the Databank used for the select mask "sb"
public Databank? SelectBank { get; set; }
Property Value
SelectData
Gets or sets the data used for the select mask "sd"
public string SelectData { get; set; }
Property Value
SelectLength
Gets or sets the number of bits used in the select mask "sl"
public int? SelectLength { get; set; }
Property Value
- int?
SelectOffset
Gets or sets the offset in bits into the Databank to compare to the select mask "so"
public int? SelectOffset { get; set; }
Property Value
- int?
SelectTarget
Gets or sets the select target "st"
public SelectTarget? SelectTarget { get; set; }