MQTT AUTH packet (v35)
More...
#include <v5_auth.hpp>
◆ auth_packet() [1/2]
async_mqtt::v5::auth_packet::auth_packet |
( |
auth_reason_code | reason_code, |
|
|
properties | props ) |
|
inline |
◆ auth_packet() [2/2]
async_mqtt::v5::auth_packet::auth_packet |
( |
auth_reason_code | reason_code | ) |
|
|
inline |
◆ code()
auth_reason_code async_mqtt::v5::auth_packet::code |
( |
| ) |
const |
|
inline |
@breif Get reason code
- Returns
- reason_code
◆ const_buffer_sequence()
std::vector< as::const_buffer > async_mqtt::v5::auth_packet::const_buffer_sequence |
( |
| ) |
const |
|
inline |
Create const buffer sequence it is for boost asio APIs.
- Returns
- const buffer sequence
◆ num_of_const_buffer_sequence()
std::size_t async_mqtt::v5::auth_packet::num_of_const_buffer_sequence |
( |
| ) |
const |
|
inline |
Get number of element of const_buffer_sequence.
- Returns
- number of element of const_buffer_sequence
◆ props()
properties const & async_mqtt::v5::auth_packet::props |
( |
| ) |
const |
|
inline |
@breif Get properties
- Returns
- properties
◆ size()
std::size_t async_mqtt::v5::auth_packet::size |
( |
| ) |
const |
|
inline |
Get packet size.
- Returns
- packet size
The documentation for this class was generated from the following file:
- /home/kondo/work/async_mqtt/include/async_mqtt/packet/v5_auth.hpp