| Package | Description |
|---|---|
| com.embeddedunveiled.serial |
Encapsulates behavior and environment centered around serial port communication.
|
| 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.
|
SerialComXModem(SerialComManager scm,
long handle,
File fileToProcess,
boolean textMode,
ISerialComXmodemProgress progressListener,
SerialComXModemAbort transferState,
int osType)
Allocates a new SerialComXModem object with given details and associate it with the given
instance of SerialComManager class.
|
SerialComXModem1K(SerialComManager scm,
long handle,
File fileToProcess,
boolean textMode,
ISerialComXmodemProgress progressListener,
SerialComXModemAbort transferState,
int osType)
Allocates a new SerialComXModem1K object with given details and associate it with the given
instance of SerialComManager class.
|
SerialComXModemCRC(SerialComManager scm,
long handle,
File fileToProcess,
boolean textMode,
ISerialComXmodemProgress progressListener,
SerialComXModemAbort transferState,
int osType)
Allocates a new SerialComXModemCRC object with given details and associate it with the given
instance of SerialComManager class.
|
Copyright © 2016. All rights reserved.