TCP.connectToRemoteServer()

Signature

void connectToRemoteServer(String sessionNickName, String host, int port)

Domain

ACTION, CONDITION, QUERY, BUI

Parameters

NameTypeDescription
sessionNickNameStringNick name of the session that will be used for this remote connection
hostStringRemote host name
portintRemote port number to connect to

Returns

TypeDescription
void