Kotlin BLE Library
Toggle table of contents
2.0.0-alpha17
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Kotlin BLE Library
core
/
no.nordicsemi.kotlin.ble.core
/
OperationStatus
/
UnknownError
Unknown
Error
data
class
UnknownError
(
val
code
:
Int
)
:
OperationStatus
Unknown error.
Members
Constructors
Unknown
Error
Link copied to clipboard
constructor
(
code
:
Int
)
Properties
code
Link copied to clipboard
open
override
val
code
:
Int
is
Success
Link copied to clipboard
val
isSuccess
:
Boolean