Part of elisa.plugins.hal.hal View In Hierarchy
Instance Variables | udi | The unique device identifier
(type: str
) |
interface | HAL interface for this device
(type: dbus.proxies.Interface ->
org.Freedesktop.Hal.Device
) | |
properties | The HAL properties of this device
(type: dict
) | |
parent_properties | The HAL properties of the parent device of this device
(type: dict
) | |
protocol_test | the protocol test that matched for this device (type: ProtocolTest ) |
Line # | Kind | Name | Docs |
---|---|---|---|
162 | Method | __init__ | Don't use this directly, use create() instead, or your device will |
175 | Class Method | create | Returns a deferred that will return a new HALDevice instance. |
198 | Method | needs_mounting | Undocumented |
201 | Method | wait_for_mount | Returns a deferred that will be fired when a mount_point is set, or in |
240 | Method | is_ignored | Undocumented |
243 | Method | is_removable | Undocumented |
250 | Method | filter | Undocumented |
266 | Method | create_model | Undocumented |
285 | Method | is_known_device | Undocumented |
304 | Method | eject | Eject the associated HAL device. |
288 | Method | _find_protocol_test | Undocumented |
295 | Class Method | _get_interface_from_udi | Undocumented |
300 | Class Method | _get_volume_interface_from_udi | Undocumented |