-
- All Implemented Interfaces:
-
com.polidea.rxandroidble2.internal.operations.Operation,java.lang.Comparable
public abstract class SingleResponseOperation<T> extends QueueOperation<T>
A convenience class intended to use with BluetoothGatt functions that fire one-time actions.
-
-
Constructor Summary
Constructors Constructor Description SingleResponseOperation(BluetoothGatt bluetoothGatt, RxBleGattCallback rxBleGattCallback, BleGattOperationType gattOperationType, TimeoutConfiguration timeoutConfiguration)
-
Method Summary
-
Methods inherited from class com.polidea.rxandroidble2.internal.QueueOperation
compareTo, definedPriority, run -
Methods inherited from class com.polidea.rxandroidble2.internal.operations.Operation
run -
Methods inherited from class java.lang.Comparable
compareTo -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
SingleResponseOperation
SingleResponseOperation(BluetoothGatt bluetoothGatt, RxBleGattCallback rxBleGattCallback, BleGattOperationType gattOperationType, TimeoutConfiguration timeoutConfiguration)
-
-
-
-