On Open

Called when a WebSocket upgrade is successful.

It notify that the application can start receive and transmit WebSocket messages.

Prototype

void  HTTPc_WebSockOnOpen (HTTPc_CONN_OBJ  *p_conn);


Arguments

p_conn

Pointer to the current HTTPc Connection Object.

Return Values

None.

Required Configuration

Notes / Warnings