| Package | Description |
|---|---|
| de.bsvrz.kex.emailfaxsms |
.
|
| de.bsvrz.kex.emailfaxsms.fax.sender | |
| de.bsvrz.kex.emailfaxsms.sms.sender |
| Modifier and Type | Method and Description |
|---|---|
static AsyncSerialPortCommunicator.ModemType |
AsyncSerialPortCommunicator.ModemType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AsyncSerialPortCommunicator.ModemType[] |
AsyncSerialPortCommunicator.ModemType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected AsyncSerialPortCommunicator.ModemType |
KexFaxSender.modemType
Typ des Faxgeraetes.
|
| Constructor and Description |
|---|
KexFaxSender(String com,
int baud,
long timeout,
AsyncSerialPortCommunicator.ModemType typ,
String gsmPin,
String init,
String prefix)
Standardkonstruktor.
|
| Modifier and Type | Field and Description |
|---|---|
protected AsyncSerialPortCommunicator.ModemType |
KexSmsSender.modemType
Modemtyp.
|
| Constructor and Description |
|---|
KexSmsSender(String com,
int baud,
long timeout,
String gsmPin,
AsyncSerialPortCommunicator.ModemType typ,
String initSequenz,
String prefix)
Standardkonstruktor.
|
Copyright © 2017 BitCtrl Systems GmbH. All rights reserved.