| Package | Description |
|---|---|
| com.embeddedunveiled.serial |
Encapsulates behavior and environment centered around serial port communication.
|
| com.embeddedunveiled.serial.internal |
Encapsulates behavior and environment required for internal use of this library
in a consolidated way.
|
| Modifier and Type | Method and Description |
|---|---|
SerialComOutByteStream |
SerialComManager.createOutputByteStream(long handle,
SerialComManager.SMODE streamMode)
Prepares context and returns an output streams of bytes for transferring data bytes out of
serial port.
|
| Modifier and Type | Method and Description |
|---|---|
SerialComOutByteStream |
SerialComPortHandleInfo.getSerialComOutByteStream()
Return SerialComByteStream object associated with this handle.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SerialComPortHandleInfo.setSerialComOutByteStream(SerialComOutByteStream serialComOutByteStream)
Set the SerialComByteStream object associated with this handle.
|
Copyright © 2016. All rights reserved.