IReaderCapabilities.Antennas Property

TegoOS

IReaderCapabilitiesAntennas Property
Gets the maximum number of antennas that the reader can use.

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

Property Value

Type: IListInt32
See Also