public interface UsbDeviceEvent
Modifier and Type | Field and Description |
---|---|
static String |
USB_EVENT_BUS_NUMBER_PROPERTY
Name of the property to access the USB bus number
|
static String |
USB_EVENT_DEVICE_PATH_PROPERTY
Name of the property to access the USB device path
|
static String |
USB_EVENT_MANUFACTURER_NAME_PROPERTY
Name of the property to access the manufacturer name
|
static String |
USB_EVENT_PRODUCT_ID_PROPERTY
Name of the property to access the product id
|
static String |
USB_EVENT_PRODUCT_NAME_PROPERTY
Name of the property to access the product name
|
static String |
USB_EVENT_RESOURCE_PROPERTY
Name of the property to access the resource name associated with this USB device (e.g.
|
static String |
USB_EVENT_USB_PORT_PROPERTY
Name of the property to access the USB port of this device
|
static String |
USB_EVENT_VENDOR_ID_PROPERTY
Name of the property to access the vendor id
|
static final String USB_EVENT_USB_PORT_PROPERTY
static final String USB_EVENT_RESOURCE_PROPERTY
static final String USB_EVENT_VENDOR_ID_PROPERTY
static final String USB_EVENT_PRODUCT_ID_PROPERTY
static final String USB_EVENT_MANUFACTURER_NAME_PROPERTY
static final String USB_EVENT_PRODUCT_NAME_PROPERTY
static final String USB_EVENT_BUS_NUMBER_PROPERTY
static final String USB_EVENT_DEVICE_PATH_PROPERTY
Copyright © 2013. All Rights Reserved.