Versions Compared

Key

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

...

http-c.h/http-c.c

Prototype

Code Block
          void  HTTPc_WebSockMsgSetParam (HTTPc_WEBSOCK_MSG_OBJ  *p_msg_obj,
                                          HTTPc_PARAM_TYPE        type,
                                          void                   *p_param
                                          HTTPc_ERR              *p_err);


Arguments

p_ws_obj

Pointer to the HTTPc WebSocket Message Object on which to setup parameter.

...