Command Queue
class CommandQueue<T>( handler: Handler, callbacks: CommandQueueCallback<T>, operationTimeout: Long) : ConcurrentLinkedQueue<T>
Content copied to clipboard
Constructors
Link copied to clipboard
fun <T> CommandQueue( handler: Handler, callbacks: CommandQueueCallback<T>, operationTimeout: Long)
Content copied to clipboard
Types
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Finish a pending operation, often called in an Android callback.
Link copied to clipboard
Link copied to clipboard
Adds an operation onto the queue, see the BleOperationType
class for more details.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard