Gets the Phidget Webservice network address for a Phidget opened over the network.
Namespace:
PhidgetsAssembly: Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34
Syntax
C# |
---|
public string Address { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property Address As String |
Visual C++ |
---|
public: property String^ Address { String^ get (); } |
Remarks
This may be an IP Address or a hostname.
Exceptions
Exception | Condition |
---|---|
Phidgets..::.PhidgetException | If this Phidget was not opened over the network, or if the server is not connected. |