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
/
Success
Success
data
class
Success
(
val
value
:
ByteArray
)
:
ReadResponse
The read operation succeeded.
Parameters
value
The value read from the characteristic or descriptor.
Members
Constructors
Success
Link copied to clipboard
constructor
(
value
:
ByteArray
)
Properties
value
Link copied to clipboard
val
value
:
ByteArray
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