Warning, /frameworks/networkmanager-qt/src/dbus/introspection/org.freedesktop.NetworkManager.Device.Wired.xml is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <node name="/">
0003   <interface name="org.freedesktop.NetworkManager.Device.Wired">
0004     <annotation name="org.gtk.GDBus.C.Name" value="DeviceEthernet"/>
0005 
0006     <!--
0007         HwAddress:
0008 
0009         Active hardware address of the device.
0010     -->
0011     <property name="HwAddress" type="s" access="read"/>
0012 
0013     <!--
0014         PermHwAddress:
0015 
0016         Permanent hardware address of the device.
0017     -->
0018     <property name="PermHwAddress" type="s" access="read"/>
0019 
0020     <!--
0021         Speed:
0022 
0023         Design speed of the device, in megabits/second (Mb/s).
0024     -->
0025     <property name="Speed" type="u" access="read"/>
0026 
0027     <!--
0028         S390Subchannels:
0029 
0030         Array of S/390 subchannels for S/390 or z/Architecture devices.
0031     -->
0032     <property name="S390Subchannels" type="as" access="read"/>
0033 
0034     <!--
0035         Carrier:
0036 
0037         Indicates whether the physical carrier is found (e.g. whether a cable is
0038         plugged in or not).
0039     -->
0040     <property name="Carrier" type="b" access="read"/>
0041 
0042     <!--
0043         PropertiesChanged:
0044         @properties: A dictionary mapping property names to variant boxed values
0045 
0046         DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0.
0047     -->
0048     <signal name="PropertiesChanged">
0049       <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="QVariantMap"/>
0050       <arg name="properties" type="a{sv}" direction="In"/>
0051     </signal>
0052   </interface>
0053 </node>