AWS IoT Device SDK C++ v2  1.32.6
AWS IoT Device SDK C++ v2
Public Member Functions | List of all members
Aws::Crt::Mqtt5::UnsubscribePacket Class Reference

#include <Mqtt5Packets.h>

Inheritance diagram for Aws::Crt::Mqtt5::UnsubscribePacket:
Aws::Crt::Mqtt5::IPacket

Public Member Functions

 UnsubscribePacket (Allocator *allocator=ApiAllocator()) noexcept
 
PacketType getType () override
 
UnsubscribePacketWithTopicFilter (Crt::String topicFilter) noexcept
 
UnsubscribePacketWithTopicFilters (Crt::Vector< String > topicFilters) noexcept
 
UnsubscribePacketWithUserProperties (const Vector< UserProperty > &userProperties) noexcept
 
UnsubscribePacketWithUserProperties (Vector< UserProperty > &&userProperties) noexcept
 
UnsubscribePacketWithUserProperty (UserProperty &&property) noexcept
 
bool initializeRawOptions (aws_mqtt5_packet_unsubscribe_view &raw_options) noexcept
 
virtual ~UnsubscribePacket ()
 
 UnsubscribePacket (const UnsubscribePacket &) noexcept=delete
 
 UnsubscribePacket (UnsubscribePacket &&) noexcept=delete
 
UnsubscribePacketoperator= (const UnsubscribePacket &) noexcept=delete
 
UnsubscribePacketoperator= (UnsubscribePacket &&) noexcept=delete
 

Detailed Description

Data model of an MQTT5 UNSUBSCRIBE packet.

Constructor & Destructor Documentation

◆ UnsubscribePacket() [1/3]

Aws::Crt::Mqtt5::UnsubscribePacket::UnsubscribePacket ( Allocator allocator = ApiAllocator())
noexcept

◆ ~UnsubscribePacket()

Aws::Crt::Mqtt5::UnsubscribePacket::~UnsubscribePacket ( )
virtual

◆ UnsubscribePacket() [2/3]

Aws::Crt::Mqtt5::UnsubscribePacket::UnsubscribePacket ( const UnsubscribePacket )
deletenoexcept

◆ UnsubscribePacket() [3/3]

Aws::Crt::Mqtt5::UnsubscribePacket::UnsubscribePacket ( UnsubscribePacket &&  )
deletenoexcept

Member Function Documentation

◆ getType()

PacketType Aws::Crt::Mqtt5::UnsubscribePacket::getType ( )
inlineoverridevirtual

◆ initializeRawOptions()

bool Aws::Crt::Mqtt5::UnsubscribePacket::initializeRawOptions ( aws_mqtt5_packet_unsubscribe_view &  raw_options)
noexcept

◆ operator=() [1/2]

UnsubscribePacket& Aws::Crt::Mqtt5::UnsubscribePacket::operator= ( const UnsubscribePacket )
deletenoexcept

◆ operator=() [2/2]

UnsubscribePacket& Aws::Crt::Mqtt5::UnsubscribePacket::operator= ( UnsubscribePacket &&  )
deletenoexcept

◆ WithTopicFilter()

UnsubscribePacket & Aws::Crt::Mqtt5::UnsubscribePacket::WithTopicFilter ( Crt::String  topicFilter)
noexcept

Push back a topic filter that the client wishes to unsubscribe from.

Parameters
topicFilterthat the client wishes to unsubscribe from
Returns
The UnsubscribePacket Object after setting the subscription.

◆ WithTopicFilters()

UnsubscribePacket & Aws::Crt::Mqtt5::UnsubscribePacket::WithTopicFilters ( Crt::Vector< String topicFilters)
noexcept

Sets list of topic filter that the client wishes to unsubscribe from.

Parameters
topicFiltersvector of subscription topic filters that the client wishes to unsubscribe from
Returns
The UnsubscribePacket Object after setting the subscription.

◆ WithUserProperties() [1/2]

UnsubscribePacket & Aws::Crt::Mqtt5::UnsubscribePacket::WithUserProperties ( const Vector< UserProperty > &  userProperties)
noexcept

Sets the list of MQTT5 user properties included with the packet.

See MQTT5 User Property

Parameters
userPropertiesList of MQTT5 user properties included with the packet.
Returns
The UnsubscribePacketBuilder after setting the user properties.

◆ WithUserProperties() [2/2]

UnsubscribePacket & Aws::Crt::Mqtt5::UnsubscribePacket::WithUserProperties ( Vector< UserProperty > &&  userProperties)
noexcept

Sets the list of MQTT5 user properties included with the packet.

See MQTT5 User Property

Parameters
userPropertiesList of MQTT5 user properties included with the packet.
Returns
The UnsubscribePacketBuilder after setting the user properties.

◆ WithUserProperty()

UnsubscribePacket & Aws::Crt::Mqtt5::UnsubscribePacket::WithUserProperty ( UserProperty &&  property)
noexcept

Put a MQTT5 user property to the back of the packet user property vector/list

See MQTT5 User Property

Parameters
propertyset of userProperty of MQTT5 user properties included with the packet.
Returns
The PublishPacket Object after setting the user property

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