async_mqtt 5.0.0
Loading...
Searching...
No Matches
async_mqtt::property::will_delay_interval Class Reference

#include <property.hpp>

Inheritance diagram for async_mqtt::property::will_delay_interval:
Collaboration diagram for async_mqtt::property::will_delay_interval:

Public Member Functions

 will_delay_interval (std::uint32_t val)
 constructor
 
std::uint32_t val () const
 Get value.
 
- Public Member Functions inherited from async_mqtt::property::detail::n_bytes_property< 4 >
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< 4 >
static constexpr std::size_t num_of_const_buffer_sequence ()
 Get number of element of const_buffer_sequence.
 

Detailed Description

@breif will_delay_interval property

Constructor & Destructor Documentation

◆ will_delay_interval()

async_mqtt::property::will_delay_interval::will_delay_interval ( std::uint32_t val)
inline

constructor

Parameters
valwill_delay_interval seconds

Member Function Documentation

◆ val()

std::uint32_t async_mqtt::property::will_delay_interval::val ( ) const
inline

Get value.

Returns
will_delay_interval seconds

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