kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
BluetoothEmulation
/
AddCharacteristicParameter
Add
Characteristic
Parameter
@
Serializable
data
class
AddCharacteristicParameter
(
val
serviceId
:
String
,
val
characteristicUuid
:
String
,
val
properties
:
BluetoothEmulation.CharacteristicProperties
)
Members
Constructors
Add
Characteristic
Parameter
Link copied to clipboard
constructor
(
serviceId
:
String
,
characteristicUuid
:
String
,
properties
:
BluetoothEmulation.CharacteristicProperties
)
Properties
characteristic
Uuid
Link copied to clipboard
val
characteristicUuid
:
String
properties
Link copied to clipboard
val
properties
:
BluetoothEmulation.CharacteristicProperties
service
Id
Link copied to clipboard
val
serviceId
:
String