Gets the attached to server status of this Manager.
Namespace:
PhidgetsAssembly: Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34
Syntax
C# |
---|
public bool AttachedToServer { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property AttachedToServer As Boolean |
Visual C++ |
---|
public: property bool AttachedToServer { bool get (); } |
Remarks
For Managers opened over the network, returns the status of the connection to the server.
Exceptions
Exception | Condition |
---|---|
Phidgets..::.PhidgetException | If this Manager was not opened over the network. |