Open this Manager remotely using an IP Address.
            
    Namespace: 
   PhidgetsAssembly: Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34
 Syntax
Syntax
| C# | 
|---|
| public void open( string IPAddress, int port ) | 
| Visual Basic (Declaration) | 
|---|
| Public Sub open ( _ IPAddress As String, _ port As Integer _ ) | 
| Visual C++ | 
|---|
| public: void open( String^ IPAddress, int port ) | 
Parameters
- IPAddress
- Type: System..::.String
 IP Address or hostname of the Phidget Webservice
- port
- Type: System..::.Int32
 Port of the Phidget Webservice
 Remarks
Remarks
            This version of open is network based.