AWS IoT Device SDK C++ v2  1.33.0
AWS IoT Device SDK C++ v2
Aws::Crt::Mqtt5::ConnectPacket Member List

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

ConnectPacket(Allocator *allocator=ApiAllocator()) noexceptAws::Crt::Mqtt5::ConnectPacket
ConnectPacket(const ConnectPacket &)=deleteAws::Crt::Mqtt5::ConnectPacket
ConnectPacket(ConnectPacket &&) noexcept=deleteAws::Crt::Mqtt5::ConnectPacket
getClientId() const noexceptAws::Crt::Mqtt5::ConnectPacket
getKeepAliveIntervalSec() const noexceptAws::Crt::Mqtt5::ConnectPacket
getMaximumPacketSizeBytes() const noexceptAws::Crt::Mqtt5::ConnectPacket
getMaximumPacketSizeToServer() const noexceptAws::Crt::Mqtt5::ConnectPacket
getPassword() const noexceptAws::Crt::Mqtt5::ConnectPacket
getReceiveMaximum() const noexceptAws::Crt::Mqtt5::ConnectPacket
getRequestProblemInformation() const noexceptAws::Crt::Mqtt5::ConnectPacket
getRequestResponseInformation() const noexceptAws::Crt::Mqtt5::ConnectPacket
getSessionExpiryIntervalSec() const noexceptAws::Crt::Mqtt5::ConnectPacket
getType() overrideAws::Crt::Mqtt5::ConnectPacketinlinevirtual
getUsername() const noexceptAws::Crt::Mqtt5::ConnectPacket
getUserProperties() const noexceptAws::Crt::Mqtt5::ConnectPacket
getWill() const noexceptAws::Crt::Mqtt5::ConnectPacket
getWillDelayIntervalSec() const noexceptAws::Crt::Mqtt5::ConnectPacket
initializeRawOptions(aws_mqtt5_packet_connect_view &raw_options, Allocator *allocator) noexceptAws::Crt::Mqtt5::ConnectPacket
operator=(const ConnectPacket &)=deleteAws::Crt::Mqtt5::ConnectPacket
operator=(ConnectPacket &&) noexcept=deleteAws::Crt::Mqtt5::ConnectPacket
WithClientId(Crt::String clientId) noexceptAws::Crt::Mqtt5::ConnectPacket
WithKeepAliveIntervalSec(uint16_t keepAliveInteralSeconds) noexceptAws::Crt::Mqtt5::ConnectPacket
WithMaximumPacketSizeBytes(uint32_t maximumPacketSizeBytes) noexceptAws::Crt::Mqtt5::ConnectPacket
WithPassword(ByteCursor password) noexceptAws::Crt::Mqtt5::ConnectPacket
WithReceiveMaximum(uint16_t receiveMaximum) noexceptAws::Crt::Mqtt5::ConnectPacket
WithRequestProblemInformation(bool requestProblemInformation) noexceptAws::Crt::Mqtt5::ConnectPacket
WithRequestResponseInformation(bool requestResponseInformation) noexceptAws::Crt::Mqtt5::ConnectPacket
WithSessionExpiryIntervalSec(uint32_t sessionExpiryIntervalSeconds) noexceptAws::Crt::Mqtt5::ConnectPacket
WithUserName(Crt::String username) noexceptAws::Crt::Mqtt5::ConnectPacket
WithUserProperties(const Vector< UserProperty > &userProperties) noexceptAws::Crt::Mqtt5::ConnectPacket
WithUserProperties(Vector< UserProperty > &&userProperties) noexceptAws::Crt::Mqtt5::ConnectPacket
WithUserProperty(UserProperty &&property) noexceptAws::Crt::Mqtt5::ConnectPacket
WithWill(std::shared_ptr< PublishPacket > will) noexceptAws::Crt::Mqtt5::ConnectPacket
WithWillDelayIntervalSec(uint32_t willDelayIntervalSeconds) noexceptAws::Crt::Mqtt5::ConnectPacket
~ConnectPacket()Aws::Crt::Mqtt5::ConnectPacketvirtual