|
mqtt_cpp
|
#include <mqtt/two_or_four_byte_util.hpp>

Go to the source code of this file.
Namespaces | |
| MQTT_NS | |
Typedefs | |
| template<std::size_t PacketIdBytes> | |
| using | MQTT_NS::packet_id_type = two_or_four_byte_type< PacketIdBytes > |
| template<std::size_t PacketIdBytes> | |
| using | MQTT_NS::make_packet_id = make_two_or_four_byte< PacketIdBytes > |
| template<std::size_t PacketIdBytes> | |
| using | MQTT_NS::add_packet_id_to_buf = add_two_or_four_byte_to_buf< PacketIdBytes > |