ReaderCapabilities.AntennaIds Property

TegoOS

ReaderCapabilitiesAntennaIds Property
Gets the ID of any antennas that are detected (default null).

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

Property Value

Type: IListInt32

Implements

IReaderCapabilitiesAntennaIds
See Also