public interface IUsbManagerService
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEVICE_ATTACHED_TOPIC |
static java.lang.String |
DEVICE_DETACHED_TOPIC |
static java.lang.String |
SERVICE_NAME
Reports the class name representing this interface.
|
Modifier and Type | Method and Description |
---|---|
UsbDeviceContainer |
getDevice(java.lang.String id)
Returns a UsbDeviceContainer object representing an attached USB device that matches the
supplied ID.
|
java.util.ArrayList |
getDevices()
Returns an ArrayList of Strings representing the connected devices.
|
static final java.lang.String DEVICE_ATTACHED_TOPIC
static final java.lang.String DEVICE_DETACHED_TOPIC
static final java.lang.String SERVICE_NAME
UsbDeviceContainer getDevice(java.lang.String id)
id
- A String representing the ID of the attached USB devicejava.util.ArrayList getDevices()
Copyright © 2009 Eurotech Inc. All rights reserved.