DescriptorOperationReceived

@Serializable
data class DescriptorOperationReceived(val descriptorId: String, val type: DescriptorOperationType, val data: String? = null) : BluetoothEmulationEvent

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

Official doc

Constructors

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

Properties

Link copied to clipboard
val data: String? = null

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)