api,libmm-glib,cli: add command to disable facility lock
This commit is contained in:

committed by
Aleksander Morgado

parent
b1dde0aec3
commit
25ffe4211a
@@ -185,6 +185,33 @@
|
||||
-->
|
||||
<property name="EnabledFacilityLocks" type="u" access="read" />
|
||||
|
||||
<!--
|
||||
DisableFacilityLock:
|
||||
@properties: A tuple of facility type and control key.
|
||||
|
||||
Sends control key to modem to disable selected facility lock
|
||||
|
||||
<variablelist>
|
||||
<varlistentry><term>"facility"</term>
|
||||
<listitem>
|
||||
<para>
|
||||
A <link linkend="MMModem3gppFacility">MMModem3gppFacility</link> value
|
||||
representing the type of the facility lock to disable.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term>"control key"</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Alphanumeric key required to unlock facility.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
-->
|
||||
<method name="DisableFacilityLock">
|
||||
<arg name="properties" type="(us)" direction="in" />
|
||||
</method>
|
||||
|
||||
<!--
|
||||
SubscriptionState:
|
||||
|
||||
|
Reference in New Issue
Block a user