![]() |
Home | Libraries | People | FAQ | More |
Construct a Will Message.
will( std::string topic, std::string message,boost::mqtt5::qos_e
qos,boost::mqtt5::retain_e
retain, will_props props);
Name |
Description |
---|---|
|
Topic name, identification of the information channel to which the Will Message will be published. |
|
The message that will be published. |
|
The |
|
The |
|
Will properties. |