Changeset f48bbdd in Dbus API specifications
- Timestamp:
- 02/12/09 15:53:41 (4 years ago)
- Branches:
- 820cacfd324a623a04b3e22f319e9220819d6ec4, 0.11, 675acad2f1510526a93c9777d03664766c823aab, morphis/pending, morphis/sms-rework
- Children:
- 9386136
- Parents:
- f3e85b1
- git-author:
- Michael 'Mickey' Lauer <mickey@…> (02/12/09 15:53:41)
- git-committer:
- Michael 'Mickey' Lauer <mickey@…> (02/12/09 15:53:41)
- Files:
-
- 3 edited
-
html/org.freesmartphone.GSM.SIM.html (modified) (2 diffs)
-
otapi/org.freesmartphone.GSM.SIM.xml.in (modified) (2 diffs)
-
xml/org.freesmartphone.GSM.SIM.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
html/org.freesmartphone.GSM.SIM.html
r03286c0 rf48bbdd 26 26 <li><a href="#GetHomeZones">GetHomeZones</a></li> 27 27 <li><a href="#GetIssuer">GetIssuer</a></li> 28 <li><a href="#GetProviderList">GetProviderList</a></li> 28 29 <li><a href="#ListPhonebooks">ListPhonebooks</a></li> 29 30 <li><a href="#GetPhonebookInfo">GetPhonebookInfo</a></li> … … 75 76 <h3><a name="GetIssuer">GetIssuer</a> ( ) → s</h3> 76 77 <p><i>Description:</i> Retrieve the name of the SIM issuer, if stored on the SIM. </p><p><div class="rationale"><p>This maps to the GSM 07.07 command +CRSM=176,28486,0,0,17, see 3GPP TS 07.07 Chapter 8.17. </p></div></p><h4>Returns</h4><i>s: name</i><p>The name of the SIM issuer. This can be an actual network provider or a mobile virtual network operator (MVNO). </p> 78 <h3><a name="GetProviderList">GetProviderList</a> ( ) → a{is}</h3> 79 <p><i>Description:</i> Retrieve the list of known providers, if stored on the SIM. </p><p><div class="rationale"><p>This maps to the GSM 07.07 command +COPN, see 3GPP TS 07.07 Chapter 7.19. </p></div></p><h4>Returns</h4><i>a{is}: providers</i><p>An map containing of known providers as tuples. The key is the numerical provider code (mccmnc), the value is the alphanumerical provider name. </p> 77 80 <h3><a name="ListPhonebooks">ListPhonebooks</a> ( ) → as</h3> 78 81 <p><i>Description:</i> Retrieve the list of available phonebooks on the SIM. </p><p><div class="rationale"><p>This maps to the GSM 07.07 command +CPBS=?, see 3GPP TS 07.07 Chapter 8.12. </p></div></p><h4>Returns</h4><i>as: categories</i><p>The available phonebooks, if any. Expected values are: <ul> <li>"contacts",</li> <li>"dialed",</li> <li>"received",</li> <li>"own",</li> <li>"missed",</li> <li>"emergency",</li> </ul> </p> -
otapi/org.freesmartphone.GSM.SIM.xml.in
r03286c0 rf48bbdd 4 4 <doc:doc> 5 5 <doc:summary>freesmartphone.org GSM SIM Interface</doc:summary> 6 <doc:version>0.9. 4.0</doc:version>6 <doc:version>0.9.5.0</doc:version> 7 7 </doc:doc> 8 8 … … 322 322 <doc:summary> 323 323 The name of the SIM issuer. This can be an actual network provider or a mobile virtual network operator (MVNO). 324 </doc:summary> 325 </doc:doc> 326 </arg> 327 </method> 328 329 <method name="GetProviderList"> 330 <annotation name="org.freedesktop.DBus.GLib.Async" value="fso_gsm_sim" /> 331 <doc:doc> 332 <doc:description>Retrieve the list of known providers, if stored on the SIM.</doc:description> 333 <doc:inote>This maps to the GSM 07.07 command +COPN, see 3GPP TS 07.07 Chapter 7.19.</doc:inote> 334 </doc:doc> 335 <arg type="a{is}" name="providers" direction="out"> 336 <doc:doc> 337 <doc:summary> 338 An map containing of known providers as tuples. The key is the numerical provider code (mccmnc), the value is the alphanumerical provider name. 324 339 </doc:summary> 325 340 </doc:doc> -
xml/org.freesmartphone.GSM.SIM.xml
r03286c0 rf48bbdd 65 65 <annotation name="org.freedesktop.DBus.GLib.Async" value="fso_gsm_sim"/> 66 66 <arg type="s" name="name" direction="out"/> 67 </method> 68 <method name="GetProviderList"> 69 <annotation name="org.freedesktop.DBus.GLib.Async" value="fso_gsm_sim"/> 70 <arg type="a{is}" name="providers" direction="out"/> 67 71 </method> 68 72 <method name="ListPhonebooks">
Note: See TracChangeset
for help on using the changeset viewer.
