CharacteristicOperationReceivedParameter

@Serializable
data class CharacteristicOperationReceivedParameter(val characteristicId: String, val type: BluetoothEmulation.CharacteristicOperationType, val data: String? = null, val writeType: BluetoothEmulation.CharacteristicWriteType? = null)

Event for when a characteristic operation of |type| to the characteristic respresented by |characteristicId| happened. |data| and |writeType| is expected to exist when |type| is write.

Constructors

Link copied to clipboard
constructor(characteristicId: String, type: BluetoothEmulation.CharacteristicOperationType, data: String? = null, writeType: BluetoothEmulation.CharacteristicWriteType? = null)

Properties

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