Share via


MqttDisconnectedProperties interface

The properties of an MQTT disconnected event.

Properties

disconnectPacket

The MQTT disconnect packet.

initiatedByClient

Whether the disconnection is initiated by the client.

Property Details

disconnectPacket

The MQTT disconnect packet.

disconnectPacket: MqttDisconnectPacket

Property Value

initiatedByClient

Whether the disconnection is initiated by the client.

initiatedByClient: boolean

Property Value

boolean