Libosinfo.DeviceLink¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/co |
Target device |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent_instance |
r |
Class Details¶
- class Libosinfo.DeviceLink(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new(target)¶
- Parameters:
target (
Libosinfo.Device
) – the target device- Returns:
the new device link
- Return type:
Construct a new link for an
Libosinfo.Device
. The unique ID of the link is set to match the ID of the target device.
- get_target()¶
- Returns:
the target of the device link
- Return type:
Retrieve the
Libosinfo.Device
that the link points to.
Property Details¶
- Libosinfo.DeviceLink.props.target¶
- Name:
target
- Type:
- Default Value:
- Flags:
The target of the device link.