MQTT UNSUBSCRIBE packet (v5)
More...
#include <v5_unsubscribe.hpp>
template<std::size_t PacketIdBytes>
class async_mqtt::v5::basic_unsubscribe_packet< PacketIdBytes >
MQTT UNSUBSCRIBE packet (v5)
- Template Parameters
-
PacketIdBytes | size of packet_id |
MQTT UNSUBSCRIBE packet.
See https://docs.oasis-open.org/mqtt/mqtt/v5.0/os/mqtt-v5.0-os.html#_Toc3901179
◆ basic_unsubscribe_packet()
template<std::size_t PacketIdBytes>
◆ const_buffer_sequence()
template<std::size_t PacketIdBytes>
Create const buffer sequence it is for boost asio APIs.
- Returns
- const buffer sequence
◆ entries()
template<std::size_t PacketIdBytes>
Get entries.
- Returns
- entries
◆ num_of_const_buffer_sequence()
template<std::size_t PacketIdBytes>
Get number of element of const_buffer_sequence.
- Returns
- number of element of const_buffer_sequence
◆ packet_id()
template<std::size_t PacketIdBytes>
Get packet_id.
- Returns
- packet_id
◆ props()
template<std::size_t PacketIdBytes>
@breif Get properties
- Returns
- properties
◆ size()
template<std::size_t PacketIdBytes>
Get packet size.
- Returns
- packet size
The documentation for this class was generated from the following files: