-
public final class DescriptorWrite extends BleClientOperation
Write payload as the value of a descriptor represented by descriptorUuid
-
-
Field Summary
Fields Modifier and Type Field Description private final BluetoothDevicedeviceprivate final UUIDdescriptorUuidprivate final ByteArraypayload
-
Constructor Summary
Constructors Constructor Description DescriptorWrite(BluetoothDevice device, UUID descriptorUuid, ByteArray payload)
-
Method Summary
Modifier and Type Method Description BluetoothDevicegetDevice()final UUIDgetDescriptorUuid()final ByteArraygetPayload()Booleanequals(Object other)IntegerhashCode()-
-
Constructor Detail
-
DescriptorWrite
DescriptorWrite(BluetoothDevice device, UUID descriptorUuid, ByteArray payload)
-
-
Method Detail
-
getDevice
BluetoothDevice getDevice()
-
getDescriptorUuid
final UUID getDescriptorUuid()
-
getPayload
final ByteArray getPayload()
-
-
-
-