com.eurotech.framework.net.modem
Interface ModemDevice

All Known Implementing Classes:
SerialModemDevice, UsbModemDevice

public interface ModemDevice


Method Summary
 String getManufacturerName()
          The manufacturer name of the device
 String getProductName()
          The product name of the device
 List<String> getSerialPorts()
           
 

Method Detail

getSerialPorts

List<String> getSerialPorts()

getManufacturerName

String getManufacturerName()
The manufacturer name of the device

Returns:
The manufacturer name of the device

getProductName

String getProductName()
The product name of the device

Returns:
The product name of the device


Copyright © 2013. All Rights Reserved.