![]() |
PIP 5.7.0_beta
Platform-Independent Primitives
|
Mutable MQTT message. More...
#include <pimqtttypes.h>

Public Member Functions | |
| MessageMutable & | setTopic (PIString t) |
| Sets the topic. | |
| MessageMutable & | setBody (PIByteArray b) |
| Sets the message body. | |
| MessageMutable & | setPayload (PIByteArray b) |
| Sets the message body. | |
| const PIMap< PIString, PIString > & | pathArguments () const |
| Returns path arguments. | |
| PIMap< PIString, PIString > & | pathArguments () |
| Returns a modifiable map of path arguments. | |
| const PIMap< int, PIString > & | properties () const |
| Returns map of properties. | |
| PIMap< int, PIString > & | properties () |
| Returns a modifiable map of properties. | |
| MessageMutable & | setDuplicate (bool yes) |
Returns true for . | |
| MessageMutable & | setQos (QoS qos) |
| Returns QoS. | |
| MessageMutable & | setID (int id) |
| Returns message ID. | |
Mutable MQTT message.