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
/
ApplicationError
Application
Error
open
class
ApplicationError
(
val
code
:
Int
)
:
OperationStatus
A generic application level error.
Application Errors have
code
s in range 0x80 - 0x9F.
Inheritors
ConnectionCongested
GattError
ConnectionTimeout
Members
Constructors
Application
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
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String