Disconnected

data class Disconnected(val reason: DeviceState.Disconnected.Reason? = null) : DeviceState

The device is disconnected.

Constructors

Link copied to clipboard
constructor(reason: DeviceState.Disconnected.Reason? = null)

Types

Link copied to clipboard

Represents the reason for disconnection or failure to connect.

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int