| Package | Description |
|---|---|
| com.serialpundit.serial.internal |
Encapsulates behavior and environment required for internal use of serialpundit
in a consolidated way.
|
| Modifier and Type | Method and Description |
|---|---|
SerialComLooper |
SerialComPortHandleInfo.getLooper()
Looper associated with this port, info and manipulation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SerialComPortHandleInfo.setLooper(SerialComLooper looper)
Set the looper object that is associated with this handle.
|
int |
SerialComPortJNIBridge.setUpDataLooperThread(long handle,
SerialComLooper looper) |
int |
SerialComPortJNIBridge.setUpEventLooperThread(long handle,
SerialComLooper looper) |
| Constructor and Description |
|---|
SerialComPortHandleInfo(String portName,
long handle,
SerialComLooper looper,
ISerialComDataListener dataListener,
ISerialComEventListener eventListener)
Allocates a new SerialComPortHandleInfo object.
|
Copyright © 2017. All rights reserved.