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 |
---|---|---|---|
125 | Method | __init__ | Don't use this directly, use create() instead, or your device will |
137 | Class Method | create | Returns a deferred that will return a new HALDevice instance. |
160 | Method | needs_mounting | Undocumented |
163 | Method | wait_for_mount | Returns a deferred that will be fired when a mount_point is set, or in |
203 | Method | is_ignored | Undocumented |
206 | Method | is_removable | Undocumented |
213 | Method | filter | Undocumented |
229 | Method | create_model | Undocumented |
248 | Method | is_known_device | Undocumented |
251 | Method | _find_protocol_test | Undocumented |
258 | Class Method | _get_interface_from_udi | Undocumented |