DescriptorWrite

data class DescriptorWrite(val device: BluetoothDevice, val descriptorUuid: UUID, val payload: ByteArray) : BleClientOperation

Write payload as the value of a descriptor represented by descriptorUuid

Constructors

Link copied to clipboard
constructor(device: BluetoothDevice, descriptorUuid: UUID, payload: ByteArray)

Properties

Link copied to clipboard
Link copied to clipboard
open override val device: BluetoothDevice
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int