Part of vmc.common.hardware View In Hierarchy
I listen for Device{Added,Removed} signals
If a new device is added and I don't have a registered device, I will send avmc.common.notifications.SIG_DEVICE_ADDED
so the upper
parts of the system will do whatever they want to do with the device. If
the device in use is removed, I will notify the upper parts of the system
and they will act accordingly
Method | __init__ | Undocumented |
Method | register_handlers | Undocumented |
Method | device_added | Called when a device has been added |
Method | process_device_added | Undocumented |
Method | device_removed | Called when a device has been removed |
Inherited from DbusComponent:
Method | get_properties_from_udi | Returns all the properties from udi
|
Method | get_devices_properties | Returns all the properties from all devices registed in HAL |