Descriptor

class Descriptor(newValue: ByteArray, val descriptor: RemoteDescriptor) : DeviceAction.Write

A DeviceAction.Write on a RemoteDescriptor

Parameters

newValue

the ByteArray to write

Constructors

Link copied to clipboard
constructor(newValue: ByteArray, descriptor: RemoteDescriptor)

Properties

Link copied to clipboard

the RemoteDescriptor to read the value of

Link copied to clipboard

the ByteArray to write

Link copied to clipboard

A Deferred that will be completed with Response when DeviceAction has been handled by the ConnectableDevice

Functions

Link copied to clipboard
open override fun toString(): String