mqtt_cpp
Namespaces | Enumerations | Functions
protocol_version.hpp File Reference
#include <cstdint>
#include <ostream>
#include <mqtt/namespace.hpp>
Include dependency graph for protocol_version.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 MQTT_NS
 

Enumerations

enum class  MQTT_NS::protocol_version { MQTT_NS::undetermined = 0 , MQTT_NS::v3_1_1 = 4 , MQTT_NS::v5 = 5 }
 

Functions

constexpr char const * MQTT_NS::protocol_version_to_str (protocol_version v)
 
std::ostream & MQTT_NS::operator<< (std::ostream &os, protocol_version val)