blob: e9a5bca28bfcfefe3967bc224048d34e2e9c5006 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8" ?>
<node name="/org/chromium/Modemfwd"
xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
<interface name="org.chromium.Modemfwd">
<method name="SetDebugMode">
<tp:docstring>
Set the verbose logging mode.
</tp:docstring>
<arg name="debug_mode" type="b" direction="in">
True to set verbose logging, false to turn it off.
</arg>
<annotation name="org.chromium.DBus.Method.Kind" value="simple"/>
</method>
<method name="ForceFlash">
<tp:docstring>
Act as though a modem with the given device ID appeared and needs
flashing.
</tp:docstring>
<arg name="device_id" type="s" direction="in">
Device ID of the modem to attempt to force-flash.
</arg>
<arg name="success" type="b" direction="out">
Whether force-flashing was successful.
</arg>
<annotation name="org.chromium.DBus.Method.Kind" value="simple"/>
</method>
</interface>
</node>