Kotlin-BLE-Library
Toggle table of contents
2.0.0-alpha05
jvm
Platform filter
jvm
Switch theme
Search in API
Kotlin-BLE-Library
core
/
no.nordicsemi.kotlin.ble.core.exception
/
GattException
Gatt
Exception
open
class
GattException
:
Exception
Base class for all GATT exceptions.
Members
Constructors
Gatt
Exception
Link copied to clipboard
constructor
(
)
constructor
(
message
:
String
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?