Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Called when the message is ready to be transmit.  

Prototype

Code Block

          CPU_INT32U HTTPc_WebSockOnMsgTxInit (HTTPc_CONN_OBJ            *p_conn,
                                               HTTPc_WEBSOCK_MSG_OBJ     *p_msg);


Arguments

p_conn

Pointer to the current HTTPc Connection Object.

...