TCP.createLocalServer()

Signature

void createLocalServer(String serverNickName, String host, int port)

Domain

ACTION, CONDITION, QUERY, BUI

Parameters

NameTypeDescription
serverNickNameStringNick name of the server being created
hostStringHost name of the server
portintPort on which to listen to

Returns

TypeDescription
void