MqttDisconnectedProperties interface
The properties of an MQTT disconnected event.
Properties
| disconnect |
The MQTT disconnect packet. |
| initiated |
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