Interface PubackPacket

Data model of an MQTT5 PUBACK packet

Hierarchy

Properties

reasonCode: PubackReasonCode

Success indicator or failure reason for the associated PUBLISH packet.

See MQTT5 PUBACK Reason Code

reasonString?: string

Additional diagnostic information about the result of the PUBLISH attempt.

See MQTT5 Reason String

type?: PacketType

Always set on packets coming from the client to the user. Ignored if set on packets that come from the user to the client.

The primary use is to allow users to distinguish between packets in polymorphic situations (for example, the result of a publish attempt which might be a Puback (QoS 1) or Pubcomp (QoS 2, when we support it).

userProperties?: UserProperty[]

Set of MQTT5 user properties included with the packet.

See MQTT5 User Property

Generated using TypeDoc