Characteristic Operation Received
@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: CharacteristicOperationType, data: String? = null, writeType: CharacteristicWriteType? = null)