Versions Compared

Key

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

...

http-c.h/http-c.c

Prototype

Code Block

          CPU_INT16U  HTTPc_WebSockFmtCloseMsg (HTTPc_WEBSOCK_CLOSE_CODE    close_code,
                                                CPU_CHAR                   *p_reason,
                                                CPU_CHAR                   *p_buf,
                                                CPU_INT16U                  buf_len,
                                                HTTPc_ERR                  *p_err)


Arguments

close_code

Close code to format in the Close message.

...