Open this Phidget remotely using a Server ID, and a specific label.

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

Syntax

C#
public void openLabel(
	string label,
	string ServerID
)
Visual Basic (Declaration)
Public Sub openLabel ( _
	label As String, _
	ServerID As String _
)
Visual C++
public:
void openLabel(
	String^ label, 
	String^ ServerID
)

Parameters

label
Type: System..::.String
The Label
ServerID
Type: System..::.String
ServerID of the Phidget Webservice

Remarks

This version of open is network based.

This version of open specifies a label - The label can be set and changed by using the setLabel method (setLabel is unsupported on Windows). use open(string ServerID) to open a device without specifying the label.

See Also