aws-crt-cpp
C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.
Public Member Functions | Public Attributes | List of all members
Aws::Iot::RequestResponse::UserPropertyView Struct Reference

#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
 

Detailed Description

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.

Constructor & Destructor Documentation

Aws::Iot::RequestResponse::UserPropertyView::UserPropertyView ( Aws::Crt::ByteCursor  name,
Aws::Crt::ByteCursor  value 
)
inline

Member Data Documentation

Aws::Crt::ByteCursor Aws::Iot::RequestResponse::UserPropertyView::m_name
Aws::Crt::ByteCursor Aws::Iot::RequestResponse::UserPropertyView::m_value

The documentation for this struct was generated from the following file: