Type alias MqttConnectionError

MqttConnectionError: ((error) => void)

Type declaration

    • (error): void
    • Listener signature for event emitted from an MqttClientConnection when an error occurs

      Parameters

      • error: CrtError

        the error that occurred

      Returns void

Generated using TypeDoc