Reconnecting

data class Reconnecting(val cause: MeshtasticException, val attempt: Int) : ConnectionState(source)

Connection dropped unexpectedly; attempting automatic reconnect.

Parameters

cause

the underlying error that triggered reconnection

attempt

the reconnect attempt count (1-indexed)

Constructors

Link copied to clipboard
constructor(cause: MeshtasticException, attempt: Int)

Properties

Link copied to clipboard
Link copied to clipboard