StreamState

sealed interface StreamState

Represents the state of a MavConnection stream.

Inheritors

Types

Link copied to clipboard
data object Active : StreamState

Represents the active state of the MavConnection stream.

Link copied to clipboard
sealed interface Inactive : StreamState

Represents the inactive state of the MavConnection stream.