toggle menu
mavlink-kotlin
common
switch theme
search in API
connection-core
/
com.divpundir.mavlink.connection
/
StreamState
/
Inactive
/
Failed
Failed
data
class
Failed
(
val
cause
:
Throwable
)
:
StreamState.Inactive
The connection failed after it was opened.
Members
Constructors
Failed
Link copied to clipboard
constructor
(
cause
:
Throwable
)
Properties
cause
Link copied to clipboard
val
cause
:
Throwable