aws-crt-cpp
C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.
|
#include <MqttRequestResponseClient.h>
Public Member Functions | |
UserPropertyView (Aws::Crt::ByteCursor name, Aws::Crt::ByteCursor value) | |
Public Attributes | |
Aws::Crt::ByteCursor | m_name |
Aws::Crt::ByteCursor | m_value |
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.
|
inline |
Aws::Crt::ByteCursor Aws::Iot::RequestResponse::UserPropertyView::m_name |
Aws::Crt::ByteCursor Aws::Iot::RequestResponse::UserPropertyView::m_value |