SimulateCharacteristicOperationResponseParameter

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

Constructors

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

Properties

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