| Package | Description |
|---|---|
| com.serialpundit.serial |
Encapsulates behavior and environment centered around UART standard communication..
|
| com.serialpundit.serial.ftp |
Encapsulates behavior and environment centered around serial port communication
involving file transfers using x/y/z modem protocols etc.
|
| 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.
|
| Constructor and Description |
|---|
SerialComXModem(SerialComManager scm,
long handle,
File fileToProcess,
boolean textMode,
ISerialComXmodemProgress progressListener,
SerialComFTPCMDAbort 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,
SerialComFTPCMDAbort 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,
SerialComFTPCMDAbort transferState,
int osType)
Allocates a new SerialComXModemCRC object with given details and associate it with the given
instance of SerialComManager class.
|
SerialComYModem1K(SerialComManager scm,
long handle,
File[] filesToSend,
boolean textMode,
ISerialComYmodemProgress progressListener,
SerialComFTPCMDAbort transferState,
int osType)
Allocates a new SerialComYModem1K object with given details and associate it with the given
instance of SerialComManager class.
|
SerialComYModem1K(SerialComManager scm,
long handle,
File filesToReceive,
boolean textMode,
ISerialComYmodemProgress progressListener,
SerialComFTPCMDAbort transferState,
int osType)
Allocates a new SerialComYModem1K object with given details and associate it with the given
instance of SerialComManager class.
|
SerialComYModemCRC(SerialComManager scm,
long handle,
File[] filesToSend,
boolean textMode,
ISerialComYmodemProgress progressListener,
SerialComFTPCMDAbort transferState,
int osType)
Allocates a new SerialComYModemCRC object with given details and associate it with the given
instance of SerialComManager class.
|
SerialComYModemCRC(SerialComManager scm,
long handle,
File filesToReceive,
boolean textMode,
ISerialComYmodemProgress progressListener,
SerialComFTPCMDAbort transferState,
int osType)
Allocates a new SerialComYModemCRC object with given details and associate it with the given
instance of SerialComManager class.
|
SerialComYModemG(SerialComManager scm,
long handle,
File[] filesToSend,
boolean textMode,
ISerialComYmodemProgress progressListener,
SerialComFTPCMDAbort transferState,
int osType)
Allocates a new SerialComYModemG object with given details and associate it with the given
instance of SerialComManager class.
|
SerialComYModemG(SerialComManager scm,
long handle,
File filesToReceive,
boolean textMode,
ISerialComYmodemProgress progressListener,
SerialComFTPCMDAbort transferState,
int osType)
Allocates a new SerialComYModemG object with given details and associate it with the given
instance of SerialComManager class.
|
Copyright © 2017. All rights reserved.