Searched refs:tcpClient (Results 1 – 1 of 1) sorted by relevance
4 tcpClient.send({14 var tcpClient = tcp.createClient({ variable25 tcpClient.on('message', function(data) {27 tcpClient.close();30 tcpClient.on('connect', function() {35 tcpClient.on('close', function() {39 tcpClient.on('error', function(err) {
Completed in 84 milliseconds