Gets the Phidget Webservice network address for a Phidget opened over the network.

Namespace:  Phidgets
Assembly:  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

ExceptionCondition
Phidgets..::.PhidgetExceptionIf this Phidget was not opened over the network, or if the server is not connected.

See Also