public interface Usb2SerialListener
Modifier and Type | Method and Description |
---|---|
void |
usb2SerialDeviceAttached(java.lang.String vendor,
java.lang.String product,
java.lang.String usbPortAddress,
java.lang.String serialPort)
This method is called when the USB-To-Serial device has been attached
|
void |
usb2SerialDeviceDetached(java.lang.String vendor,
java.lang.String product,
java.lang.String usbPortAddress,
java.lang.String serialPort)
This method is called when the USB-To-Serial device has been detached
|
void usb2SerialDeviceAttached(java.lang.String vendor, java.lang.String product, java.lang.String usbPortAddress, java.lang.String serialPort)
vendor
- A String representing vendor IDproduct
- A String representing product IDusbPortAddress
- A String representing the USB port Address that the device is plugged into.serialPort
- A String representing the serial port assigned to the USB device.void usb2SerialDeviceDetached(java.lang.String vendor, java.lang.String product, java.lang.String usbPortAddress, java.lang.String serialPort)
vendor
- A String representing vendor IDproduct
- A String representing product IDusbPortAddress
- A String representing the USB port Address that the device is plugged into.serialPort
- A String representing the serial port assigned to the USB device.Copyright © 2009 Eurotech Inc. All rights reserved.