public static class RxBleConnection.WriteOperationRetryStrategy.LongWriteFailure
extends java.lang.Object
| Constructor and Description |
|---|
LongWriteFailure(int batchIndex,
BleGattException cause)
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
getBatchIndex()
Get the batch index of the failed write request
|
BleGattException |
getCause()
Get the failed cause of the write request
|
public LongWriteFailure(int batchIndex,
BleGattException cause)
batchIndex - the zero-based batch index on which the write request failedcause - the failed cause of the write requestpublic int getBatchIndex()
public BleGattException getCause()
BleGattException