Expand description
Codec for MQTT v5.0
Structs§
- Auth
- Body type of AUTH packet .
- Auth
Properties - Property list for AUTH packet.
- Connack
- Body type of CONNACK packet.
- Connack
Properties - Property list for CONNACK packet.
- Connect
- Body type of CONNECT packet.
- Connect
Properties - Property list for CONNECT packet.
- Disconnect
- Body type for DISCONNECT packet.
- Disconnect
Properties - Property list for DISCONNECT packet.
- Header
- Fixed header type.
- Last
Will - The will message for CONNECT packet.
- Puback
- Body type for PUBACK packet.
- Puback
Properties - Property list for PUBACK packet.
- Pubcomp
- Body type for PUBCOMP packet.
- Pubcomp
Properties - Property list for PUBCOMP packet.
- Publish
- Body type of PUBLISH packet.
- Publish
Properties - Property list for PUBLISH packet.
- Pubrec
- Body type for PUBREC packet.
- Pubrec
Properties - Property list for PUBREC packet.
- Pubrel
- Body type for PUBREL packet.
- Pubrel
Properties - Property list for PUBREL packet.
- Suback
- Body type for SUBACK packet.
- Suback
Properties - Property list for SUBACK packet.
- Subscribe
- Body type for SUBSCRIBE packet.
- Subscribe
Properties - Property list for SUBSCRIBE packet.
- Subscription
Options - Subscription options.
- Unsuback
- Body type for UNSUBACK packet.
- Unsuback
Properties - Property list for UNSUBACK packet.
- Unsubscribe
- Body type for UNSUBSCRIBE packet.
- Unsubscribe
Properties - Property list for UNSUBSCRIBE packet.
- User
Property - User Property is a UTF-8 String Pair.
- VarByte
Int - Variable Byte Integer
- Will
Properties - Property list for will message.
Enums§
- Auth
Reason Code - Reason code for AUTH packet.
- Connect
Reason Code - Reason code for CONNECT packet.
- Disconnect
Reason Code - Reason code for DISCONNECT packet.
- ErrorV5
- MQTT v5.0 errors returned by encoding and decoding process.
- Packet
- MQTT v5.0 packet types.
- Packet
Type - MQTT v5.0 packet type variant, without the associated data.
- Property
Id - Property identifier
- Puback
Reason Code - Reason code for PUBACK packet.
- Pubcomp
Reason Code - Reason code for PUBCOMP packet.
- Pubrec
Reason Code - Reason code for PUBREC packet.
- Pubrel
Reason Code - Reason code for PUBREL packet.
- Retain
Handling - Retain handling type.
- Subscribe
Reason Code - Reason code for SUBACK packet.
- Unsubscribe
Reason Code - Reason code for UNSUBACK packet.