~cyphermox/ubuntu/natty/ofono/release-0.41

« back to all changes in this revision

Viewing changes to doc/sim-api.txt

  • Committer: Mathieu Trudel-Lapierre
  • Date: 2011-02-11 02:17:20 UTC
  • mfrom: (1.3.2 upstream)
  • Revision ID: mathieu-tl@ubuntu.com-20110211021720-cvxc3erw1keomunj
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
 
45
45
                        Obtain the icon given by id.  Only ids greater than 1
46
46
                        are valid.  XPM format is currently used to return the
47
 
                        icon format.
 
47
                        icon data.
48
48
 
49
49
Signals         PropertyChanged(string name, variant value)
50
50
 
129
129
 
130
130
                string CardIdentifier [readonly]
131
131
 
132
 
                        Contains the Intergrated Circuit Card Identifer (ICCID)
 
132
                        Contains the Integrated Circuit Card Identifer (ICCID)
133
133
                        which is read directly from the SIM.
134
134
 
135
135
                boolean FixedDialing [readonly]
145
145
 
146
146
                        If BDN is enabled, oFono halts the SIM initialization
147
147
                        procedure and only emergency calls are allowed.
 
148
 
 
149
                dict{string,byte} Retries [readonly]
 
150
 
 
151
                        Contains all the retry counters available. The possible
 
152
                        values for the first field are the same as in
 
153
                        PinRequired property. The second field contains is the
 
154
                        counter for that pin type.
 
155
 
 
156
                        This property is updated after each operation that
 
157
                        might have changed the retry counters, i.e. calls to
 
158
                        ChangePin(), EnterPin(), ResetPin() LockPin(),
 
159
                        UnlockPin().