Home
last modified time | relevance | path

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

/AliOS-Things-master/components/websocket/include/
A Dlibrws.h182 typedef void (*rws_on_socket_recvd_pong)(rws_socket socket); typedef
395 RWS_API(void) rws_socket_set_on_received_pong(rws_socket socket, rws_on_socket_recvd_pong callback);
A Drws_socket.h102 rws_on_socket_recvd_pong on_recvd_pong;
/AliOS-Things-master/components/websocket/src/
A Drws_socketpub.c364 void rws_socket_set_on_received_pong(rws_socket socket, rws_on_socket_recvd_pong callback) { in rws_socket_set_on_received_pong()
/AliOS-Things-master/components/websocket/
A DREADME.md327 void rws_socket_set_on_received_pong(rws_socket socket, rws_on_socket_recvd_pong callback)

Completed in 6 milliseconds