Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(387)

Side by Side Diff: components/onc/docs/onc_spec.html

Issue 2618793004: Add SignalStrength to Cellular {Managed}Properties (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <link rel="stylesheet" href="onc_spec.css" > 5 <link rel="stylesheet" href="onc_spec.css" >
6 <script src="onc_spec.js"></script> 6 <script src="onc_spec.js"></script>
7 <title>Open Network Configuration Format</title> 7 <title>Open Network Configuration Format</title>
8 </head> 8 </head>
9 <body> 9 <body>
10 10
(...skipping 2379 matching lines...) Expand 10 before | Expand all | Expand 10 after
2390 <dt class="field">ServingOperator</dt> 2390 <dt class="field">ServingOperator</dt>
2391 <dd> 2391 <dd>
2392 <span class="field_meta">(optional, read-only, provided only 2392 <span class="field_meta">(optional, read-only, provided only
2393 if <span class="field">Family</span> is <span class="value">GSM</span>) 2393 if <span class="field">Family</span> is <span class="value">GSM</span>)
2394 <span class="type">CellularProvider</span> 2394 <span class="type">CellularProvider</span>
2395 </span> 2395 </span>
2396 Description of the operator on whose network the modem is currently 2396 Description of the operator on whose network the modem is currently
2397 registered 2397 registered
2398 </dd> 2398 </dd>
2399 2399
2400 <dt class="field">SignalStrength</dt>
2401 <dd>
2402 <span class="field_meta">
2403 (optional, read-only)
2404 <span class="type">integer</span>
2405 </span>
2406 The current signal strength for this network in the range [0, 100],
2407 provided by the system. If the network is not in range this field will
2408 be set to '0' or not present.
2409 </dd>
2410
2400 <dt class="field">SIMLockStatus</dt> 2411 <dt class="field">SIMLockStatus</dt>
2401 <dd> 2412 <dd>
2402 <span class="field_meta">(optional, read-only, provided only 2413 <span class="field_meta">(optional, read-only, provided only
2403 if <span class="field">Family</span> is <span class="value">GSM</span>) 2414 if <span class="field">Family</span> is <span class="value">GSM</span>)
2404 <span class="type">SIMLockStatus</span> 2415 <span class="type">SIMLockStatus</span>
2405 </span> 2416 </span>
2406 For GSM modems, a dictionary containing two properties describing the 2417 For GSM modems, a dictionary containing two properties describing the
2407 state of the SIM card lock. 2418 state of the SIM card lock.
2408 </dd> 2419 </dd>
2409 2420
(...skipping 750 matching lines...) Expand 10 before | Expand all | Expand 10 after
3160 is transmitted or saved to disk should be secure. On client device, when 3171 is transmitted or saved to disk should be secure. On client device, when
3161 user names for connections that are user-specific are persisted to disk, 3172 user names for connections that are user-specific are persisted to disk,
3162 they should be stored in a location that is encrypted. Users can also opt in 3173 they should be stored in a location that is encrypted. Users can also opt in
3163 these cases to not save their user credentials in the config file and will 3174 these cases to not save their user credentials in the config file and will
3164 instead be prompted when they are needed. 3175 instead be prompted when they are needed.
3165 </p> 3176 </p>
3166 </section> 3177 </section>
3167 </section> 3178 </section>
3168 </body> 3179 </body>
3169 </html> 3180 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698