AWS IoT Device SDK C++ v2
1.34.0
AWS IoT Device SDK C++ v2
|
#include <Mqtt5Packets.h>
Public Member Functions | |
UserProperty (Crt::String key, Crt::String value) noexcept | |
const Crt::String & | getName () const noexcept |
const Crt::String & | getValue () const noexcept |
~UserProperty () noexcept | |
UserProperty (const UserProperty &toCopy) noexcept | |
UserProperty (UserProperty &&toMove) noexcept | |
UserProperty & | operator= (const UserProperty &toCopy) noexcept |
UserProperty & | operator= (UserProperty &&toMove) noexcept |
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 |
|
noexcept |
|
noexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
noexcept |
|
noexcept |