| Package | Description |
|---|---|
| com.serialpundit.serial |
Encapsulates behavior and environment centered around UART standard communication..
|
| Modifier and Type | Method and Description |
|---|---|
static SerialComManager.FTPVAR |
SerialComManager.FTPVAR.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SerialComManager.FTPVAR[] |
SerialComManager.FTPVAR.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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.
|
Copyright © 2017. All rights reserved.