dbus: Add MeshGroupStarted signal
This introduces a new interface for mesh and adds a signal that is similar to the control interface event MESH-GROUP-STARTED. Signed-off-by: Saurav Babu <saurav.babu@samsung.com>
This commit is contained in:
parent
49e6a55537
commit
89e9cd25d2
6 changed files with 87 additions and 0 deletions
|
@ -16,6 +16,7 @@ Interfaces:
|
|||
- \ref dbus_peer
|
||||
- \ref dbus_group
|
||||
- \ref dbus_persistent_group
|
||||
- \ref dbus_mesh
|
||||
|
||||
|
||||
\section dbus_main fi.w1.wpa_supplicant1
|
||||
|
@ -2253,4 +2254,22 @@ Interface implemented by objects representing persistent P2P groups.
|
|||
</li>
|
||||
</ul>
|
||||
|
||||
\section dbus_mesh fi.w1.wpa_supplicant1.Interface.Mesh
|
||||
|
||||
Interface for performing mesh operations.
|
||||
|
||||
\subsection dbus_mesh_signals Signals
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<h3>MeshGroupStarted ( a{sv} : args )</h3>
|
||||
<p></p>
|
||||
<h4>Arguments</h4>
|
||||
<dl>
|
||||
<dt>a{sv} : args</dt>
|
||||
<dd>A dictionary containing information of the started mesh group.</dd>
|
||||
</dl>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue