| 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 |
|---|
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.