Type alias MqttConnectionInterrupted

MqttConnectionInterrupted: ((error) => void)

Type declaration

    • (error): void
    • Listener signature for event emitted from an MqttClientConnection when the connection has been interrupted unexpectedly.

      Parameters

      • error: CrtError

        description of the error that occurred

      Returns void

Generated using TypeDoc