PrevUpHomeNext

subscribe_topic

A representation of a Topic Subscription consisting of a Topic Filter and Subscribe Options.

struct subscribe_topic
Data Members

Name

Description

sub_opts

The subscribe_options associated with the subscription.

topic_filter

An UTF-8 Encoded String indicating the Topics to which the Client wants to subscribe.

Requirements

Header: async_mqtt5/types.hpp

Convenience header: async_mqtt5.hpp


PrevUpHomeNext