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()
ModemDevicegetProductName in interface ModemDevicepublic String getManufacturerName()
ModemDevicegetManufacturerName in interface ModemDevicepublic List<String> getSerialPorts()
getSerialPorts in interface ModemDeviceCopyright © 2013. All Rights Reserved.