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
fun DescriptorWrite(    device: BluetoothDevice,     descriptorUuid: UUID,     payload: ByteArray)

Functions

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

Properties

Link copied to clipboard
val descriptorUuid: UUID
Link copied to clipboard
open override val device: BluetoothDevice
Link copied to clipboard
val payload: ByteArray