jPOS 1.6.1 API Documentation

org.jpos.util
Interface Modem


public interface Modem


Method Summary
 void answer()
           
 void dial(java.lang.String number, long aproxTimeout)
           
 void hangup()
           
 boolean isConnected()
           
 

Method Detail

dial

void dial(java.lang.String number,
          long aproxTimeout)
          throws java.io.IOException
Throws:
java.io.IOException

hangup

void hangup()
            throws java.io.IOException
Throws:
java.io.IOException

answer

void answer()
            throws java.io.IOException
Throws:
java.io.IOException

isConnected

boolean isConnected()

jPOS.org