agentland.device.phone
Class VoiceModem

java.lang.Object
  |
  +--serial.Serial
        |
        +--serial.SerialModem
              |
              +--agentland.device.phone.VoiceModem
All Implemented Interfaces:
EventListener, javax.comm.SerialPortEventListener

public class VoiceModem
extends SerialModem


Fields inherited from class serial.SerialModem
DATA_MODE, debug, FAX1_MODE, FAX2_MODE, lastCommand, listener, ringCounter, ringTimeStamp, VOICE_MODE
 
Fields inherited from class serial.Serial
answerTimeout, cancelEcho, device, semaphore, serial, serial_in, serial_out, timeout_wait, waitingForResponse
 
Constructor Summary
VoiceModem()
           
VoiceModem(String in_device)
           
 
Method Summary
 void hangUp()
           
 void init()
           
 
Methods inherited from class serial.SerialModem
answer, dial, main, modemSays, modemSend, openModem, pickUp, serialEvent, setDebugMode, setMode, setModemEventListener
 
Methods inherited from class serial.Serial
addEventListener, close, getNewInstance, open, open, open, openNoParams, processSerialEvent, read, readBytes, readString, ready, send, send, sendSynch, sendSynch, sendSynch, sendSynch, setDebug, setFlowControlMode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VoiceModem

public VoiceModem()

VoiceModem

public VoiceModem(String in_device)
Method Detail

init

public void init()
Overrides:
init in class SerialModem

hangUp

public void hangUp()
Overrides:
hangUp in class SerialModem