CharacteristicWrite

data class CharacteristicWrite(    val device: BluetoothDevice,     val characteristicUuid: UUID,     val writeType: Int,     val payload: ByteArray) : BleClientOperation

Write payload as the value of a characteristic represented by characteristicUuid

Constructors

Link copied to clipboard
fun CharacteristicWrite(    device: BluetoothDevice,     characteristicUuid: UUID,     writeType: Int,     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 characteristicUuid: UUID
Link copied to clipboard
open override val device: BluetoothDevice
Link copied to clipboard
val payload: ByteArray
Link copied to clipboard
val writeType: Int