Warning, /frameworks/networkmanager-qt/src/dbus/introspection/org.freedesktop.NetworkManager.Device.Team.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.Team">
0004 
0005     <!--
0006         HwAddress:
0007 
0008         Hardware address of the device.
0009     -->
0010     <property name="HwAddress" type="s" access="read"/>
0011 
0012     <!--
0013         Carrier:
0014 
0015         Indicates whether the physical carrier is found (e.g. whether a cable is
0016         plugged in or not).
0017     -->
0018     <property name="Carrier" type="b" access="read"/>
0019 
0020     <!--
0021         Slaves:
0022 
0023         Array of object paths representing devices which are currently slaved to
0024         this device.
0025     -->
0026     <property name="Slaves" type="ao" access="read"/>
0027 
0028     <!--
0029         Config:
0030 
0031         The JSON configuration currently applied on the device.
0032      -->
0033     <property name="Config" type="s" access="read" />
0034 
0035     <!--
0036         PropertiesChanged:
0037         @properties: A dictionary mapping property names to variant boxed values
0038 
0039         DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0.
0040     -->
0041     <signal name="PropertiesChanged">
0042       <annotation name="org.qtproject.QtDBus.QtTypeName.In0" value="QVariantMap"/>
0043       <arg name="properties" type="a{sv}" direction="In"/>
0044     </signal>
0045   </interface>
0046 </node>