Kaluga
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kaluga
test-utils-bluetooth-client
/
com.splendo.kaluga.test.bluetooth
/
MockCharacteristicWrapper
Mock
Characteristic
Wrapper
interface
MockCharacteristicWrapper
:
RemoteCharacteristicWrapper
,
ContainsMockValue
Inheritors
AndroidMockCharacteristicWrapper
AppleMockCharacteristicWrapper
IOSMockCharacteristicWrapper
WebMockCharacteristicWrapper
Members
Properties
descriptors
Link copied to clipboard
expect
abstract
val
descriptors
:
List
<
RemoteDescriptorWrapper
>
properties
Link copied to clipboard
expect
abstract
val
properties
:
Set
<
CharacteristicProperty
>
service
Link copied to clipboard
expect
abstract
val
service
:
RemoteServiceWrapper
uuid
Link copied to clipboard
expect
abstract
val
uuid
:
UUID
value
Link copied to clipboard
abstract
var
value
:
ByteArray
?
Functions
update
Value
Link copied to clipboard
open
fun
updateValue
(
value
:
ByteArray
?
)