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