Gets or sets the state of the antenna.
Namespace:
PhidgetsAssembly: 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
Exception | Condition |
---|---|
Phidgets..::.PhidgetException | If this Phidget is not opened and attached. |