Kaydet (Commit) 7e7501ef authored tarafından Ozan Çağlayan's avatar Ozan Çağlayan

Implement sendPIN

üst 4a2f62e4
...@@ -6,12 +6,15 @@ ...@@ -6,12 +6,15 @@
<method name="authMethods" action_id=""> <method name="authMethods" action_id="">
<arg name="info" type="a(ss)" direction="out"/> <arg name="info" type="a(ss)" direction="out"/>
</method> </method>
<!-- Will be needed by ModemManager backend for PIN checking
<method name="PINRequired" action_id=""> <method name="PINRequired" action_id="">
<arg name="device" type="s" direction="in"/> <arg name="device" type="s" direction="in"/>
<arg name="result" type="s" direction="out"/> <arg name="result" type="s" direction="out"/>
</method> </method>
--> <method name="sendPIN" action_id="">
<arg name="device" type="s" direction="in"/>
<arg name="pin" type="s" direction="in"/>
<arg name="result" type="s" direction="out"/>
</method>
<method name="authParameters" action_id=""> <method name="authParameters" action_id="">
<arg name="info" type="a(sss)" direction="out"/> <arg name="info" type="a(sss)" direction="out"/>
</method> </method>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment