Package software.amazon.awssdk.crt.mqtt5.packets
package software.amazon.awssdk.crt.mqtt5.packets
-
ClassDescriptionData model of an MQTT5 CONNACK packet.Server return code for connect attempts.Data model of an MQTT5 CONNECT packet.A class to that allows for the creation of a ConnectPacket.Data model of an MQTT5 DISCONNECT packet.A class to that allows for the creation of a DisconnectPacket.Reason code inside DisconnectPackets.Data model of an MQTT5 PUBACK packetReason code inside PubAckPackets that indicates the result of the associated PUBLISH request.Data model of an MQTT5 PUBLISH packetOptional property describing a PublishPacket payload's format.A class to that allows for the creation of a PublishPacket.Data model of an MQTT5 SUBACK packet.Reason code inside SubAckPacket payloads.Data model of an MQTT5 SUBSCRIBE packet.Configures how retained messages should be handled when subscribing with a subscription that matches topics with associated retained messages.A class to that allows for the creation of a SubscribePacket.Configures a single subscription within a Subscribe operation See MQTT5 Subscription OptionsData model of an MQTT5 UNSUBACK packet.Reason codes inside UnsubAckPacket payloads that specify the results for each topic filter in the associated UnsubscribePacket.Data model of an MQTT5 UNSUBSCRIBE packet.A class to that allows for the creation of a UnsubscribePacket.A simple key-value pair struct to define a user property.