ExecutionSettings.Antennas Property

TegoOS

ExecutionSettingsAntennas Property
Gets the order in which to try antennas (antennas are numbered 1, 2, 3, ...). Null leaves the order to the reader.

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public IList<int> Antennas { get; }
Public ReadOnly Property Antennas As IList(Of Integer)
	Get
public:
property IList<int>^ Antennas {
	IList<int>^ get ();
}
member Antennas : IList<int> with get

Property Value

Type: IListInt32
See Also