mqtt_cpp
Namespaces | Typedefs
packet_id_type.hpp File Reference
#include <mqtt/two_or_four_byte_util.hpp>
Include dependency graph for packet_id_type.hpp:
This graph shows which files directly or indirectly include this file:

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 >