Versions Compared

Key

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

...

mqtt-c.h/mqtt-c.c

Prototype

Code Block
void  MQTTc_Init (const  MQTTc_CFG     *p_cfg,
                  const  NET_TASK_CFG  *p_task_cfg,
                         MEM_SEG       *p_mem_seg,
                         MQTTc_ERR     *p_err);

Arguments

p_cfg

Pointer to MQTT Client Configuration Object.

...

  • Must be called after the µC/TCPIP stack has been initialize and is up running.

...