Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Clear an MQTTc Connection before the first usage.

Files

mqtt-c.h/mqtt-c.c

Prototype

Arguments

p_conn

Pointer to the MQTTc Connection.

p_err

Pointer to variable that will receive the return error code from this function:

MQTTc_ERR_NONE

MQTTc_ERR_NOT_INIT

MQTTc_ERR_NULL_PTR

Returned Values

None.

Required Configuration

None.

Notes / Warnings

  • This function MUST be called after the µC/MQTT-client Suite Initialization has been completed.
  • This function MUST be called before the MQTTc_CONN object is used for the first time.
  • No labels