class Solid.DeviceInterface |
|
|
Base class of all the device interfaces. A device interface describes what a device can do. A device generally has a set of device interfaces. |
|
Internal Creates a new DeviceInterface object.
dd - the private d member backendObject - the device interface object provided by the backend |
|
Destroys a DeviceInterface object. |
|
Indicates if this device interface is valid. A device interface is considered valid if the device it is referring is available in the system. Returns true if this device interface's device is available, false otherwise |
|
Returns the device interface type for the given name |
|
Returns the name of the device interface type |
Unknown | - | ||
GenericInterface | - | ||
Processor | - | ||
Block | - | ||
StorageAccess | - | ||
StorageDrive | - | ||
OpticalDrive | - | ||
StorageVolume | - | ||
OpticalDisc | - | ||
Camera | - | ||
PortableMediaPlayer | - | ||
NetworkInterface | - | ||
AcAdapter | - | ||
Battery | - | ||
Button | - | ||
AudioInterface | - | ||
DvbInterface | - |