Kotlin BLE Library
Toggle table of contents
2.0.0-alpha11
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Kotlin BLE Library
client-mock
/
no.nordicsemi.kotlin.ble.client.mock
/
ReadResponse
Read
Response
sealed
class
ReadResponse
The result of a data read operation.
Inheritors
Success
Failure
Members
Types
Failure
Link copied to clipboard
data
class
Failure
(
val
status
:
OperationStatus
)
:
ReadResponse
The read operation failed.
Success
Link copied to clipboard
data
class
Success
(
val
value
:
ByteArray
)
:
ReadResponse
The read operation succeeded.