public class UsbDeviceAddedEvent extends org.osgi.service.event.Event implements UsbDeviceEvent
Modifier and Type | Field and Description |
---|---|
static String |
USB_EVENT_DEVICE_ADDED_TOPIC
Topic of the UsbDeviceAddedEvent
|
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 and Description |
---|
UsbDeviceAddedEvent(Map<String,?> properties) |
Modifier and Type | Method and Description |
---|---|
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.
|
public static final String USB_EVENT_DEVICE_ADDED_TOPIC
public String getUsbPort()
public String getUsbResource()
public String getUsbVendorId()
public String getUsbProductId()
public String getUsbManufacturerName()
public String getUsbProductName()
public String getUsbBusNumber()
public String getUsbDevicePath()
Copyright © 2013. All Rights Reserved.