BleQueue.Command

public abstract static class BleQueue.Command extends Object implements Runnable

Command class wrapping a runnable BLE command.

Fields

Name Description
protected final Type type

The type of command.

Constructors

Command

public Command(Type type)

Creates new instance of Command with a type

Parameters

Name Description
Type type

the type of command.

Methods

toString

public String toString()

ReturnValue

Name Description
String