public class SerialModemDevice extends Object implements ModemDevice
Constructor and Description |
---|
SerialModemDevice(String product,
String manufacturer,
List<String> serialPorts) |
Modifier and Type | Method and Description |
---|---|
String |
getManufacturerName()
The manufacturer name of the device
|
String |
getProductName()
The product name of the device
|
List<String> |
getSerialPorts() |
public String getProductName()
ModemDevice
getProductName
in interface ModemDevice
public String getManufacturerName()
ModemDevice
getManufacturerName
in interface ModemDevice
public List<String> getSerialPorts()
getSerialPorts
in interface ModemDevice
Copyright © 2013. All Rights Reserved.