NM.DeviceBridge¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r |
|||
r |
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class NM.DeviceBridge(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- get_carrier()¶
-
Whether the device has carrier.
- get_slaves()¶
- Returns:
the
GLib.PtrArray
containingNM.Devices
that are slaves of self. This is the internal copy used by the device, and must not be modified.- Return type:
Gets the devices currently enslaved to self.
Deprecated since version 1.34: Use
NM.Device.get_ports
() instead.
Property Details¶
- NM.DeviceBridge.props.carrier¶
-
Whether the device has carrier.
- NM.DeviceBridge.props.slaves¶
- Name:
slaves
- Type:
- Default Value:
- Flags:
The devices enslaved to the bridge device.