MQTT SubscribeOptions.
More...
#include <subopts.hpp>
|
(Note that these are not member symbols.)
|
constexpr opts | operator| (retain_handling lhs, rap rhs) |
| Combine opts operator.
|
|
constexpr opts | operator| (retain_handling lhs, nl rhs) |
| Combine opts operator.
|
|
constexpr opts | operator| (retain_handling lhs, qos rhs) |
| Combine opts operator.
|
|
constexpr opts | operator| (rap lhs, retain_handling rhs) |
| Combine opts operator.
|
|
constexpr opts | operator| (rap lhs, nl rhs) |
| Combine opts operator.
|
|
constexpr opts | operator| (rap lhs, qos rhs) |
| Combine opts operator.
|
|
constexpr opts | operator| (nl lhs, retain_handling rhs) |
| Combine opts operator.
|
|
constexpr opts | operator| (nl lhs, rap rhs) |
| Combine opts operator.
|
|
constexpr opts | operator| (nl lhs, qos rhs) |
| Combine opts operator.
|
|
constexpr opts | operator| (qos lhs, retain_handling rhs) |
| Combine opts operator.
|
|
constexpr opts | operator| (qos lhs, rap rhs) |
| Combine opts operator.
|
|
constexpr opts | operator| (qos lhs, nl rhs) |
| Combine opts operator.
|
|
constexpr char const * | retain_handling_to_str (retain_handling v) |
| stringize retain_handling
|
|
std::ostream & | operator<< (std::ostream &os, retain_handling val) |
| output to the stream retain_handling
|
|
constexpr char const * | rap_to_str (rap v) |
| stringize rap
|
|
std::ostream & | operator<< (std::ostream &os, rap val) |
| output to the stream rap
|
|
constexpr char const * | nl_to_str (nl v) |
| stringize nl
|
|
std::ostream & | operator<< (std::ostream &os, nl val) |
| output to the stream nl
|
|
◆ opts() [1/5]
constexpr async_mqtt::sub::opts::opts |
( |
std::uint8_t | value | ) |
|
|
inlineexplicitconstexpr |
constructor
- Parameters
-
value | Byte image of the options |
◆ opts() [2/5]
◆ opts() [3/5]
◆ opts() [4/5]
◆ opts() [5/5]
◆ get_nl()
◆ get_qos()
◆ get_rap()
◆ get_retain_handling()
Get retain_handling.
- Returns
- retain_handling
◆ operator std::uint8_t()
constexpr async_mqtt::sub::opts::operator std::uint8_t |
( |
| ) |
const |
|
inlineexplicitconstexpr |
Get byte image.
- Returns
- byte image
The documentation for this struct was generated from the following file:
- /home/kondo/work/async_mqtt/include/async_mqtt/packet/subopts.hpp