| Package | Description |
|---|---|
| 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 |
|---|
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.
|
Copyright © 2017. All rights reserved.