close
Close the connection, if it is open. Returns self.
connect
Connect to the remote DOServer. Returns self or an Error, if one occurs.
host
Returns the host ip.
port
Returns the port.
serverObject
A handle to the remote DOServer's root object. Returns result from server or an Error, if one occurs.
setHost(ipString)
Sets the host ip to connect to. Returns self or an Error, if one occurs.
setPort(portNumber)
Sets the port number to connect to. Returns self.
|