mirror of https://github.com/eclipse/paho.mqtt.c
parent
354f84cbb7
commit
4199975ce8
|
|
@ -288,7 +288,7 @@ typedef struct
|
|||
* been retained by the MQTT server.
|
||||
*
|
||||
* <b>retained = false</b> <br>
|
||||
* For publishers, this ndicates that this message should not be retained
|
||||
* For publishers, this indicates that this message should not be retained
|
||||
* by the MQTT server. For subscribers, a false setting indicates this is
|
||||
* a normal message, received as a result of it being published to the
|
||||
* server.
|
||||
|
|
|
|||
|
|
@ -297,7 +297,7 @@ typedef struct
|
|||
* been retained by the MQTT server.
|
||||
*
|
||||
* <b>retained = false</b> <br>
|
||||
* For publishers, this ndicates that this message should not be retained
|
||||
* For publishers, this indicates that this message should not be retained
|
||||
* by the MQTT server. For subscribers, a false setting indicates this is
|
||||
* a normal message, received as a result of it being published to the
|
||||
* server.
|
||||
|
|
|
|||
Loading…
Reference in New Issue