Package | Description |
---|---|
BogDroSoft.jymag.comm |
Modifier and Type | Method and Description |
---|---|
static DataTransporter.DIAL_MODE |
DataTransporter.DIAL_MODE.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DataTransporter.DIAL_MODE[] |
DataTransporter.DIAL_MODE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
int |
DataTransporter.dialNumber(java.lang.String number,
boolean isVoice,
DataTransporter.DIAL_MODE dialMode)
Dials the specified number.
|
static int |
TransferUtils.dialNumber(java.lang.String number,
boolean isVoice,
DataTransporter.DIAL_MODE dialMode,
TransferParameters tp,
java.lang.Runnable onDone,
java.awt.Component parent,
boolean quiet,
boolean quietGUI,
boolean waitFor)
Dials the given number through the phone.
|