|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.osgi.service.event.Event com.eurotech.framework.usb.UsbDeviceAddedEvent
public class UsbDeviceAddedEvent
An event raised when a new USB device has been added to the system.
Field Summary | |
---|---|
static String |
USB_EVENT_DEVICE_ADDED_TOPIC
Topic of the UsbDeviceAddedEvent |
Fields inherited from interface com.eurotech.framework.usb.UsbDeviceEvent |
---|
USB_EVENT_BUS_NUMBER_PROPERTY, USB_EVENT_DEVICE_PATH_PROPERTY, USB_EVENT_MANUFACTURER_NAME_PROPERTY, USB_EVENT_PRODUCT_ID_PROPERTY, USB_EVENT_PRODUCT_NAME_PROPERTY, USB_EVENT_RESOURCE_PROPERTY, USB_EVENT_USB_PORT_PROPERTY, USB_EVENT_VENDOR_ID_PROPERTY |
Constructor Summary | |
---|---|
UsbDeviceAddedEvent(Map<String,?> properties)
|
Method Summary | |
---|---|
String |
getUsbBusNumber()
Returns the name of the USB bus number associated with this device. |
String |
getUsbDevicePath()
Returns the name of the USB device path associated with this device. |
String |
getUsbManufacturerName()
Returns the name of the USB manufacturer name associated with this device. |
String |
getUsbPort()
Returns the name of the USB port. |
String |
getUsbProductId()
Returns the name of the USB product ID associated with this device. |
String |
getUsbProductName()
Returns the name of the USB product name associated with this device. |
String |
getUsbResource()
Returns the name of the USB resource associated with this device. |
String |
getUsbVendorId()
Returns the name of the USB vendor ID associated with this device. |
Methods inherited from class org.osgi.service.event.Event |
---|
containsProperty, equals, getProperty, getPropertyNames, getTopic, hashCode, matches, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String USB_EVENT_DEVICE_ADDED_TOPIC
Constructor Detail |
---|
public UsbDeviceAddedEvent(Map<String,?> properties)
Method Detail |
---|
public String getUsbPort()
public String getUsbResource()
public String getUsbVendorId()
public String getUsbProductId()
public String getUsbManufacturerName()
public String getUsbProductName()
public String getUsbBusNumber()
public String getUsbDevicePath()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |