Node.newConnection

Creates a new connection to address using the port.

address can either be an IPv4 ip address or a host name

class Node
uinteger
newConnection
(
string address
,
ushort port
)

Return Value

Type: uinteger

the conection ID for the new connection if successful, throws exception on failure

Meta