#include <device.h>
Inheritance diagram for UsbDevice:
Public Member Functions | |
UsbDevice (const std::string &udi) | |
constructor | |
~UsbDevice () | |
destructor | |
virtual bool | isActive () |
check whether device is currently busy | |
Static Public Member Functions | |
static void | getDevices (std::list< std::string > &device_udis) |
get list of usb devices in system | |
static bool | isDevice (const char *udi) |
chef if a device is a device of this DPM_DEVICE_CLASS |
|
constructor
|
|
destructor
|
|
get list of usb devices in system
|
|
check whether device is currently busy
Implements Device. |
|
chef if a device is a device of this DPM_DEVICE_CLASS
|