public abstract class BaseDevice
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected Protocol |
_protocol |
protected static int |
INFO |
protected java.lang.String |
TAG |
Constructor and Description |
---|
BaseDevice() |
Modifier and Type | Method and Description |
---|---|
Protocol |
getProtocol() |
BaseTransport |
getTransport() |
abstract java.lang.String |
getVersion() |
boolean |
start() |
void |
stop() |
protected static final int INFO
protected java.lang.String TAG
protected Protocol _protocol
public BaseTransport getTransport()
public Protocol getProtocol()
public boolean start()
public void stop()
public abstract java.lang.String getVersion()