Device Monitoring Studio - Monitor, log and analyze data coming through PC ports and connections
Download Device Monitoring Studio Hide this button

Remote Connection Manager Object

Remote Connection Manager Object allows you to connect to remote server, disconnect from remote server and enumerate active connections. It is exposed by the global object remote and implements the IRemoteHost interface.

Use the IRemoteHost.connectServer method to establish a remote connection. Use the IRemoteHost.disconnectServer to close the remote connection and query the IRemoteHost.connections property for a list of existing connections.

Events

Subscribe to IRemoteHost.connected or IRemoteHost.disconnected events to get notifications of connection and disconnection events.