/
On Pong

On Pong

Called every time a Pong message is received.

Prototype

          void  HTTPc_WebSockOnPong (HTTPc_CONN_OBJ *p_conn,
                                     CPU_CHAR       *p_data,
                                     CPU_INT16U      data_len);

Arguments

p_conn

Pointer to the current HTTPc Connection Object.

p_data

Pointer to the data of the Pong message

data_len

Data length of the Pong message.

Return Values

None.

Required Configuration

Notes / Warnings

Related content

On Message RX Data
More like this
HTTPc_WebSockUpgrade()
HTTPc_WebSockUpgrade()
More like this
HTTPc_WebSockSend
More like this
On Message RX Complete
On Message RX Complete
More like this
HTTPc_WebSockSend()
More like this
On Message TX Complete
On Message TX Complete
More like this