DittoTransportCondition

enum DittoTransportCondition : Enum<DittoTransportCondition>

Entries

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

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun description(): String

Properties

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