CharacteristicOperationReceivedParameter
@Serializable
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)