-
-
Field Summary
Fields Modifier and Type Field Description final intbatchIndexfinal BleGattExceptioncause
-
Constructor Summary
Constructors Constructor Description RxBleConnection.WriteOperationRetryStrategy.LongWriteFailure(int batchIndex, BleGattException cause)Default constructor
-
Method Summary
Modifier and Type Method Description intgetBatchIndex()Get the batch index of the failed write request BleGattExceptiongetCause()Get the failed cause of the write request -
-
Constructor Detail
-
RxBleConnection.WriteOperationRetryStrategy.LongWriteFailure
RxBleConnection.WriteOperationRetryStrategy.LongWriteFailure(int batchIndex, BleGattException cause)
Default constructor- Parameters:
batchIndex- the zero-based batch index on which the write request failedcause- the failed cause of the write request
-
-
Method Detail
-
getBatchIndex
int getBatchIndex()
Get the batch index of the failed write request
-
getCause
BleGattException getCause()
Get the failed cause of the write request
-
-
-
-