async_mqtt 4.1.0
Loading...
Searching...
No Matches
async_mqtt::property::payload_format_indicator Class Reference

#include <property.hpp>

Inheritance diagram for async_mqtt::property::payload_format_indicator:
Collaboration diagram for async_mqtt::property::payload_format_indicator:

Public Member Functions

 payload_format_indicator (payload_format fmt=payload_format::binary)
 constructor
 
payload_format val () const
 Get value.
 
- Public Member Functions inherited from async_mqtt::property::detail::n_bytes_property< 1 >
std::vector< as::const_buffer > const_buffer_sequence () const
 Add const buffer sequence into the given buffer.
 
property::id id () const
 Get property::id.
 
std::size_t size () const
 Get property size.
 

Additional Inherited Members

- Static Public Member Functions inherited from async_mqtt::property::detail::n_bytes_property< 1 >
static constexpr std::size_t num_of_const_buffer_sequence ()
 Get number of element of const_buffer_sequence.
 

Detailed Description

@breif payload_format_indicator property

Constructor & Destructor Documentation

◆ payload_format_indicator()

async_mqtt::property::payload_format_indicator::payload_format_indicator ( payload_format fmt = payload_format::binary)
inline

constructor

Parameters
fmtpayload_format

Member Function Documentation

◆ val()

payload_format async_mqtt::property::payload_format_indicator::val ( ) const
inline

Get value.

Returns
payload_format

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