com.eurotech.framework.net.modem
Class SerialModemDevice
java.lang.Object
com.eurotech.framework.net.modem.SerialModemDevice
- All Implemented Interfaces:
- ModemDevice
public class SerialModemDevice
- extends Object
- implements ModemDevice
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SerialModemDevice
public SerialModemDevice(String product,
String manufacturer,
List<String> serialPorts)
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.