aws-crt-cpp
C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.
Loading...
Searching...
No Matches
Aws::Crt::Mqtt5::DisconnectPacket Member List

This is the complete list of members for Aws::Crt::Mqtt5::DisconnectPacket, including all inherited members.

DisconnectPacket(Allocator *allocator=ApiAllocator()) noexceptAws::Crt::Mqtt5::DisconnectPacket
DisconnectPacket(const aws_mqtt5_packet_disconnect_view &raw_options, Allocator *allocator=ApiAllocator()) noexceptAws::Crt::Mqtt5::DisconnectPacket
DisconnectPacket(const DisconnectPacket &)=deleteAws::Crt::Mqtt5::DisconnectPacket
DisconnectPacket(DisconnectPacket &&) noexcept=deleteAws::Crt::Mqtt5::DisconnectPacket
getReasonCode() const noexceptAws::Crt::Mqtt5::DisconnectPacket
getReasonString() const noexceptAws::Crt::Mqtt5::DisconnectPacket
getServerReference() const noexceptAws::Crt::Mqtt5::DisconnectPacket
getSessionExpiryIntervalSec() const noexceptAws::Crt::Mqtt5::DisconnectPacket
getType() overrideAws::Crt::Mqtt5::DisconnectPacketinlinevirtual
getUserProperties() const noexceptAws::Crt::Mqtt5::DisconnectPacket
initializeRawOptions(aws_mqtt5_packet_disconnect_view &raw_options) noexceptAws::Crt::Mqtt5::DisconnectPacket
operator=(const DisconnectPacket &)=deleteAws::Crt::Mqtt5::DisconnectPacket
operator=(DisconnectPacket &&) noexcept=deleteAws::Crt::Mqtt5::DisconnectPacket
WithReasonCode(const DisconnectReasonCode reasonCode) noexceptAws::Crt::Mqtt5::DisconnectPacket
WithReasonString(Crt::String reasonString) noexceptAws::Crt::Mqtt5::DisconnectPacket
WithServerReference(Crt::String serverReference) noexceptAws::Crt::Mqtt5::DisconnectPacket
WithSessionExpiryIntervalSec(const uint32_t sessionExpiryIntervalSeconds) noexceptAws::Crt::Mqtt5::DisconnectPacket
WithUserProperties(const Vector< UserProperty > &userProperties) noexceptAws::Crt::Mqtt5::DisconnectPacket
WithUserProperties(Vector< UserProperty > &&userProperties) noexceptAws::Crt::Mqtt5::DisconnectPacket
WithUserProperty(UserProperty &&property) noexceptAws::Crt::Mqtt5::DisconnectPacket
~DisconnectPacket()Aws::Crt::Mqtt5::DisconnectPacketvirtual