com.eurotech.framework.linux.net.modem
Class SerialModemDriver

java.lang.Object
  extended by com.eurotech.framework.linux.net.modem.SerialModemDriver

public class SerialModemDriver
extends Object


Constructor Summary
SerialModemDriver(String modemName, SerialModemComm serialModemComm, String getModelAtCommand)
           
 
Method Summary
 SerialModemComm getComm()
           
 String getModemModel()
           
 int install()
           
 int remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerialModemDriver

public SerialModemDriver(String modemName,
                         SerialModemComm serialModemComm,
                         String getModelAtCommand)
Method Detail

install

public int install()
            throws Exception
Throws:
Exception

remove

public int remove()
           throws Exception
Throws:
Exception

getModemModel

public String getModemModel()

getComm

public SerialModemComm getComm()


Copyright © 2013. All Rights Reserved.