SimulateCharacteristicOperationResponseRequest

@Serializable
data class SimulateCharacteristicOperationResponseRequest(val characteristicId: String, val type: CharacteristicOperationType, val code: Int, val data: String? = null)

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

Constructors

constructor(characteristicId: String, type: CharacteristicOperationType, code: Int, data: String? = null)

Types

Link copied to clipboard
class Builder(val characteristicId: String, val type: CharacteristicOperationType, val code: Int)

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

Properties

Link copied to clipboard

(undocumented in the protocol definition)

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)