diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2020-04-10 11:38:18 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2020-04-10 11:38:47 +0200 |
commit | b3ec30403fb813cf3902a02350289e769858f10e (patch) | |
tree | da3547bdf78656bb57140704a698069009b34f34 | |
parent | 868d0dbf3f01259887c2b5dc6d16eee28ab3ffb5 (diff) |
doc,api: add reference to --with-at-command-via-dbus in Command() info
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.Modem.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.Modem.xml b/introspection/org.freedesktop.ModemManager1.Modem.xml index 4a9327b4..b026b01f 100644 --- a/introspection/org.freedesktop.ModemManager1.Modem.xml +++ b/introspection/org.freedesktop.ModemManager1.Modem.xml @@ -191,7 +191,8 @@ Send an arbitrary AT command to a modem and get the response. Note that using this interface call is only allowed when running - ModemManager in debug mode. + ModemManager in debug mode or if the project was built using + the <literal>with-at-command-via-dbus</literal> configure option. --> <method name="Command"> <arg name="cmd" type="s" direction="in" /> |