DescriptorOperationReceivedParameter

@Serializable
data class DescriptorOperationReceivedParameter(val descriptorId: String, val type: BluetoothEmulation.DescriptorOperationType, val data: String? = null)

Event for when a descriptor operation of |type| to the descriptor respresented by |descriptorId| happened. |data| is expected to exist when |type| is write.

Constructors

Link copied to clipboard
constructor(descriptorId: String, type: BluetoothEmulation.DescriptorOperationType, data: String? = null)

Properties

Link copied to clipboard
val data: String? = null
Link copied to clipboard
Link copied to clipboard