Write

sealed class Write : DeviceAction

A DeviceAction that attempts to write a value to an com.splendo.kaluga.bluetooth.Attribute

Inheritors

Types

Properties

Link copied to clipboard
val completedSuccessfully: CompletableDeferred<Boolean>

A Deferred that will be completed with true if DeviceAction was completed successfully, or false if DeviceAction failed

Link copied to clipboard

the ByteArray to write