SimulateDescriptorOperationResponseParameter

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

Constructors

constructor(descriptorId: String, type: BluetoothEmulation.DescriptorOperationType, code: Int, data: String? = null)

Properties

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