Gets or sets the state of the antenna.

Namespace:  Phidgets
Assembly:  Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34

Syntax

C#
public bool Antenna { get; set; }
Visual Basic (Declaration)
Public Property Antenna As Boolean
Visual C++
public:
property bool Antenna {
	bool get ();
	void set (bool value);
}

Remarks

True turns the antenna on, False turns it off. The antenna if by default turned off, and needs to be explicitely activated before tags can be read. Control over the antenna allows multiple readers to be used in close proximity, as multiple readers will interfere with each other if their antenna's are activated simultaneously.

Exceptions

ExceptionCondition
Phidgets..::.PhidgetExceptionIf this Phidget is not opened and attached.

See Also