diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-30 13:53:24 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-30 13:53:24 +0200 |
commit | a416f6eaea7ef862eca72c6319c2e4eb52fbae90 (patch) | |
tree | d548412266d62c72c71c842e33d66619c7337474 /docs/reference | |
parent | b03541b1fe92513afefcacbaeff38cca433a74e6 (diff) |
docs: document MM_PLUGIN_BASE_ALLOWED_SINGLE_AT
Diffstat (limited to 'docs/reference')
-rw-r--r-- | docs/reference/api/ModemManager-overview.xml | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/docs/reference/api/ModemManager-overview.xml b/docs/reference/api/ModemManager-overview.xml index e7305370..55dbca49 100644 --- a/docs/reference/api/ModemManager-overview.xml +++ b/docs/reference/api/ModemManager-overview.xml @@ -192,7 +192,7 @@ </para> </listitem> <listitem> - <para><emphasis>AT Allowed</emphasis></para> + <para><emphasis>AT allowed</emphasis></para> <para> This boolean property allows plugins to specify that they expect and support AT serial ports. @@ -204,7 +204,20 @@ </para> </listitem> <listitem> - <para><emphasis>QCDM Allowed</emphasis></para> + <para><emphasis>Single AT expected</emphasis></para> + <para> + This boolean property allows plugins to specify that they only expect and support + one AT serial port. Whenever the first AT port is grabbed, any remaining AT probing + in ports of the same device will get cancelled. + </para> + <para> + This configuration is specified by the <type>MM_PLUGIN_BASE_ALLOWED_SINGLE_AT</type> + property in the <structname>MMPluginBase</structname> object provided + by the plugin. + </para> + </listitem> + <listitem> + <para><emphasis>QCDM allowed</emphasis></para> <para> This boolean property allows plugins to specify that they expect and support QCDM serial ports. |