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 |
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 IDproductID
- A String representing the USB product IDusbPortAddress
- A String representing the USB port that the modem is plugged intoports
- 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 IDproductID
- A String representing the USB product IDusbPortAddress
- A String representing the USB port that the modem is plugged intoports
- A Hashtable representing the device nodes assigned to the USB modem
Copyright © 2009 Eurotech Inc. All rights reserved.