Inactive

sealed interface Inactive : StreamState

Represents the inactive state of the MavConnection stream.

Inheritors

Types

Link copied to clipboard
data class Failed(val cause: Throwable) : StreamState.Inactive

The connection failed after it was opened.

Link copied to clipboard

The connection is in the closed state. Either it was not opened or was closed safely by the user.