Package | Description |
---|---|
net.sf.atmodem4j.core | |
net.sf.atmodem4j.core.fax | |
net.sf.atmodem4j.core.gsm | |
net.sf.atmodem4j.core.parser | |
net.sf.atmodem4j.core.voice |
Modifier and Type | Class and Description |
---|---|
class |
AbstractModem |
class |
ItuV250Modem |
Modifier and Type | Method and Description |
---|---|
static Modem |
ModemFactory.getDefaultModem(boolean isVoice,
boolean isFax,
boolean isGsm) |
Modem |
Connection.getModem() |
Modem |
Extention.getModem() |
static Modem |
ModemFactory.getModem(InputStream is,
OutputStream os) |
static Modem |
ModemFactory.getModem(String deviceName) |
Modifier and Type | Method and Description |
---|---|
void |
CallHandler.answered(Modem modem) |
void |
CallHandler.connect(Modem modem,
Connection connection) |
void |
CallHandler.dialed(Modem modem,
String number) |
void |
CallHandler.parsedResultCode(Modem modem,
ResultCodeToken r) |
boolean |
CallHandler.ring(Modem modem) |
CallHandler |
RingListener.ring(Modem modem)
Deprecated.
|
void |
Extention.setModem(Modem modem) |
Modifier and Type | Method and Description |
---|---|
Modem |
FaxExtention.getModem() |
Modifier and Type | Method and Description |
---|---|
void |
FaxExtention.setModem(Modem modem) |
Modifier and Type | Method and Description |
---|---|
Modem |
DefaultGsmExtention.getModem() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultGsmExtention.setModem(Modem modem) |
Modifier and Type | Method and Description |
---|---|
Modem |
Parser.getModem() |
Modifier and Type | Method and Description |
---|---|
void |
Parser.setModem(Modem modem) |
Modifier and Type | Method and Description |
---|---|
Modem |
VoiceExtention.getModem() |
Modifier and Type | Method and Description |
---|---|
void |
VoiceExtention.setModem(Modem modem) |
Copyright © 2009–2015 atmodem4j. All rights reserved.