Android-Memfault-Library
Toggle table of contents
2.0.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Android-Memfault-Library
observability
/
no.nordicsemi.memfault.observability.bluetooth
/
DeviceState
/
Disconnected
Disconnected
data
class
Disconnected
(
val
reason
:
DeviceState.Disconnected.Reason
?
=
null
)
:
DeviceState
The device is disconnected.
Members
Constructors
Disconnected
Link copied to clipboard
constructor
(
reason
:
DeviceState.Disconnected.Reason
?
=
null
)
Types
Reason
Link copied to clipboard
enum
Reason
:
Enum
<
DeviceState.Disconnected.Reason
>
Represents the reason for disconnection or failure to connect.
Properties
reason
Link copied to clipboard
val
reason
:
DeviceState.Disconnected.Reason
?
=
null
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int