Home
last modified time | relevance | path

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

/AliOS-Things-master/components/amp/libjs/lib/
A Dudp.js23 this.udpClientInstance = __native.UDP.createSocket();
72 function createSocket(options) { function
77 createSocket,
A Dtcp.js50 if(__native.TCP.createSocket(this.options, cb.bind(this)) < 0){
/AliOS-Things-master/components/amp/jslib/src/
A Dudp.js9 this.udpClientInstance = UDP.createSocket();
64 export function createSocket(options) { function
A Dtcp.js37 if(TCP.createSocket(this.options, cb.bind(this)) < 0){
/AliOS-Things-master/components/amp/test/
A Dtest_udp.js14 if(!(udp && udp.createSocket)){
20 var udpSocket = udp.createSocket();
/AliOS-Things-master/components/amp/test/host/
A DudpServer.js2 const server = dgram.createSocket('udp4'); //创建udp服务器
/AliOS-Things-master/components/amp/example-js/
A Dudp.js3 var udpSocket = udp.createSocket();

Completed in 5 milliseconds