com.eurotech.framework.net.modem
Class SerialModemDevice

java.lang.Object
  extended by com.eurotech.framework.net.modem.SerialModemDevice
All Implemented Interfaces:
ModemDevice

public class SerialModemDevice
extends Object
implements ModemDevice


Constructor Summary
SerialModemDevice(String product, String manufacturer, List<String> serialPorts)
           
 
Method Summary
 String getManufacturerName()
          The manufacturer name of the device
 String getProductName()
          The product name of the device
 List<String> getSerialPorts()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerialModemDevice

public SerialModemDevice(String product,
                         String manufacturer,
                         List<String> serialPorts)
Method Detail

getProductName

public String getProductName()
Description copied from interface: ModemDevice
The product name of the device

Specified by:
getProductName in interface ModemDevice
Returns:
The product name of the device

getManufacturerName

public String getManufacturerName()
Description copied from interface: ModemDevice
The manufacturer name of the device

Specified by:
getManufacturerName in interface ModemDevice
Returns:
The manufacturer name of the device

getSerialPorts

public List<String> getSerialPorts()
Specified by:
getSerialPorts in interface ModemDevice


Copyright © 2013. All Rights Reserved.