mqtt_cpp
property_id.hpp
Go to the documentation of this file.
1 // Copyright Takatoshi Kondo 2018
2 //
3 // Distributed under the Boost Software License, Version 1.0.
4 // (See accompanying file LICENSE_1_0.txt or copy at
5 // http://www.boost.org/LICENSE_1_0.txt)
6 
7 #if !defined(MQTT_PROPERTY_ID_HPP)
8 #define MQTT_PROPERTY_ID_HPP
9 
10 #include <cstdint>
11 #include <mqtt/namespace.hpp>
12 
13 namespace MQTT_NS {
14 
15 namespace v5 {
16 
17 namespace property {
18 
19 enum class id {
22  content_type = 3,
23  response_topic = 8,
24  correlation_data = 9,
28  server_keep_alive = 19,
35  server_reference = 28,
36  reason_string = 31,
37  receive_maximum = 33,
39  topic_alias = 35,
40  maximum_qos = 36,
41  retain_available = 37,
42  user_property = 38,
47 };
48 
49 } // namespace property
50 
51 } // namespace v5
52 
53 } // namespace MQTT_NS
54 
55 #endif // MQTT_PROPERTY_ID_HPP
Definition: property.hpp:373
Definition: property.hpp:301
Definition: property.hpp:313
Definition: property.hpp:641
Definition: property.hpp:495
Definition: property.hpp:439
Definition: property.hpp:445
Definition: property.hpp:307
Definition: property.hpp:517
Definition: property.hpp:351
Definition: property.hpp:433
Definition: property.hpp:462
Definition: property.hpp:479
Definition: property.hpp:534
Definition: property.hpp:395
id
Definition: property_id.hpp:19
Definition: any.hpp:27