Open this Phidget remotely and securely, 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,
	string password
)
Visual Basic (Declaration)
Public Sub openLabel ( _
	label As String, _
	ServerID As String, _
	password As String _
)
Visual C++
public:
void openLabel(
	String^ label, 
	String^ ServerID, 
	String^ password
)

Parameters

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

Remarks

This version of open is network based.

This method is the same as openLabel(string label, string ServerID), except that it specifies a password. This password can be set as a parameter when starting the Phidget Webservice.

See Also