|
|
|
@ -576,6 +576,7 @@ libmosq_EXPORT int mosquitto_disconnect(struct mosquitto *mosq);
|
|
|
|
|
* Note that although the MQTT protocol doesn't use message ids
|
|
|
|
|
* for messages with QoS=0, libmosquitto assigns them message ids
|
|
|
|
|
* so they can be tracked with this parameter.
|
|
|
|
|
* topic - null terminated string of the topic to publish to.
|
|
|
|
|
* payloadlen - the size of the payload (bytes). Valid values are between 0 and
|
|
|
|
|
* 268,435,455.
|
|
|
|
|
* payload - pointer to the data to send. If payloadlen > 0 this must be a
|
|
|
|
|