DescriptorOperationReceivedParameter
@Serializable
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)