Home
last modified time | relevance | path

Searched refs:tcpClient (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/amp/example-js/
A Dtcp.js4 tcpClient.send({
14 var tcpClient = tcp.createClient({ variable
25 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