Type alias MqttConnectionSuccess

MqttConnectionSuccess: ((callback_data) => void)

Type declaration

    • (callback_data): void
    • Listener signature for event emitted from an MqttClientConnection when the connection has been connected successfully.

      This listener is invoked for every successful connect and every successful reconnect.

      Parameters

      Returns void

Generated using TypeDoc