ReaderCapabilities.Antennas Property

TegoOS

ReaderCapabilitiesAntennas Property
Gets the collection of antenna ID's. Antennas are numbered 1, 2, 3, etc.

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public IList<int> Antennas { get; protected set; }
Public Property Antennas As IList(Of Integer)
	Get
	Protected Set
public:
virtual property IList<int>^ Antennas {
	IList<int>^ get () sealed;
	protected: void set (IList<int>^ value) sealed;
}
abstract Antennas : IList<int> with get, set
override Antennas : IList<int> with get, set

Property Value

Type: IListInt32

Implements

IReaderCapabilitiesAntennas
See Also