-
public final class CharacteristicWrite extends BleClientOperation
Write payload as the value of a characteristic represented by characteristicUuid
-
-
Field Summary
Fields Modifier and Type Field Description private final BluetoothDevicedeviceprivate final UUIDcharacteristicUuidprivate final IntegerwriteTypeprivate final ByteArraypayload
-
Constructor Summary
Constructors Constructor Description CharacteristicWrite(BluetoothDevice device, UUID characteristicUuid, Integer writeType, ByteArray payload)
-
Method Summary
Modifier and Type Method Description BluetoothDevicegetDevice()final UUIDgetCharacteristicUuid()final IntegergetWriteType()final ByteArraygetPayload()Booleanequals(Object other)IntegerhashCode()-
-
Constructor Detail
-
CharacteristicWrite
CharacteristicWrite(BluetoothDevice device, UUID characteristicUuid, Integer writeType, ByteArray payload)
-
-
Method Detail
-
getDevice
BluetoothDevice getDevice()
-
getCharacteristicUuid
final UUID getCharacteristicUuid()
-
getWriteType
final Integer getWriteType()
-
getPayload
final ByteArray getPayload()
-
-
-
-