DittoTransportCondition

enum DittoTransportCondition : Enum<DittoTransportCondition>

Entries

TemporarilyUnavailable
Link copied to clipboard
TemporarilyUnavailable(TransportCondition_t.TRANSPORT_CONDITION_TEMPORARILY_UNAVAILABLE)
WifiDisabled
Link copied to clipboard
WifiDisabled(TransportCondition_t.TRANSPORT_CONDITION_WIFI_DISABLED)
NoBleHardware
Link copied to clipboard
NoBleHardware(TransportCondition_t.TRANSPORT_CONDITION_NO_BLE_HARDWARE)
BleDisabled
Link copied to clipboard
BleDisabled(TransportCondition_t.TRANSPORT_CONDITION_BLE_DISABLED)
CannotEstablishConnection
Link copied to clipboard
CannotEstablishConnection(TransportCondition_t.TRANSPORT_CONDITION_CANNOT_ESTABLISH_CONNECTION)
NoBlePeripheralPermission
Link copied to clipboard
NoBlePeripheralPermission(TransportCondition_t.TRANSPORT_CONDITION_NO_BLE_PERIPHERAL_PERMISSION)
NoBleCentralPermission
Link copied to clipboard
NoBleCentralPermission(TransportCondition_t.TRANSPORT_CONDITION_NO_BLE_CENTRAL_PERMISSION)
TcpListenFailure
Link copied to clipboard
TcpListenFailure(TransportCondition_t.TRANSPORT_CONDITION_TCP_LISTEN_FAILURE)
MdnsFailure
Link copied to clipboard
MdnsFailure(TransportCondition_t.TRANSPORT_CONDITION_MDNS_FAILURE)
AppInBackground
Link copied to clipboard
AppInBackground(TransportCondition_t.TRANSPORT_CONDITION_APP_IN_BACKGROUND)
GenericFailure
Link copied to clipboard
GenericFailure(TransportCondition_t.TRANSPORT_CONDITION_GENERIC_FAILURE)
Ok
Link copied to clipboard
Ok(TransportCondition_t.TRANSPORT_CONDITION_OK)
Unknown
Link copied to clipboard
Unknown(TransportCondition_t.TRANSPORT_CONDITION_UNKNOWN)

Types

Companion
Link copied to clipboard
object Companion

Functions

description
Link copied to clipboard
fun description(): String

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int
rustCondition
Link copied to clipboard
val rustCondition: TransportCondition_t