SimulateDescriptorOperationResponseRequest

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

Request object containing input parameters for the BluetoothEmulationDomain.simulateDescriptorOperationResponse command.

Constructors

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

Types

Link copied to clipboard
class Builder(val descriptorId: String, val type: DescriptorOperationType, val code: Int)

A builder for SimulateDescriptorOperationResponseRequest, which allows setting the optional parameters of the BluetoothEmulationDomain.simulateDescriptorOperationResponse command via a lambda.

Properties

Link copied to clipboard
val code: Int

(undocumented in the protocol definition)

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)