com.eurotech.framework.usb
Interface UsbDeviceEvent

All Known Implementing Classes:
UsbDeviceAddedEvent, UsbDeviceRemovedEvent

public interface UsbDeviceEvent


Field Summary
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
 

Field Detail

USB_EVENT_USB_PORT_PROPERTY

static final String USB_EVENT_USB_PORT_PROPERTY
Name of the property to access the USB port of this device

See Also:
Constant Field Values

USB_EVENT_RESOURCE_PROPERTY

static final String USB_EVENT_RESOURCE_PROPERTY
Name of the property to access the resource name associated with this USB device (e.g. /dev/ttyUSB3, eth3, etc depending on the device type)

See Also:
Constant Field Values

USB_EVENT_VENDOR_ID_PROPERTY

static final String USB_EVENT_VENDOR_ID_PROPERTY
Name of the property to access the vendor id

See Also:
Constant Field Values

USB_EVENT_PRODUCT_ID_PROPERTY

static final String USB_EVENT_PRODUCT_ID_PROPERTY
Name of the property to access the product id

See Also:
Constant Field Values

USB_EVENT_MANUFACTURER_NAME_PROPERTY

static final String USB_EVENT_MANUFACTURER_NAME_PROPERTY
Name of the property to access the manufacturer name

See Also:
Constant Field Values

USB_EVENT_PRODUCT_NAME_PROPERTY

static final String USB_EVENT_PRODUCT_NAME_PROPERTY
Name of the property to access the product name

See Also:
Constant Field Values

USB_EVENT_BUS_NUMBER_PROPERTY

static final String USB_EVENT_BUS_NUMBER_PROPERTY
Name of the property to access the USB bus number

See Also:
Constant Field Values

USB_EVENT_DEVICE_PATH_PROPERTY

static final String USB_EVENT_DEVICE_PATH_PROPERTY
Name of the property to access the USB device path

See Also:
Constant Field Values


Copyright © 2013. All Rights Reserved.