![]() |
Home | Libraries | People | FAQ | More |
Representation of the No Local Subscribe Option.
Defined in header <boost/mqtt5/types.hpp>
enum class no_local_e : std::uint8_t;
Name |
Description |
---|---|
|
Application Messages can be forwarded to a connection with equal ClientID. |
|
Application Messages MUST NOT be forwarded to a connection with equal ClientID. |
A Subscribe Option indicating whether or not Application Messages will be forwarded to a connection with a ClientID equal to the ClientID of the publishing connection.
Convenience header <boost/mqtt5.hpp>