| 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.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SerialComManager.receiveFile(long handle,
File fileToReceive,
SerialComManager.FTPPROTO ftpProto,
SerialComManager.FTPVAR ftpVariant,
boolean textMode,
ISerialComFTPProgress progressListener,
SerialComFTPCMDAbort transferState)
Receives file using specified file transfer protocol.
|
boolean |
SerialComManager.sendFile(long handle,
File[] fileToSend,
SerialComManager.FTPPROTO ftpProto,
SerialComManager.FTPVAR ftpVariant,
boolean textMode,
ISerialComFTPProgress progressListener,
SerialComFTPCMDAbort transferState)
Send given file(s) using specified file transfer protocol.
|
| 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.