AWS IoT Device SDK C++ v2
1.36.0
AWS IoT Device SDK C++ v2
|
#include <Mqtt5Packets.h>
Public Member Functions | |
UserProperty (const Crt::String &name, const Crt::String &value) noexcept | |
UserProperty (Crt::String &&name, Crt::String &&value) noexcept | |
const Crt::String & | getName () const noexcept |
const Crt::String & | getValue () const noexcept |
bool | operator== (const UserProperty &other) const |
Data model for MQTT5 user properties.
A user property is a name-value pair of utf-8 strings that can be added to mqtt5 packets.
|
noexcept |
|
noexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inline |