Disconnected

A ConnectableDeviceState where the Device is disconnected

Properties

Link copied to clipboard

Transitions into a Disconnected State

Link copied to clipboard

Transitions into a Disconnecting State

Functions

Link copied to clipboard
abstract fun connect(reconnectionSettings: ConnectionSettings.ReconnectionSettings): suspend () -> ConnectableDeviceState.Connecting

Transitions into a Connecting State

Link copied to clipboard
open fun <S : KalugaState> remain(): suspend () -> S
Link copied to clipboard
abstract fun startConnecting(reconnectionSettings: ConnectionSettings.ReconnectionSettings?)

Starts connecting the device

Link copied to clipboard
abstract suspend fun unpair()

Attempts to unpair the Device