Builder

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.

Constructors

Link copied to clipboard
constructor(characteristicId: String, type: CharacteristicOperationType, code: Int)

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
var data: String?

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)

Functions