| Package | Description |
|---|---|
| com.serialpundit.serial |
Encapsulates behavior and environment centered around UART standard communication..
|
| Modifier and Type | Method and Description |
|---|---|
static SerialComManager.SMODE |
SerialComManager.SMODE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SerialComManager.SMODE[] |
SerialComManager.SMODE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ISerialIOStream |
SerialComManager.getIOStreamInstance(int streamType,
long handle,
SerialComManager.SMODE streamMode)
Factory method to create stream of type specified by streamType in blocking or non-blocking mode.
|
| Constructor and Description |
|---|
SerialComInByteStream(SerialComManager scm,
SerialComPortHandleInfo portHandleInfo,
long handle,
SerialComManager.SMODE streamMode)
Construct and allocates a new SerialComInByteStream object with given details.
|
SerialComOutByteStream(SerialComManager scm,
SerialComPortHandleInfo portHandleInfo,
long handle,
SerialComManager.SMODE streamMode)
Allocates a new SerialComOutByteStream object.
|
Copyright © 2017. All rights reserved.