Warning: Can't synchronize with repository "(default)" (No changeset 96d22ec3fa3ef6de3ea8dc0d7d398adc9aa071cf in the repository). Look in the Trac log for more information.

Changeset f48bbdd in Dbus API specifications


Ignore:
Timestamp:
02/12/09 15:53:41 (4 years ago)
Author:
Michael 'Mickey' Lauer <mickey@…>
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)
Message:

otapi: document org.freesmartphone.GSM.SIM.GetProviderList?()

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • html/org.freesmartphone.GSM.SIM.html

    r03286c0 rf48bbdd  
    2626<li><a href="#GetHomeZones">GetHomeZones</a></li> 
    2727<li><a href="#GetIssuer">GetIssuer</a></li> 
     28<li><a href="#GetProviderList">GetProviderList</a></li> 
    2829<li><a href="#ListPhonebooks">ListPhonebooks</a></li> 
    2930<li><a href="#GetPhonebookInfo">GetPhonebookInfo</a></li> 
     
    7576<h3><a name="GetIssuer">GetIssuer</a> ( ) &rarr; s</h3> 
    7677<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> ( ) &rarr; 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> 
    7780<h3><a name="ListPhonebooks">ListPhonebooks</a> ( ) &rarr; as</h3> 
    7881<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  
    44<doc:doc> 
    55  <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> 
    77</doc:doc> 
    88 
     
    322322        <doc:summary> 
    323323          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. 
    324339        </doc:summary> 
    325340      </doc:doc> 
  • xml/org.freesmartphone.GSM.SIM.xml

    r03286c0 rf48bbdd  
    6565      <annotation name="org.freedesktop.DBus.GLib.Async" value="fso_gsm_sim"/> 
    6666      <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"/> 
    6771    </method> 
    6872    <method name="ListPhonebooks"> 
Note: See TracChangeset for help on using the changeset viewer.