components/websocket/include/websocket.h

changeset 30
3cc32f97410c
parent 0
b74b0e4902c3
equal deleted inserted replaced
29:45647136ec95 30:3cc32f97410c
110 * @param client The ws_client_t structure with the client information. 110 * @param client The ws_client_t structure with the client information.
111 */ 111 */
112 void ws_disconnect_client(ws_client_t* client); 112 void ws_disconnect_client(ws_client_t* client);
113 113
114 /** 114 /**
115 * @briek Test if the client is connected. 115 * @brief Test if the client is connected.
116 * status updates after send/read/connect/disconnect. 116 * status updates after send/read/connect/disconnect.
117 * @param client The ws_client_t structure with the client information. 117 * @param client The ws_client_t structure with the client information.
118 * @return True if connected, false if not. 118 * @return True if connected, false if not.
119 */ 119 */
120 bool ws_is_connected(ws_client_t client); 120 bool ws_is_connected(ws_client_t client);

mercurial