public class MultiplexUsbTransport extends MultiplexBaseTransport
| Modifier and Type | Field and Description |
|---|---|
static String |
DESCRIPTION |
static String |
MANUFACTURER |
static String |
MODEL |
static String |
SERIAL |
static String |
URI |
static String |
VERSION |
connectedDeviceAddress, connectedDeviceName, DEVICE_ADDRESS, DEVICE_NAME, ERROR_REASON_KEY, handler, LOG, mState, REASON_NONE, REASON_SPP_ERROR, STATE_CONNECTED, STATE_CONNECTING, STATE_ERROR, STATE_LISTEN, STATE_NONE, transportRecord, transportType| Modifier and Type | Method and Description |
|---|---|
void |
start() |
protected void |
stop(int stateToTransitionTo) |
void |
write(byte[] out,
int offset,
int count)
Write to the ConnectedThread in an unsynchronized manner
|
getAddress, getDeviceName, getState, getTransportRecord, isConnected, setState, setState, stop, stoppublic static final String MANUFACTURER
public static final String MODEL
public static final String VERSION
public static final String URI
public static final String SERIAL
public static final String DESCRIPTION
public void start()
protected void stop(int stateToTransitionTo)
stop in class MultiplexBaseTransportpublic void write(byte[] out,
int offset,
int count)
write in class MultiplexBaseTransportout - The bytes to write