Simulate Characteristic Operation Response Request
@Serializable
Request object containing input parameters for the BluetoothEmulationDomain.simulateCharacteristicOperationResponse command.
Constructors
Link copied to clipboard
constructor(characteristicId: String, type: CharacteristicOperationType, code: Int, data: String? = null)
Types
Link copied to clipboard
A builder for SimulateCharacteristicOperationResponseRequest, which allows setting the optional parameters of the BluetoothEmulationDomain.simulateCharacteristicOperationResponse command via a lambda.