AWS IoT Device SDK C++ v2  1.34.0
AWS IoT Device SDK C++ v2
Aws::Crt::Mqtt5::PublishPacket Member List

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

getContentType() const noexceptAws::Crt::Mqtt5::PublishPacket
getCorrelationData() const noexceptAws::Crt::Mqtt5::PublishPacket
getMessageExpiryIntervalSec() const noexceptAws::Crt::Mqtt5::PublishPacket
getPayload() const noexceptAws::Crt::Mqtt5::PublishPacket
getPayloadFormatIndicator() const noexceptAws::Crt::Mqtt5::PublishPacket
getQOS() const noexceptAws::Crt::Mqtt5::PublishPacket
getResponseTopic() const noexceptAws::Crt::Mqtt5::PublishPacket
getRetain() const noexceptAws::Crt::Mqtt5::PublishPacket
getSubscriptionIdentifiers() const noexceptAws::Crt::Mqtt5::PublishPacket
getTopic() const noexceptAws::Crt::Mqtt5::PublishPacket
getTopicAlias() const noexceptAws::Crt::Mqtt5::PublishPacket
getType() overrideAws::Crt::Mqtt5::PublishPacketinlinevirtual
getUserProperties() const noexceptAws::Crt::Mqtt5::PublishPacket
initializeRawOptions(aws_mqtt5_packet_publish_view &raw_options) noexceptAws::Crt::Mqtt5::PublishPacket
operator=(const PublishPacket &)=deleteAws::Crt::Mqtt5::PublishPacket
operator=(PublishPacket &&) noexcept=deleteAws::Crt::Mqtt5::PublishPacket
PublishPacket(const aws_mqtt5_packet_publish_view &raw_options, Allocator *allocator=ApiAllocator()) noexceptAws::Crt::Mqtt5::PublishPacket
PublishPacket(Allocator *allocator=ApiAllocator()) noexceptAws::Crt::Mqtt5::PublishPacket
PublishPacket(Crt::String topic, ByteCursor payload, Mqtt5::QOS qos, Allocator *allocator=ApiAllocator()) noexceptAws::Crt::Mqtt5::PublishPacket
PublishPacket(const PublishPacket &)=deleteAws::Crt::Mqtt5::PublishPacket
PublishPacket(PublishPacket &&) noexcept=deleteAws::Crt::Mqtt5::PublishPacket
WithCorrelationData(ByteCursor correlationData) noexceptAws::Crt::Mqtt5::PublishPacket
WithMessageExpiryIntervalSec(uint32_t second) noexceptAws::Crt::Mqtt5::PublishPacket
WithPayload(ByteCursor payload) noexceptAws::Crt::Mqtt5::PublishPacket
WithPayloadFormatIndicator(PayloadFormatIndicator payloadFormat) noexceptAws::Crt::Mqtt5::PublishPacket
WithQOS(Mqtt5::QOS packetQOS) noexceptAws::Crt::Mqtt5::PublishPacket
WithResponseTopic(ByteCursor responseTopic) noexceptAws::Crt::Mqtt5::PublishPacket
WithRetain(bool retain) noexceptAws::Crt::Mqtt5::PublishPacket
WithTopic(Crt::String topic) noexceptAws::Crt::Mqtt5::PublishPacket
WithTopicAlias(uint16_t topicAlias) noexceptAws::Crt::Mqtt5::PublishPacket
WithUserProperties(const Vector< UserProperty > &userProperties) noexceptAws::Crt::Mqtt5::PublishPacket
WithUserProperties(Vector< UserProperty > &&userProperties) noexceptAws::Crt::Mqtt5::PublishPacket
WithUserProperty(UserProperty &&property) noexceptAws::Crt::Mqtt5::PublishPacket
~PublishPacket()Aws::Crt::Mqtt5::PublishPacketvirtual