public interface UsbModemListener
Modifier and Type | Method and Description |
---|---|
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
|
void usbModemDeviceAttached(java.lang.String vendorID, java.lang.String productID, java.lang.String usbPortAddress, java.util.Hashtable ports)
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 modemvoid usbModemDeviceDetached(java.lang.String vendorID, java.lang.String productID, java.lang.String usbPortAddress, java.util.Hashtable ports)
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 modemCopyright © 2009 Eurotech Inc. All rights reserved.