PrevUpHomeNext

will

Represents the Will Message.

class will :
  public will_props
Member Functions

Name

Description

message

Get the Application Message.

qos

Get the qos_e.

retain

Get the retain_e.

topic

Get the Topic Name.

will [constructor]

Constructs an empty Will Message.

Construct a Will Message.

A Will Message is an Application Message that the Broker should publish after the Network Connection is closed in cases where the Network Connection is not closed normally.

Requirements

Header: async_mqtt5/types.hpp

Convenience header: async_mqtt5.hpp


PrevUpHomeNext