com.esf.device.usb.manager.modem.service
Interface UsbModemListener


public interface UsbModemListener


Method Summary
 void usbModemDeviceAttached(java.lang.String vendorID, java.lang.String productID, java.lang.String usbPortAddress, java.util.Hashtable ports)
          This method is called when the USB Modem device has been attached
 void usbModemDeviceDetached(java.lang.String vendorID, java.lang.String productID, java.lang.String usbPortAddress, java.util.Hashtable ports)
          This method is called when the USB Modem device has been detached
 

Method Detail

usbModemDeviceAttached

public void usbModemDeviceAttached(java.lang.String vendorID,
                                   java.lang.String productID,
                                   java.lang.String usbPortAddress,
                                   java.util.Hashtable ports)
This method is called when the USB Modem device has been attached

Parameters:
vendorID - A String representing the USB vendor ID
productID - A String representing the USB product ID
usbPortAddress - A String representing the USB port that the modem is plugged into
ports - A Hashtable representing the device nodes assigned to the USB modem

usbModemDeviceDetached

public void usbModemDeviceDetached(java.lang.String vendorID,
                                   java.lang.String productID,
                                   java.lang.String usbPortAddress,
                                   java.util.Hashtable ports)
This method is called when the USB Modem device has been detached

Parameters:
vendorID - A String representing the USB vendor ID
productID - A String representing the USB product ID
usbPortAddress - A String representing the USB port that the modem is plugged into
ports - A Hashtable representing the device nodes assigned to the USB modem


Copyright © 2009 Eurotech Inc. All rights reserved.