org.symbian.tools.wrttools.doc.WebDeveloper/html/GUID-DBB90F32-C1FA-4B0C-9BCA-89177140A60D.html
changeset 229 716254ccbcc0
equal deleted inserted replaced
228:913c9751c067 229:716254ccbcc0
       
     1 
       
     2 <!DOCTYPE html
       
     3   PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
       
     4 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><meta name="copyright" content="(C) Copyright 2009"/><meta name="DC.rights.owner" content="(C) Copyright 2009"/><meta name="DC.Type" content="mobileconcept"/><meta name="DC.Title" content="Supported system attributes (entities and keys)"/><meta name="DC.Relation" scheme="URI" content="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340"/><meta name="DC.Relation" scheme="URI" content="GUID-7C69DDA4-16F1-4A8F-BDB2-4CB0015B4E81"/><meta name="DC.Relation" scheme="URI" content="GUID-65AAF569-D347-462B-B59A-9D7CA184AB9C"/><meta name="DC.Relation" scheme="URI" content="GUID-AEB26A58-1DE2-46CB-81EC-6DB3A477B7A3"/><meta name="DC.Relation" scheme="URI" content="GUID-B796D072-4E51-4BC7-9259-84530DB3539D"/><meta name="DC.Format" content="XHTML"/><meta name="DC.Identifier" content="GUID-DBB90F32-C1FA-4B0C-9BCA-89177140A60D"/><title>Supported
       
     5 system attributes (entities and keys) </title><script type="text/javascript">
       
     6       function initPage() {}
       
     7     </script><link href="../PRODUCT_PLUGIN/book.css" rel="stylesheet" type="text/css"/><link href="css/s60/style.css" rel="stylesheet" type="text/css" media="all"/></head><body onload="initPage();"><div class="body"><div class="contentLeft prTxt"><h1 class="pageHeading" id="GUID-DBB90F32-C1FA-4B0C-9BCA-89177140A60D">Supported
       
     8 system attributes (entities and keys)</h1><div>
       
     9 <p>The <a href="GUID-AEB26A58-1DE2-46CB-81EC-6DB3A477B7A3.html#GUID-AEB26A58-1DE2-46CB-81EC-6DB3A477B7A3">SystemInfo
       
    10 Service API</a> supports the following system attribute entities:</p>
       
    11 <ul>
       
    12 <li><p><a href="#GUID-DBA52090-BEA7-4D30-A2EB-C3B0BDFDAB11"><code>Battery</code></a></p></li>
       
    13 <li><p><a href="#GUID-C6D1B3A7-0B9A-4818-8E12-5BF85FEB9B93"><code>Connectivity</code></a></p></li>
       
    14 <li><p><a href="#GUID-81F15BA2-DAC0-4523-8941-F91969D8C3E5"><code>Device</code></a></p></li>
       
    15 <li><p><a href="#GUID-10E1E78F-E439-425C-AA69-45D00A0C60B8"><code>Display</code></a></p></li>
       
    16 <li><p><a href="#GUID-DB94F20F-29E9-4995-848A-0E19ED60CC5B"><code>Features</code></a></p></li>
       
    17 <li><p><a href="#GUID-5EB2CC71-D411-40EA-914D-B4488E6769E1"><code>General</code></a></p></li>
       
    18 <li><p><a href="#GUID-5F2D5549-8DE9-45EC-B769-2C821067E8D9"><code>Memory</code></a></p></li>
       
    19 <li><p><a href="#GUID-D70CE0E3-A609-4482-81C5-6D5AC42F7E66"><code>Network</code></a></p></li>
       
    20 </ul>
       
    21 <p>The following tables describe the system attributes supported by the
       
    22 SystemInfo Service API. Read the columns as follows:</p>
       
    23 <ul>
       
    24 <li><p><strong>Key</strong> specifies the name of the system attribute key.
       
    25 Together with the entity, this specifies the system attribute; for example: <code>Battery
       
    26 - BatteryStrength</code>.</p></li>
       
    27 <li><p><strong>Input</strong> specifies the <a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340">system
       
    28 data type</a> for an input value. The properties specified for a particular
       
    29 data type are used as the <code>SystemData</code> properties in method
       
    30 input. <strong>NA</strong> indicates that no input is applicable.</p></li>
       
    31 <li><p><strong>Output</strong> specifies the <a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340">system
       
    32 data type</a> for an output value. The properties specified for a particular
       
    33 data type are used as the <code>ReturnValue</code> properties in method
       
    34 output.</p></li>
       
    35 <li><p><strong>Value</strong> optionally describes the value or the value
       
    36 range of the system attribute, or provides an example value. This is used
       
    37 for both input, if valid, and output. For detailed information about system
       
    38 attribute values, see section <a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340">System data types</a>.</p>
       
    39 </li>
       
    40 <li><p><strong>GetInfo</strong>, <strong>SetInfo</strong>, and <strong>GetNotification</strong> indicate
       
    41 whether the system attribute supports the <a href="GUID-279A3698-D09B-44BF-8340-739E19F94727.html#GUID-279A3698-D09B-44BF-8340-739E19F94727"><code>GetInfo</code></a>, <a href="GUID-4347A7F1-1560-4B28-B4A8-DC570864F505.html#GUID-4347A7F1-1560-4B28-B4A8-DC570864F505"><code>SetInfo</code></a>,
       
    42 and <a href="GUID-7978FAFD-5BAC-45FD-9C44-5CF7BC484A1E.html#GUID-7978FAFD-5BAC-45FD-9C44-5CF7BC484A1E"><code>GetNotification</code></a> methods,
       
    43 respectively.</p></li>
       
    44 <li><p><strong>GetInfo mode</strong> indicates whether the system attribute
       
    45 supports synchronous (<strong>Sync</strong>) or asynchronous (<strong>Async</strong>) <code>GetInfo</code> calls.</p>
       
    46 </li>
       
    47 <li><p><strong>Capability</strong> specifies the Symbian capabilities required
       
    48 of any process that loads the <span>Web Runtime</span> to
       
    49 invoke the SystemInfo Service API and access the system attribute.</p>
       
    50 </li>
       
    51 </ul>
       
    52 <p/>
       
    53 <p>The following table describes the <code>Battery</code> system
       
    54 attributes.</p>
       
    55 <div class="tablenoborder"><a name="GUID-DBA52090-BEA7-4D30-A2EB-C3B0BDFDAB11"><!----></a><table cellpadding="4" cellspacing="0" summary="" id="GUID-DBA52090-BEA7-4D30-A2EB-C3B0BDFDAB11" frame="border" border="1" rules="all"><caption><strong>Table: </strong>Battery system
       
    56 attributes</caption>
       
    57 <thead align="left">
       
    58 <tr class="title "><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e70058">
       
    59 <p>Key</p>
       
    60 </th><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e70063">
       
    61 <p>Input</p>
       
    62 </th><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e70068">
       
    63 <p>Output</p>
       
    64 </th><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e70073">
       
    65 <p>Value</p>
       
    66 </th><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e70078">
       
    67 <p>GetInfo</p>
       
    68 </th><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e70083">
       
    69 <p>SetInfo</p>
       
    70 </th><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e70088">
       
    71 <p>GetNotification</p>
       
    72 </th><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e70093">
       
    73 <p>GetInfo mode</p>
       
    74 </th><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e70098">
       
    75 <p>Capability</p>
       
    76 </th></tr>
       
    77 </thead>
       
    78 <tbody>
       
    79 <tr class="">
       
    80 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70058 ">
       
    81 <p><code>BatteryStrength</code></p>
       
    82 </td>
       
    83 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70063 ">
       
    84 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-EBD34604-6A55-4CEA-9F2E-8F00F681D50A"><code>Status</code></a></p>
       
    85 <p>Threshold battery strength for notification request</p>
       
    86 </td>
       
    87 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70068 ">
       
    88 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-EBD34604-6A55-4CEA-9F2E-8F00F681D50A"><code>Status</code></a></p>
       
    89 </td>
       
    90 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70073 ">
       
    91 <p>0 - 100 %</p>
       
    92 </td>
       
    93 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70078 ">
       
    94 <p>X</p>
       
    95 </td>
       
    96 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70083 ">&nbsp;</td>
       
    97 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70088 ">
       
    98 <p>X</p>
       
    99 </td>
       
   100 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70093 ">
       
   101 <p>Async</p>
       
   102 </td>
       
   103 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70098 ">
       
   104 <p>None</p>
       
   105 </td>
       
   106 </tr>
       
   107 <tr class="bg ">
       
   108 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70058 ">
       
   109 <p><code>ChargingStatus</code></p>
       
   110 </td>
       
   111 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70063 ">
       
   112 <p>NA</p>
       
   113 </td>
       
   114 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70068 ">
       
   115 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-EBD34604-6A55-4CEA-9F2E-8F00F681D50A"><code>Status</code></a></p>
       
   116 </td>
       
   117 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70073 ">
       
   118 <p>0 - 1</p>
       
   119 </td>
       
   120 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70078 ">
       
   121 <p>X</p>
       
   122 </td>
       
   123 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70083 ">&nbsp;</td>
       
   124 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70088 ">
       
   125 <p>X</p>
       
   126 </td>
       
   127 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70093 ">
       
   128 <p>Sync</p>
       
   129 </td>
       
   130 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70098 ">
       
   131 <p>None</p>
       
   132 </td>
       
   133 </tr>
       
   134 </tbody>
       
   135 </table></div>
       
   136 <p>The following table describes the <code>Connectivity</code> system
       
   137 attributes.</p>
       
   138 <div class="tablenoborder"><a name="GUID-C6D1B3A7-0B9A-4818-8E12-5BF85FEB9B93"><!----></a><table cellpadding="4" cellspacing="0" summary="" id="GUID-C6D1B3A7-0B9A-4818-8E12-5BF85FEB9B93" frame="border" border="1" rules="all"><caption><strong>Table: </strong>Connectivity
       
   139 system attributes</caption>
       
   140 <thead align="left">
       
   141 <tr class="title "><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e70251">
       
   142 <p>Key</p>
       
   143 </th><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e70256">
       
   144 <p>Input</p>
       
   145 </th><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e70261">
       
   146 <p>Output</p>
       
   147 </th><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e70266">
       
   148 <p>Value</p>
       
   149 </th><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e70271">
       
   150 <p>GetInfo</p>
       
   151 </th><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e70276">
       
   152 <p>SetInfo</p>
       
   153 </th><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e70281">
       
   154 <p>GetNotification</p>
       
   155 </th><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e70286">
       
   156 <p>GetInfo mode</p>
       
   157 </th><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e70291">
       
   158 <p>Capability</p>
       
   159 </th></tr>
       
   160 </thead>
       
   161 <tbody>
       
   162 <tr class="">
       
   163 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70251 ">
       
   164 <p><code>BlueTooth</code></p>
       
   165 </td>
       
   166 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70256 ">
       
   167 <p>NA</p>
       
   168 </td>
       
   169 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70261 ">
       
   170 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-EBD34604-6A55-4CEA-9F2E-8F00F681D50A"><code>Status</code></a></p>
       
   171 </td>
       
   172 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70266 ">
       
   173 <p>0 - 1</p>
       
   174 </td>
       
   175 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70271 ">
       
   176 <p>X</p>
       
   177 </td>
       
   178 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70276 ">&nbsp;</td>
       
   179 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70281 ">
       
   180 <p>X</p>
       
   181 </td>
       
   182 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70286 ">
       
   183 <p>Sync</p>
       
   184 </td>
       
   185 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70291 ">
       
   186 <p>None</p>
       
   187 </td>
       
   188 </tr>
       
   189 <tr class="bg ">
       
   190 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70251 ">
       
   191 <p><code>InfraRed</code></p>
       
   192 </td>
       
   193 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70256 ">
       
   194 <p>NA</p>
       
   195 </td>
       
   196 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70261 ">
       
   197 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-EBD34604-6A55-4CEA-9F2E-8F00F681D50A"><code>Status</code></a></p>
       
   198 </td>
       
   199 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70266 ">
       
   200 <p>0 - 1</p>
       
   201 </td>
       
   202 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70271 ">
       
   203 <p>X</p>
       
   204 </td>
       
   205 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70276 ">&nbsp;</td>
       
   206 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70281 ">
       
   207 <p>X</p>
       
   208 </td>
       
   209 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70286 ">
       
   210 <p>Sync</p>
       
   211 </td>
       
   212 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70291 ">
       
   213 <p>None</p>
       
   214 </td>
       
   215 </tr>
       
   216 <tr class="">
       
   217 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70251 ">
       
   218 <p><code>ActiveConnections</code></p>
       
   219 </td>
       
   220 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70256 ">
       
   221 <p>NA</p>
       
   222 </td>
       
   223 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70261 ">
       
   224 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-95A86239-F5BC-46E7-9059-506EE37BFAEC"><code>ConnectionList</code></a></p>
       
   225 </td>
       
   226 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70266 ">&nbsp;</td>
       
   227 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70271 ">
       
   228 <p>X</p>
       
   229 </td>
       
   230 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70276 ">&nbsp;</td>
       
   231 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70281 ">&nbsp;</td>
       
   232 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70286 ">
       
   233 <p>Async</p>
       
   234 </td>
       
   235 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70291 ">
       
   236 <p>None</p>
       
   237 </td>
       
   238 </tr>
       
   239 <tr class="bg ">
       
   240 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70251 ">
       
   241 <p><code>ConnectionStatus</code></p>
       
   242 </td>
       
   243 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70256 ">
       
   244 <p>NA</p>
       
   245 </td>
       
   246 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70261 ">
       
   247 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-02CAF5CE-6BCB-43E3-8981-39FA12DAB0AE"><code>ConnectionInfo</code></a></p>
       
   248 </td>
       
   249 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70266 ">&nbsp;</td>
       
   250 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70271 ">&nbsp;</td>
       
   251 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70276 ">&nbsp;</td>
       
   252 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70281 ">
       
   253 <p>X</p>
       
   254 </td>
       
   255 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70286 ">&nbsp;</td>
       
   256 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70291 ">
       
   257 <p>None</p>
       
   258 </td>
       
   259 </tr>
       
   260 <tr class="">
       
   261 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70251 ">
       
   262 <p><code>WLanMacAddress</code></p>
       
   263 </td>
       
   264 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70256 ">
       
   265 <p>NA</p>
       
   266 </td>
       
   267 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70261 ">
       
   268 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-441D3468-5504-4321-860D-A15B4CC4E278"><code>StringData</code></a></p>
       
   269 </td>
       
   270 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70266 ">
       
   271 <p>For example: <code>"00:18:0f:1e:96:a2"</code></p>
       
   272 </td>
       
   273 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70271 ">
       
   274 <p>X</p>
       
   275 </td>
       
   276 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70276 ">&nbsp;</td>
       
   277 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70281 ">&nbsp;</td>
       
   278 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70286 ">
       
   279 <p>Sync</p>
       
   280 </td>
       
   281 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70291 ">
       
   282 <p>None</p>
       
   283 </td>
       
   284 </tr>
       
   285 </tbody>
       
   286 </table></div>
       
   287 <p>The following table describes the <code>Device</code> system
       
   288 attributes.</p>
       
   289 <div class="tablenoborder"><a name="GUID-81F15BA2-DAC0-4523-8941-F91969D8C3E5"><!----></a><table cellpadding="4" cellspacing="0" summary="" id="GUID-81F15BA2-DAC0-4523-8941-F91969D8C3E5" frame="border" border="1" rules="all"><caption><strong>Table: </strong>Device system
       
   290 attributes</caption>
       
   291 <thead align="left">
       
   292 <tr class="title "><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e70585">
       
   293 <p>Key</p>
       
   294 </th><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e70590">
       
   295 <p>Input</p>
       
   296 </th><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e70595">
       
   297 <p>Output</p>
       
   298 </th><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e70600">
       
   299 <p>Value</p>
       
   300 </th><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e70605">
       
   301 <p>GetInfo</p>
       
   302 </th><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e70610">
       
   303 <p>SetInfo</p>
       
   304 </th><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e70615">
       
   305 <p>GetNotification</p>
       
   306 </th><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e70620">
       
   307 <p>GetInfo mode</p>
       
   308 </th><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e70625">
       
   309 <p>Capability</p>
       
   310 </th></tr>
       
   311 </thead>
       
   312 <tbody>
       
   313 <tr class="">
       
   314 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70585 ">
       
   315 <p><code>FirmwareVersion</code></p>
       
   316 </td>
       
   317 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70590 ">
       
   318 <p>NA</p>
       
   319 </td>
       
   320 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70595 ">
       
   321 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-441D3468-5504-4321-860D-A15B4CC4E278"><code>StringData</code></a></p>
       
   322 </td>
       
   323 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70600 ">
       
   324 <p>For example: <code>"V 06.27.1.0_10-07-2006_RM170_NOKIA E50"</code></p>
       
   325 </td>
       
   326 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70605 ">
       
   327 <p>X</p>
       
   328 </td>
       
   329 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70610 ">&nbsp;</td>
       
   330 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70615 ">&nbsp;</td>
       
   331 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70620 ">
       
   332 <p>Sync</p>
       
   333 </td>
       
   334 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70625 ">
       
   335 <p>None</p>
       
   336 </td>
       
   337 </tr>
       
   338 <tr class="bg ">
       
   339 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70585 ">
       
   340 <p><code>PlatformVersion</code></p>
       
   341 </td>
       
   342 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70590 ">
       
   343 <p>NA</p>
       
   344 </td>
       
   345 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70595 ">
       
   346 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-25423780-95B5-4689-B4E1-4B29CC2CAD43"><code>Version</code></a></p>
       
   347 </td>
       
   348 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70600 ">&nbsp;</td>
       
   349 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70605 ">
       
   350 <p>X</p>
       
   351 </td>
       
   352 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70610 ">&nbsp;</td>
       
   353 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70615 ">&nbsp;</td>
       
   354 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70620 ">
       
   355 <p>Sync</p>
       
   356 </td>
       
   357 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70625 ">
       
   358 <p>None</p>
       
   359 </td>
       
   360 </tr>
       
   361 <tr class="">
       
   362 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70585 ">
       
   363 <p><code>ProductType</code></p>
       
   364 </td>
       
   365 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70590 ">
       
   366 <p>NA</p>
       
   367 </td>
       
   368 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70595 ">
       
   369 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-441D3468-5504-4321-860D-A15B4CC4E278"><code>StringData</code></a></p>
       
   370 <div class="note"><p><strong class="note_title">Note: </strong>If this is not specified for the device, <code>GetInfo</code> returns <code>"Unknown"</code> as <code>ProductType</code>.</p>
       
   371 </div>
       
   372 </td>
       
   373 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70600 ">
       
   374 <p>For example: <code>"RM-160"</code></p>
       
   375 </td>
       
   376 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70605 ">
       
   377 <p>X</p>
       
   378 </td>
       
   379 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70610 ">&nbsp;</td>
       
   380 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70615 ">&nbsp;</td>
       
   381 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70620 ">
       
   382 <p>Sync</p>
       
   383 </td>
       
   384 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70625 ">
       
   385 <p>None</p>
       
   386 </td>
       
   387 </tr>
       
   388 <tr class="bg ">
       
   389 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70585 ">
       
   390 <p><code>Manufacturer</code></p>
       
   391 </td>
       
   392 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70590 ">&nbsp;</td>
       
   393 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70595 ">
       
   394 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-441D3468-5504-4321-860D-A15B4CC4E278"><code>StringData</code></a></p>
       
   395 </td>
       
   396 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70600 ">
       
   397 <p>For example: <code>"Nokia"</code></p>
       
   398 </td>
       
   399 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70605 ">
       
   400 <p>X</p>
       
   401 </td>
       
   402 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70610 ">&nbsp;</td>
       
   403 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70615 ">&nbsp;</td>
       
   404 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70620 ">
       
   405 <p>Sync</p>
       
   406 </td>
       
   407 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70625 ">
       
   408 <p>None</p>
       
   409 </td>
       
   410 </tr>
       
   411 <tr class="">
       
   412 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70585 ">
       
   413 <p><code>MachineId</code></p>
       
   414 </td>
       
   415 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70590 ">
       
   416 <p>NA</p>
       
   417 </td>
       
   418 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70595 ">
       
   419 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-EBD34604-6A55-4CEA-9F2E-8F00F681D50A"><code>Status</code></a></p>
       
   420 </td>
       
   421 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70600 ">
       
   422 <p>For example: <code>101FB2B1</code></p>
       
   423 <p>This is a unique ID.</p>
       
   424 </td>
       
   425 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70605 ">
       
   426 <p>X</p>
       
   427 </td>
       
   428 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70610 ">&nbsp;</td>
       
   429 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70615 ">&nbsp;</td>
       
   430 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70620 ">
       
   431 <p>Sync</p>
       
   432 </td>
       
   433 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70625 ">
       
   434 <p>None</p>
       
   435 </td>
       
   436 </tr>
       
   437 <tr class="bg ">
       
   438 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70585 ">
       
   439 <p><code>PhoneModel</code></p>
       
   440 </td>
       
   441 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70590 ">
       
   442 <p>NA</p>
       
   443 </td>
       
   444 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70595 ">
       
   445 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-441D3468-5504-4321-860D-A15B4CC4E278"><code>StringData</code></a></p>
       
   446 </td>
       
   447 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70600 ">
       
   448 <p>For example: <code>"E50"</code>, <code>"N70"</code></p>
       
   449 </td>
       
   450 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70605 ">
       
   451 <p>X</p>
       
   452 </td>
       
   453 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70610 ">&nbsp;</td>
       
   454 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70615 ">&nbsp;</td>
       
   455 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70620 ">
       
   456 <p>Sync</p>
       
   457 </td>
       
   458 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70625 ">
       
   459 <p>None</p>
       
   460 </td>
       
   461 </tr>
       
   462 <tr class="">
       
   463 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70585 ">
       
   464 <p><code>IMEI</code></p>
       
   465 </td>
       
   466 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70590 ">
       
   467 <p>NA</p>
       
   468 </td>
       
   469 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70595 ">
       
   470 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-441D3468-5504-4321-860D-A15B4CC4E278"><code>StringData</code></a></p>
       
   471 </td>
       
   472 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70600 ">&nbsp;</td>
       
   473 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70605 ">
       
   474 <p>X</p>
       
   475 </td>
       
   476 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70610 ">&nbsp;</td>
       
   477 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70615 ">&nbsp;</td>
       
   478 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70620 ">
       
   479 <p>Sync</p>
       
   480 </td>
       
   481 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e70625 ">
       
   482 <p>None</p>
       
   483 </td>
       
   484 </tr>
       
   485 </tbody>
       
   486 </table></div>
       
   487 <p>The following table describes the <code>Display</code> system
       
   488 attributes.</p>
       
   489 <div class="tablenoborder"><a name="GUID-10E1E78F-E439-425C-AA69-45D00A0C60B8"><!----></a><table cellpadding="4" cellspacing="0" summary="" id="GUID-10E1E78F-E439-425C-AA69-45D00A0C60B8" frame="border" border="1" rules="all"><caption><strong>Table: </strong>Display system
       
   490 attributes</caption>
       
   491 <thead align="left">
       
   492 <tr class="title "><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e71044">
       
   493 <p>Key</p>
       
   494 </th><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e71049">
       
   495 <p>Input</p>
       
   496 </th><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e71054">
       
   497 <p>Output</p>
       
   498 </th><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e71059">
       
   499 <p>Value</p>
       
   500 </th><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e71064">
       
   501 <p>GetInfo</p>
       
   502 </th><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e71069">
       
   503 <p>SetInfo</p>
       
   504 </th><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e71074">
       
   505 <p>GetNotification</p>
       
   506 </th><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e71079">
       
   507 <p>GetInfo mode</p>
       
   508 </th><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e71084">
       
   509 <p>Capability</p>
       
   510 </th></tr>
       
   511 </thead>
       
   512 <tbody>
       
   513 <tr class="">
       
   514 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71044 ">
       
   515 <p><code>Brightness</code></p>
       
   516 </td>
       
   517 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71049 ">
       
   518 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-EBD34604-6A55-4CEA-9F2E-8F00F681D50A"><code>Status</code></a></p>
       
   519 </td>
       
   520 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71054 ">
       
   521 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-EBD34604-6A55-4CEA-9F2E-8F00F681D50A"><code>Status</code></a></p>
       
   522 </td>
       
   523 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71059 ">
       
   524 <p>5 - 95 %</p>
       
   525 </td>
       
   526 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71064 ">
       
   527 <p>X</p>
       
   528 </td>
       
   529 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71069 ">&nbsp;</td>
       
   530 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71074 ">&nbsp;</td>
       
   531 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71079 ">
       
   532 <p>Sync</p>
       
   533 </td>
       
   534 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71084 ">
       
   535 <p>None</p>
       
   536 </td>
       
   537 </tr>
       
   538 <tr class="bg ">
       
   539 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71044 ">
       
   540 <p><code>ScreenSaverTimeout</code></p>
       
   541 </td>
       
   542 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71049 ">
       
   543 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-EBD34604-6A55-4CEA-9F2E-8F00F681D50A"><code>Status</code></a></p>
       
   544 </td>
       
   545 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71054 ">
       
   546 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-EBD34604-6A55-4CEA-9F2E-8F00F681D50A"><code>Status</code></a></p>
       
   547 </td>
       
   548 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71059 ">
       
   549 <p>5 - 90 seconds</p>
       
   550 </td>
       
   551 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71064 ">
       
   552 <p>X</p>
       
   553 </td>
       
   554 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71069 ">&nbsp;</td>
       
   555 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71074 ">&nbsp;</td>
       
   556 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71079 ">
       
   557 <p>Sync</p>
       
   558 </td>
       
   559 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71084 ">
       
   560 <p>None</p>
       
   561 </td>
       
   562 </tr>
       
   563 <tr class="">
       
   564 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71044 ">
       
   565 <p><code>UserInactivity</code></p>
       
   566 </td>
       
   567 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71049 ">
       
   568 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-EBD34604-6A55-4CEA-9F2E-8F00F681D50A"><code>Status</code></a></p>
       
   569 <p>Time in seconds</p>
       
   570 </td>
       
   571 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71054 ">
       
   572 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-EBD34604-6A55-4CEA-9F2E-8F00F681D50A"><code>Status</code></a></p>
       
   573 </td>
       
   574 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71059 ">
       
   575 <p>0 - 1 seconds</p>
       
   576 </td>
       
   577 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71064 ">&nbsp;</td>
       
   578 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71069 ">&nbsp;</td>
       
   579 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71074 ">
       
   580 <p>X</p>
       
   581 </td>
       
   582 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71079 ">&nbsp;</td>
       
   583 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71084 ">
       
   584 <p>None</p>
       
   585 </td>
       
   586 </tr>
       
   587 <tr class="bg ">
       
   588 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71044 ">
       
   589 <p><code>KeyGuardTime</code></p>
       
   590 </td>
       
   591 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71049 ">
       
   592 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-EBD34604-6A55-4CEA-9F2E-8F00F681D50A"><code>Status</code></a></p>
       
   593 </td>
       
   594 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71054 ">
       
   595 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-EBD34604-6A55-4CEA-9F2E-8F00F681D50A"><code>Status</code></a></p>
       
   596 </td>
       
   597 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71059 ">
       
   598 <p>0 - 3600 seconds</p>
       
   599 </td>
       
   600 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71064 ">
       
   601 <p>X</p>
       
   602 </td>
       
   603 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71069 ">&nbsp;</td>
       
   604 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71074 ">&nbsp;</td>
       
   605 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71079 ">
       
   606 <p>Sync</p>
       
   607 </td>
       
   608 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71084 ">
       
   609 <p>None</p>
       
   610 </td>
       
   611 </tr>
       
   612 <tr class="">
       
   613 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71044 ">
       
   614 <p><code>AutoLockTime</code></p>
       
   615 </td>
       
   616 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71049 ">
       
   617 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-EBD34604-6A55-4CEA-9F2E-8F00F681D50A"><code>Status</code></a></p>
       
   618 </td>
       
   619 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71054 ">
       
   620 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-EBD34604-6A55-4CEA-9F2E-8F00F681D50A"><code>Status</code></a></p>
       
   621 </td>
       
   622 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71059 ">
       
   623 <p>0 - 999 minutes</p>
       
   624 </td>
       
   625 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71064 ">
       
   626 <p>X</p>
       
   627 </td>
       
   628 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71069 ">&nbsp;</td>
       
   629 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71074 ">&nbsp;</td>
       
   630 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71079 ">
       
   631 <p>Sync</p>
       
   632 </td>
       
   633 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71084 ">
       
   634 <p>None</p>
       
   635 </td>
       
   636 </tr>
       
   637 <tr class="bg ">
       
   638 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71044 ">
       
   639 <p><code>AutoLockStatus</code></p>
       
   640 </td>
       
   641 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71049 ">
       
   642 <p>NA</p>
       
   643 </td>
       
   644 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71054 ">
       
   645 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-EBD34604-6A55-4CEA-9F2E-8F00F681D50A"><code>Status</code></a></p>
       
   646 </td>
       
   647 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71059 ">
       
   648 <p>0 - 1</p>
       
   649 </td>
       
   650 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71064 ">
       
   651 <p>X</p>
       
   652 </td>
       
   653 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71069 ">&nbsp;</td>
       
   654 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71074 ">
       
   655 <p>X</p>
       
   656 </td>
       
   657 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71079 ">
       
   658 <p>Sync</p>
       
   659 </td>
       
   660 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71084 ">
       
   661 <p>None</p>
       
   662 </td>
       
   663 </tr>
       
   664 <tr class="">
       
   665 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71044 ">
       
   666 <p><code>Wallpaper</code></p>
       
   667 </td>
       
   668 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71049 ">
       
   669 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-441D3468-5504-4321-860D-A15B4CC4E278"><code>StringData</code></a></p>
       
   670 </td>
       
   671 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71054 ">&nbsp;</td>
       
   672 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71059 ">
       
   673 <p>Full path and file name; for example: <code>"C://Data//Others//wallpaper.jpeg"</code></p>
       
   674 </td>
       
   675 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71064 ">&nbsp;</td>
       
   676 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71069 ">
       
   677 <p>X</p>
       
   678 </td>
       
   679 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71074 ">&nbsp;</td>
       
   680 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71079 ">&nbsp;</td>
       
   681 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71084 ">
       
   682 <p>None</p>
       
   683 </td>
       
   684 </tr>
       
   685 <tr class="bg ">
       
   686 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71044 ">
       
   687 <p><code>LightTimeout</code></p>
       
   688 </td>
       
   689 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71049 ">
       
   690 <p>NA</p>
       
   691 </td>
       
   692 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71054 ">
       
   693 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-EBD34604-6A55-4CEA-9F2E-8F00F681D50A"><code>Status</code></a></p>
       
   694 </td>
       
   695 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71059 ">
       
   696 <p>5 - 60 seconds</p>
       
   697 </td>
       
   698 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71064 ">
       
   699 <p>X</p>
       
   700 </td>
       
   701 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71069 ">&nbsp;</td>
       
   702 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71074 ">&nbsp;</td>
       
   703 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71079 ">
       
   704 <p>Sync</p>
       
   705 </td>
       
   706 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71084 ">
       
   707 <p>None</p>
       
   708 </td>
       
   709 </tr>
       
   710 <tr class="">
       
   711 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71044 ">
       
   712 <p><code>DisplayResolution</code></p>
       
   713 </td>
       
   714 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71049 ">
       
   715 <p>NA</p>
       
   716 </td>
       
   717 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71054 ">
       
   718 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-DF014B20-E009-4FC6-9D89-F2077B1ADE69"><code>Resolution</code></a></p>
       
   719 </td>
       
   720 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71059 ">&nbsp;</td>
       
   721 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71064 ">
       
   722 <p>X</p>
       
   723 </td>
       
   724 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71069 ">&nbsp;</td>
       
   725 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71074 ">&nbsp;</td>
       
   726 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71079 ">
       
   727 <p>Sync</p>
       
   728 </td>
       
   729 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71084 ">
       
   730 <p>None</p>
       
   731 </td>
       
   732 </tr>
       
   733 <tr class="bg ">
       
   734 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71044 ">
       
   735 <p><code>DisplayOrientation</code></p>
       
   736 </td>
       
   737 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71049 ">
       
   738 <p>NA</p>
       
   739 </td>
       
   740 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71054 ">
       
   741 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-EBD34604-6A55-4CEA-9F2E-8F00F681D50A"><code>Status</code></a></p>
       
   742 </td>
       
   743 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71059 ">
       
   744 <p>0 - 3</p>
       
   745 </td>
       
   746 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71064 ">
       
   747 <p>X</p>
       
   748 </td>
       
   749 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71069 ">&nbsp;</td>
       
   750 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71074 ">&nbsp;</td>
       
   751 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71079 ">
       
   752 <p>Sync</p>
       
   753 </td>
       
   754 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71084 ">
       
   755 <p>None</p>
       
   756 </td>
       
   757 </tr>
       
   758 </tbody>
       
   759 </table></div>
       
   760 <p>The following table describes the <code>Features</code> system
       
   761 attributes.</p>
       
   762 <div class="tablenoborder"><a name="GUID-DB94F20F-29E9-4995-848A-0E19ED60CC5B"><!----></a><table cellpadding="4" cellspacing="0" summary="" id="GUID-DB94F20F-29E9-4995-848A-0E19ED60CC5B" frame="border" border="1" rules="all"><caption><strong>Table: </strong>Features system
       
   763 attributes</caption>
       
   764 <thead align="left">
       
   765 <tr class="title "><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e71643">
       
   766 <p>Key</p>
       
   767 </th><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e71648">
       
   768 <p>Input</p>
       
   769 </th><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e71653">
       
   770 <p>Output</p>
       
   771 </th><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e71658">
       
   772 <p>Value</p>
       
   773 </th><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e71663">
       
   774 <p>GetInfo</p>
       
   775 </th><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e71668">
       
   776 <p>SetInfo</p>
       
   777 </th><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e71673">
       
   778 <p>GetNotification</p>
       
   779 </th><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e71678">
       
   780 <p>GetInfo mode</p>
       
   781 </th><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e71683">
       
   782 <p>Capability</p>
       
   783 </th></tr>
       
   784 </thead>
       
   785 <tbody>
       
   786 <tr class="">
       
   787 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71643 ">
       
   788 <p><code>BlueTooth</code></p>
       
   789 </td>
       
   790 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71648 ">
       
   791 <p>NA</p>
       
   792 </td>
       
   793 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71653 ">
       
   794 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-EBD34604-6A55-4CEA-9F2E-8F00F681D50A"><code>Status</code></a></p>
       
   795 </td>
       
   796 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71658 ">
       
   797 <p>0 - 1</p>
       
   798 </td>
       
   799 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71663 ">
       
   800 <p>X</p>
       
   801 </td>
       
   802 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71668 ">&nbsp;</td>
       
   803 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71673 ">&nbsp;</td>
       
   804 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71678 ">
       
   805 <p>Sync</p>
       
   806 </td>
       
   807 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71683 ">
       
   808 <p>None</p>
       
   809 </td>
       
   810 </tr>
       
   811 <tr class="bg ">
       
   812 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71643 ">
       
   813 <p><code>InfraRed</code></p>
       
   814 </td>
       
   815 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71648 ">
       
   816 <p>NA</p>
       
   817 </td>
       
   818 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71653 ">
       
   819 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-EBD34604-6A55-4CEA-9F2E-8F00F681D50A"><code>Status</code></a></p>
       
   820 </td>
       
   821 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71658 ">
       
   822 <p>0 - 1</p>
       
   823 </td>
       
   824 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71663 ">
       
   825 <p>X</p>
       
   826 </td>
       
   827 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71668 ">&nbsp;</td>
       
   828 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71673 ">&nbsp;</td>
       
   829 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71678 ">
       
   830 <p>Sync</p>
       
   831 </td>
       
   832 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71683 ">
       
   833 <p>None</p>
       
   834 </td>
       
   835 </tr>
       
   836 <tr class="">
       
   837 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71643 ">
       
   838 <p><code>CAMERA</code></p>
       
   839 </td>
       
   840 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71648 ">
       
   841 <p>NA</p>
       
   842 </td>
       
   843 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71653 ">
       
   844 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-EBD34604-6A55-4CEA-9F2E-8F00F681D50A"><code>Status</code></a></p>
       
   845 </td>
       
   846 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71658 ">
       
   847 <p>0 - 1</p>
       
   848 </td>
       
   849 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71663 ">
       
   850 <p>X</p>
       
   851 </td>
       
   852 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71668 ">&nbsp;</td>
       
   853 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71673 ">&nbsp;</td>
       
   854 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71678 ">
       
   855 <p>Sync</p>
       
   856 </td>
       
   857 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71683 ">
       
   858 <p>None</p>
       
   859 </td>
       
   860 </tr>
       
   861 <tr class="bg ">
       
   862 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71643 ">
       
   863 <p><code>MemoryCard</code></p>
       
   864 </td>
       
   865 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71648 ">
       
   866 <p>NA</p>
       
   867 </td>
       
   868 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71653 ">
       
   869 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-EBD34604-6A55-4CEA-9F2E-8F00F681D50A"><code>Status</code></a></p>
       
   870 </td>
       
   871 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71658 ">
       
   872 <p>0 - 1</p>
       
   873 </td>
       
   874 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71663 ">
       
   875 <p>X</p>
       
   876 </td>
       
   877 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71668 ">&nbsp;</td>
       
   878 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71673 ">&nbsp;</td>
       
   879 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71678 ">
       
   880 <p>Sync</p>
       
   881 </td>
       
   882 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71683 ">
       
   883 <p>None</p>
       
   884 </td>
       
   885 </tr>
       
   886 <tr class="">
       
   887 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71643 ">
       
   888 <p><code>FMRADIO</code></p>
       
   889 </td>
       
   890 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71648 ">
       
   891 <p>NA</p>
       
   892 </td>
       
   893 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71653 ">
       
   894 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-EBD34604-6A55-4CEA-9F2E-8F00F681D50A"><code>Status</code></a></p>
       
   895 </td>
       
   896 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71658 ">
       
   897 <p>0 - 1</p>
       
   898 </td>
       
   899 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71663 ">
       
   900 <p>X</p>
       
   901 </td>
       
   902 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71668 ">&nbsp;</td>
       
   903 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71673 ">&nbsp;</td>
       
   904 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71678 ">
       
   905 <p>Sync</p>
       
   906 </td>
       
   907 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71683 ">
       
   908 <p>None</p>
       
   909 </td>
       
   910 </tr>
       
   911 <tr class="bg ">
       
   912 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71643 ">
       
   913 <p><code>QWERTY</code></p>
       
   914 </td>
       
   915 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71648 ">
       
   916 <p>NA</p>
       
   917 </td>
       
   918 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71653 ">
       
   919 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-EBD34604-6A55-4CEA-9F2E-8F00F681D50A"><code>Status</code></a></p>
       
   920 </td>
       
   921 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71658 ">
       
   922 <p>0 - 1</p>
       
   923 </td>
       
   924 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71663 ">
       
   925 <p>X</p>
       
   926 </td>
       
   927 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71668 ">&nbsp;</td>
       
   928 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71673 ">&nbsp;</td>
       
   929 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71678 ">
       
   930 <p>Sync</p>
       
   931 </td>
       
   932 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71683 ">
       
   933 <p>None</p>
       
   934 </td>
       
   935 </tr>
       
   936 <tr class="">
       
   937 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71643 ">
       
   938 <p><code>WLAN</code></p>
       
   939 </td>
       
   940 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71648 ">
       
   941 <p>NA</p>
       
   942 </td>
       
   943 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71653 ">
       
   944 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-EBD34604-6A55-4CEA-9F2E-8F00F681D50A"><code>Status</code></a></p>
       
   945 </td>
       
   946 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71658 ">
       
   947 <p>0 - 1</p>
       
   948 </td>
       
   949 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71663 ">
       
   950 <p>X</p>
       
   951 </td>
       
   952 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71668 ">&nbsp;</td>
       
   953 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71673 ">&nbsp;</td>
       
   954 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71678 ">
       
   955 <p>Sync</p>
       
   956 </td>
       
   957 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71683 ">
       
   958 <p>None</p>
       
   959 </td>
       
   960 </tr>
       
   961 <tr class="bg ">
       
   962 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71643 ">
       
   963 <p><code>USB</code></p>
       
   964 </td>
       
   965 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71648 ">
       
   966 <p>NA</p>
       
   967 </td>
       
   968 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71653 ">
       
   969 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-EBD34604-6A55-4CEA-9F2E-8F00F681D50A"><code>Status</code></a></p>
       
   970 </td>
       
   971 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71658 ">
       
   972 <p>0 - 1</p>
       
   973 </td>
       
   974 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71663 ">
       
   975 <p>X</p>
       
   976 </td>
       
   977 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71668 ">&nbsp;</td>
       
   978 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71673 ">&nbsp;</td>
       
   979 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71678 ">
       
   980 <p>Sync</p>
       
   981 </td>
       
   982 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71683 ">
       
   983 <p>None</p>
       
   984 </td>
       
   985 </tr>
       
   986 <tr class="">
       
   987 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71643 ">
       
   988 <p><code>Pen</code></p>
       
   989 </td>
       
   990 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71648 ">
       
   991 <p>NA</p>
       
   992 </td>
       
   993 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71653 ">
       
   994 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-EBD34604-6A55-4CEA-9F2E-8F00F681D50A"><code>Status</code></a></p>
       
   995 </td>
       
   996 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71658 ">
       
   997 <p>0 - 1</p>
       
   998 </td>
       
   999 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71663 ">
       
  1000 <p>X</p>
       
  1001 </td>
       
  1002 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71668 ">&nbsp;</td>
       
  1003 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71673 ">&nbsp;</td>
       
  1004 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71678 ">
       
  1005 <p>Sync</p>
       
  1006 </td>
       
  1007 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71683 ">
       
  1008 <p>None</p>
       
  1009 </td>
       
  1010 </tr>
       
  1011 <tr class="bg ">
       
  1012 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71643 ">
       
  1013 <p><code>LED</code></p>
       
  1014 </td>
       
  1015 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71648 ">
       
  1016 <p>NA</p>
       
  1017 </td>
       
  1018 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71653 ">
       
  1019 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-EBD34604-6A55-4CEA-9F2E-8F00F681D50A"><code>Status</code></a></p>
       
  1020 </td>
       
  1021 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71658 ">
       
  1022 <p>0 - 1</p>
       
  1023 </td>
       
  1024 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71663 ">
       
  1025 <p>X</p>
       
  1026 </td>
       
  1027 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71668 ">&nbsp;</td>
       
  1028 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71673 ">&nbsp;</td>
       
  1029 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71678 ">
       
  1030 <p>Sync</p>
       
  1031 </td>
       
  1032 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71683 ">
       
  1033 <p>None</p>
       
  1034 </td>
       
  1035 </tr>
       
  1036 <tr class="">
       
  1037 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71643 ">
       
  1038 <p><code>CoverUI</code></p>
       
  1039 </td>
       
  1040 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71648 ">
       
  1041 <p>NA</p>
       
  1042 </td>
       
  1043 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71653 ">
       
  1044 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-EBD34604-6A55-4CEA-9F2E-8F00F681D50A"><code>Status</code></a></p>
       
  1045 </td>
       
  1046 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71658 ">
       
  1047 <p>0 - 1</p>
       
  1048 </td>
       
  1049 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71663 ">
       
  1050 <p>X</p>
       
  1051 </td>
       
  1052 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71668 ">&nbsp;</td>
       
  1053 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71673 ">&nbsp;</td>
       
  1054 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71678 ">
       
  1055 <p>Sync</p>
       
  1056 </td>
       
  1057 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71683 ">
       
  1058 <p>None</p>
       
  1059 </td>
       
  1060 </tr>
       
  1061 <tr class="bg ">
       
  1062 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71643 ">
       
  1063 <p><code>SideVolumeKeys</code></p>
       
  1064 </td>
       
  1065 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71648 ">
       
  1066 <p>NA</p>
       
  1067 </td>
       
  1068 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71653 ">
       
  1069 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-EBD34604-6A55-4CEA-9F2E-8F00F681D50A"><code>Status</code></a></p>
       
  1070 </td>
       
  1071 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71658 ">
       
  1072 <p>0 - 1</p>
       
  1073 </td>
       
  1074 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71663 ">
       
  1075 <p>X</p>
       
  1076 </td>
       
  1077 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71668 ">&nbsp;</td>
       
  1078 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71673 ">&nbsp;</td>
       
  1079 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71678 ">
       
  1080 <p>Sync</p>
       
  1081 </td>
       
  1082 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71683 ">
       
  1083 <p>None</p>
       
  1084 </td>
       
  1085 </tr>
       
  1086 <tr class="">
       
  1087 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71643 ">
       
  1088 <p><code>Vibra</code></p>
       
  1089 </td>
       
  1090 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71648 ">
       
  1091 <p>NA</p>
       
  1092 </td>
       
  1093 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71653 ">
       
  1094 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-EBD34604-6A55-4CEA-9F2E-8F00F681D50A"><code>Status</code></a></p>
       
  1095 </td>
       
  1096 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71658 ">
       
  1097 <p>0 - 1</p>
       
  1098 </td>
       
  1099 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71663 ">
       
  1100 <p>X</p>
       
  1101 </td>
       
  1102 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71668 ">&nbsp;</td>
       
  1103 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71673 ">&nbsp;</td>
       
  1104 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71678 ">
       
  1105 <p>Sync</p>
       
  1106 </td>
       
  1107 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e71683 ">
       
  1108 <p>None</p>
       
  1109 </td>
       
  1110 </tr>
       
  1111 </tbody>
       
  1112 </table></div>
       
  1113 <p>The following table describes the <code>General</code> system
       
  1114 attributes.</p>
       
  1115 <div class="tablenoborder"><a name="GUID-5EB2CC71-D411-40EA-914D-B4488E6769E1"><!----></a><table cellpadding="4" cellspacing="0" summary="" id="GUID-5EB2CC71-D411-40EA-914D-B4488E6769E1" frame="border" border="1" rules="all"><caption><strong>Table: </strong>General system
       
  1116 attributes</caption>
       
  1117 <thead align="left">
       
  1118 <tr class="title "><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e72395">
       
  1119 <p>Key</p>
       
  1120 </th><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e72400">
       
  1121 <p>Input</p>
       
  1122 </th><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e72405">
       
  1123 <p>Output</p>
       
  1124 </th><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e72410">
       
  1125 <p>Value</p>
       
  1126 </th><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e72415">
       
  1127 <p>GetInfo</p>
       
  1128 </th><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e72420">
       
  1129 <p>SetInfo</p>
       
  1130 </th><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e72425">
       
  1131 <p>GetNotification</p>
       
  1132 </th><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e72430">
       
  1133 <p>GetInfo mode</p>
       
  1134 </th><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e72435">
       
  1135 <p>Capability</p>
       
  1136 </th></tr>
       
  1137 </thead>
       
  1138 <tbody>
       
  1139 <tr class="">
       
  1140 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72395 ">
       
  1141 <p><code>AccessoryStatus</code></p>
       
  1142 </td>
       
  1143 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72400 ">
       
  1144 <p>NA</p>
       
  1145 </td>
       
  1146 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72405 ">
       
  1147 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-32FABF97-57BF-4736-85A5-E60B401270B0"><code>AccessoryInfo</code></a></p>
       
  1148 </td>
       
  1149 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72410 ">&nbsp;</td>
       
  1150 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72415 ">&nbsp;</td>
       
  1151 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72420 ">&nbsp;</td>
       
  1152 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72425 ">
       
  1153 <p>X</p>
       
  1154 </td>
       
  1155 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72430 ">&nbsp;</td>
       
  1156 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72435 ">
       
  1157 <p>None</p>
       
  1158 </td>
       
  1159 </tr>
       
  1160 <tr class="bg ">
       
  1161 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72395 ">
       
  1162 <p><code>ConnectedAccessories</code></p>
       
  1163 </td>
       
  1164 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72400 ">
       
  1165 <p>NA</p>
       
  1166 </td>
       
  1167 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72405 ">
       
  1168 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-4B4F4A06-600D-4514-8F14-ED9BE1976B1A"><code>AccessoryList</code></a></p>
       
  1169 </td>
       
  1170 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72410 ">&nbsp;</td>
       
  1171 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72415 ">
       
  1172 <p>X</p>
       
  1173 </td>
       
  1174 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72420 ">&nbsp;</td>
       
  1175 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72425 ">&nbsp;</td>
       
  1176 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72430 ">
       
  1177 <p>Sync</p>
       
  1178 </td>
       
  1179 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72435 ">
       
  1180 <p>None</p>
       
  1181 </td>
       
  1182 </tr>
       
  1183 <tr class="">
       
  1184 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72395 ">
       
  1185 <p><code>InputLanguage</code></p>
       
  1186 </td>
       
  1187 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72400 ">
       
  1188 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-EBD34604-6A55-4CEA-9F2E-8F00F681D50A"><code>Status</code></a></p>
       
  1189 </td>
       
  1190 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72405 ">
       
  1191 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-EBD34604-6A55-4CEA-9F2E-8F00F681D50A"><code>Status</code></a></p>
       
  1192 </td>
       
  1193 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72410 ">
       
  1194 <p>S60 language enumeration</p>
       
  1195 </td>
       
  1196 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72415 ">
       
  1197 <p>X</p>
       
  1198 </td>
       
  1199 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72420 ">
       
  1200 <p>X</p>
       
  1201 </td>
       
  1202 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72425 ">
       
  1203 <p>X</p>
       
  1204 </td>
       
  1205 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72430 ">
       
  1206 <p>Sync</p>
       
  1207 </td>
       
  1208 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72435 ">
       
  1209 <p>None</p>
       
  1210 </td>
       
  1211 </tr>
       
  1212 <tr class="bg ">
       
  1213 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72395 ">
       
  1214 <p><code>SupportedLanguages</code></p>
       
  1215 </td>
       
  1216 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72400 ">
       
  1217 <p>NA</p>
       
  1218 </td>
       
  1219 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72405 ">
       
  1220 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-DA5BB8EB-3626-4D4A-A8E6-B6C45F359777"><code>LanguageList</code></a></p>
       
  1221 </td>
       
  1222 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72410 ">
       
  1223 <p>List of S60 language enumerations</p>
       
  1224 </td>
       
  1225 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72415 ">
       
  1226 <p>X</p>
       
  1227 </td>
       
  1228 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72420 ">&nbsp;</td>
       
  1229 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72425 ">&nbsp;</td>
       
  1230 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72430 ">
       
  1231 <p>Sync</p>
       
  1232 </td>
       
  1233 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72435 ">
       
  1234 <p>None</p>
       
  1235 </td>
       
  1236 </tr>
       
  1237 <tr class="">
       
  1238 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72395 ">
       
  1239 <p><code>PredictiveText</code></p>
       
  1240 </td>
       
  1241 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72400 ">
       
  1242 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-EBD34604-6A55-4CEA-9F2E-8F00F681D50A"><code>Status</code></a></p>
       
  1243 </td>
       
  1244 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72405 ">
       
  1245 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-EBD34604-6A55-4CEA-9F2E-8F00F681D50A"><code>Status</code></a></p>
       
  1246 </td>
       
  1247 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72410 ">
       
  1248 <p>0 - 1</p>
       
  1249 </td>
       
  1250 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72415 ">
       
  1251 <p>X</p>
       
  1252 </td>
       
  1253 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72420 ">
       
  1254 <p>X</p>
       
  1255 </td>
       
  1256 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72425 ">
       
  1257 <p>X</p>
       
  1258 </td>
       
  1259 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72430 ">
       
  1260 <p>Sync</p>
       
  1261 </td>
       
  1262 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72435 ">
       
  1263 <p>None</p>
       
  1264 </td>
       
  1265 </tr>
       
  1266 <tr class="bg ">
       
  1267 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72395 ">
       
  1268 <p><code>VibraActive</code></p>
       
  1269 </td>
       
  1270 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72400 ">
       
  1271 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-EBD34604-6A55-4CEA-9F2E-8F00F681D50A"><code>Status</code></a></p>
       
  1272 </td>
       
  1273 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72405 ">
       
  1274 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-EBD34604-6A55-4CEA-9F2E-8F00F681D50A"><code>Status</code></a></p>
       
  1275 </td>
       
  1276 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72410 ">
       
  1277 <p>0 - 1</p>
       
  1278 </td>
       
  1279 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72415 ">
       
  1280 <p>X</p>
       
  1281 </td>
       
  1282 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72420 ">
       
  1283 <p>X</p>
       
  1284 </td>
       
  1285 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72425 ">
       
  1286 <p>X</p>
       
  1287 </td>
       
  1288 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72430 ">
       
  1289 <p>Sync</p>
       
  1290 </td>
       
  1291 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72435 ">
       
  1292 <p>None</p>
       
  1293 </td>
       
  1294 </tr>
       
  1295 <tr class="">
       
  1296 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72395 ">
       
  1297 <p><code>AvailableUSBModes</code></p>
       
  1298 </td>
       
  1299 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72400 ">
       
  1300 <p>NA</p>
       
  1301 </td>
       
  1302 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72405 ">
       
  1303 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-A5C305E9-9389-4808-A508-02381F87282F"><code>StringList</code></a></p>
       
  1304 </td>
       
  1305 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72410 ">&nbsp;</td>
       
  1306 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72415 ">
       
  1307 <p>X</p>
       
  1308 </td>
       
  1309 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72420 ">&nbsp;</td>
       
  1310 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72425 ">&nbsp;</td>
       
  1311 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72430 ">
       
  1312 <p>Sync</p>
       
  1313 </td>
       
  1314 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72435 ">
       
  1315 <p>None</p>
       
  1316 </td>
       
  1317 </tr>
       
  1318 <tr class="bg ">
       
  1319 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72395 ">
       
  1320 <p><code>ActiveUSBMode</code></p>
       
  1321 </td>
       
  1322 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72400 ">
       
  1323 <p>NA</p>
       
  1324 </td>
       
  1325 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72405 ">
       
  1326 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-441D3468-5504-4321-860D-A15B4CC4E278"><code>StringData</code></a></p>
       
  1327 </td>
       
  1328 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72410 ">&nbsp;</td>
       
  1329 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72415 ">
       
  1330 <p>X</p>
       
  1331 </td>
       
  1332 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72420 ">&nbsp;</td>
       
  1333 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72425 ">&nbsp;</td>
       
  1334 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72430 ">
       
  1335 <p>Sync</p>
       
  1336 </td>
       
  1337 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72435 ">
       
  1338 <p>None</p>
       
  1339 </td>
       
  1340 </tr>
       
  1341 <tr class="">
       
  1342 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72395 ">
       
  1343 <p><code>FlipStatus</code></p>
       
  1344 </td>
       
  1345 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72400 ">
       
  1346 <p>NA</p>
       
  1347 </td>
       
  1348 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72405 ">
       
  1349 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-EBD34604-6A55-4CEA-9F2E-8F00F681D50A"><code>Status</code></a></p>
       
  1350 </td>
       
  1351 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72410 ">
       
  1352 <p>0 - 1</p>
       
  1353 </td>
       
  1354 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72415 ">
       
  1355 <p>X</p>
       
  1356 </td>
       
  1357 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72420 ">&nbsp;</td>
       
  1358 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72425 ">
       
  1359 <p>X</p>
       
  1360 </td>
       
  1361 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72430 ">
       
  1362 <p>Sync</p>
       
  1363 </td>
       
  1364 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72435 ">
       
  1365 <p>None</p>
       
  1366 </td>
       
  1367 </tr>
       
  1368 <tr class="bg ">
       
  1369 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72395 ">
       
  1370 <p><code>GripStatus</code></p>
       
  1371 </td>
       
  1372 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72400 ">
       
  1373 <p>NA</p>
       
  1374 </td>
       
  1375 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72405 ">
       
  1376 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-EBD34604-6A55-4CEA-9F2E-8F00F681D50A"><code>Status</code></a></p>
       
  1377 </td>
       
  1378 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72410 ">
       
  1379 <p>0 - 1</p>
       
  1380 </td>
       
  1381 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72415 ">
       
  1382 <p>X</p>
       
  1383 </td>
       
  1384 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72420 ">&nbsp;</td>
       
  1385 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72425 ">
       
  1386 <p>X</p>
       
  1387 </td>
       
  1388 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72430 ">
       
  1389 <p>Sync</p>
       
  1390 </td>
       
  1391 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e72435 ">
       
  1392 <p>None</p>
       
  1393 </td>
       
  1394 </tr>
       
  1395 </tbody>
       
  1396 </table></div>
       
  1397 <p>The following table describes the <code>Memory</code> system
       
  1398 attributes.</p>
       
  1399 <div class="tablenoborder"><a name="GUID-5F2D5549-8DE9-45EC-B769-2C821067E8D9"><!----></a><table cellpadding="4" cellspacing="0" summary="" id="GUID-5F2D5549-8DE9-45EC-B769-2C821067E8D9" frame="border" border="1" rules="all"><caption><strong>Table: </strong>Memory system
       
  1400 attributes</caption>
       
  1401 <thead align="left">
       
  1402 <tr class="title "><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e73009">
       
  1403 <p>Key</p>
       
  1404 </th><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e73014">
       
  1405 <p>Input</p>
       
  1406 </th><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e73019">
       
  1407 <p>Output</p>
       
  1408 </th><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e73024">
       
  1409 <p>Value</p>
       
  1410 </th><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e73029">
       
  1411 <p>GetInfo</p>
       
  1412 </th><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e73034">
       
  1413 <p>SetInfo</p>
       
  1414 </th><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e73039">
       
  1415 <p>GetNotification</p>
       
  1416 </th><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e73044">
       
  1417 <p>GetInfo mode</p>
       
  1418 </th><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e73049">
       
  1419 <p>Capability</p>
       
  1420 </th></tr>
       
  1421 </thead>
       
  1422 <tbody>
       
  1423 <tr class="">
       
  1424 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73009 ">
       
  1425 <p><code>ListDrives</code></p>
       
  1426 </td>
       
  1427 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73014 ">
       
  1428 <p>NA</p>
       
  1429 </td>
       
  1430 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73019 ">
       
  1431 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-04BCC0E2-AAA0-4F50-A554-C63A075E052D"><code>DriveList</code></a></p>
       
  1432 </td>
       
  1433 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73024 ">&nbsp;</td>
       
  1434 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73029 ">
       
  1435 <p>X</p>
       
  1436 </td>
       
  1437 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73034 ">&nbsp;</td>
       
  1438 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73039 ">&nbsp;</td>
       
  1439 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73044 ">
       
  1440 <p>Sync</p>
       
  1441 </td>
       
  1442 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73049 ">
       
  1443 <p>None</p>
       
  1444 </td>
       
  1445 </tr>
       
  1446 <tr class="bg ">
       
  1447 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73009 ">
       
  1448 <p><code>DriveInfo</code></p>
       
  1449 </td>
       
  1450 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73014 ">
       
  1451 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-3D531FEF-1D7D-4FAC-8208-52794A252C10"><code>DriveInfo</code></a></p>
       
  1452 </td>
       
  1453 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73019 ">
       
  1454 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-3D531FEF-1D7D-4FAC-8208-52794A252C10"><code>DriveInfo</code></a></p>
       
  1455 </td>
       
  1456 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73024 ">&nbsp;</td>
       
  1457 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73029 ">
       
  1458 <p>X</p>
       
  1459 </td>
       
  1460 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73034 ">&nbsp;</td>
       
  1461 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73039 ">&nbsp;</td>
       
  1462 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73044 ">
       
  1463 <p>Sync</p>
       
  1464 </td>
       
  1465 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73049 ">
       
  1466 <p>None</p>
       
  1467 </td>
       
  1468 </tr>
       
  1469 <tr class="">
       
  1470 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73009 ">
       
  1471 <p><code>CriticalMemory</code></p>
       
  1472 </td>
       
  1473 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73014 ">
       
  1474 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-3D531FEF-1D7D-4FAC-8208-52794A252C10"><code>DriveInfo</code></a></p>
       
  1475 <p>For notification requests</p>
       
  1476 </td>
       
  1477 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73019 ">
       
  1478 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-441D3468-5504-4321-860D-A15B4CC4E278"><code>StringData</code></a></p>
       
  1479 <p>Specifies the drive; for example: <code>"C:\\"</code></p>
       
  1480 </td>
       
  1481 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73024 ">&nbsp;</td>
       
  1482 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73029 ">&nbsp;</td>
       
  1483 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73034 ">&nbsp;</td>
       
  1484 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73039 ">
       
  1485 <p>X</p>
       
  1486 </td>
       
  1487 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73044 ">&nbsp;</td>
       
  1488 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73049 ">
       
  1489 <p>None</p>
       
  1490 </td>
       
  1491 </tr>
       
  1492 <tr class="bg ">
       
  1493 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73009 ">
       
  1494 <p><code>MemoryCard</code></p>
       
  1495 </td>
       
  1496 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73014 ">
       
  1497 <p>NA</p>
       
  1498 </td>
       
  1499 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73019 ">
       
  1500 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-EBD34604-6A55-4CEA-9F2E-8F00F681D50A"><code>Status</code></a></p>
       
  1501 </td>
       
  1502 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73024 ">
       
  1503 <p>0 - 1</p>
       
  1504 </td>
       
  1505 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73029 ">
       
  1506 <p>X</p>
       
  1507 </td>
       
  1508 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73034 ">&nbsp;</td>
       
  1509 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73039 ">
       
  1510 <p>X</p>
       
  1511 </td>
       
  1512 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73044 ">
       
  1513 <p>Sync</p>
       
  1514 </td>
       
  1515 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73049 ">
       
  1516 <p>None</p>
       
  1517 </td>
       
  1518 </tr>
       
  1519 </tbody>
       
  1520 </table></div>
       
  1521 <p>The following table describes the <code>Network</code> system
       
  1522 attributes.</p>
       
  1523 <div class="tablenoborder"><a name="GUID-D70CE0E3-A609-4482-81C5-6D5AC42F7E66"><!----></a><table cellpadding="4" cellspacing="0" summary="" id="GUID-D70CE0E3-A609-4482-81C5-6D5AC42F7E66" frame="border" border="1" rules="all"><caption><strong>Table: </strong>Network system
       
  1524 attributes</caption>
       
  1525 <thead align="left">
       
  1526 <tr class="title "><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e73293">
       
  1527 <p>Key</p>
       
  1528 </th><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e73298">
       
  1529 <p>Input</p>
       
  1530 </th><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e73303">
       
  1531 <p>Output</p>
       
  1532 </th><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e73308">
       
  1533 <p>Value</p>
       
  1534 </th><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e73313">
       
  1535 <p>GetInfo</p>
       
  1536 </th><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e73318">
       
  1537 <p>SetInfo</p>
       
  1538 </th><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e73323">
       
  1539 <p>GetNotification</p>
       
  1540 </th><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e73328">
       
  1541 <p>GetInfo mode</p>
       
  1542 </th><th class="cellrowborder" valign="top" width="11.11111111111111%" id="d0e73333">
       
  1543 <p>Capability</p>
       
  1544 </th></tr>
       
  1545 </thead>
       
  1546 <tbody>
       
  1547 <tr class="">
       
  1548 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73293 ">
       
  1549 <p><code>SignalStrength</code></p>
       
  1550 </td>
       
  1551 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73298 ">
       
  1552 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-EBD34604-6A55-4CEA-9F2E-8F00F681D50A"><code>Status</code></a></p>
       
  1553 <p>Threshold dB for notification request</p>
       
  1554 </td>
       
  1555 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73303 ">
       
  1556 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-EBD34604-6A55-4CEA-9F2E-8F00F681D50A"><code>Status</code></a></p>
       
  1557 </td>
       
  1558 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73308 ">
       
  1559 <p>40 - 110 dB, where 40 is high</p>
       
  1560 </td>
       
  1561 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73313 ">
       
  1562 <p>X</p>
       
  1563 </td>
       
  1564 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73318 ">&nbsp;</td>
       
  1565 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73323 ">
       
  1566 <p>X</p>
       
  1567 </td>
       
  1568 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73328 ">
       
  1569 <p>Async</p>
       
  1570 </td>
       
  1571 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73333 ">
       
  1572 <p>None</p>
       
  1573 </td>
       
  1574 </tr>
       
  1575 <tr class="bg ">
       
  1576 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73293 ">
       
  1577 <p><code>RegistrationStatus</code></p>
       
  1578 </td>
       
  1579 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73298 ">
       
  1580 <p>NA</p>
       
  1581 </td>
       
  1582 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73303 ">
       
  1583 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-EBD34604-6A55-4CEA-9F2E-8F00F681D50A"><code>Status</code></a></p>
       
  1584 </td>
       
  1585 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73308 ">
       
  1586 <p>0 - 6</p>
       
  1587 </td>
       
  1588 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73313 ">
       
  1589 <p>X</p>
       
  1590 </td>
       
  1591 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73318 ">&nbsp;</td>
       
  1592 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73323 ">
       
  1593 <p>X</p>
       
  1594 </td>
       
  1595 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73328 ">
       
  1596 <p>Sync</p>
       
  1597 </td>
       
  1598 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73333 ">
       
  1599 <p>None</p>
       
  1600 </td>
       
  1601 </tr>
       
  1602 <tr class="">
       
  1603 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73293 ">
       
  1604 <p><code>NetworkMode</code></p>
       
  1605 </td>
       
  1606 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73298 ">
       
  1607 <p>NA</p>
       
  1608 </td>
       
  1609 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73303 ">
       
  1610 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-EBD34604-6A55-4CEA-9F2E-8F00F681D50A"><code>Status</code></a></p>
       
  1611 </td>
       
  1612 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73308 ">
       
  1613 <p>0 - 2</p>
       
  1614 </td>
       
  1615 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73313 ">
       
  1616 <p>X</p>
       
  1617 </td>
       
  1618 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73318 ">&nbsp;</td>
       
  1619 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73323 ">
       
  1620 <p>X</p>
       
  1621 </td>
       
  1622 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73328 ">
       
  1623 <p>Sync</p>
       
  1624 </td>
       
  1625 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73333 ">
       
  1626 <p>None</p>
       
  1627 </td>
       
  1628 </tr>
       
  1629 <tr class="bg ">
       
  1630 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73293 ">
       
  1631 <p><code>CurrentNetwork</code></p>
       
  1632 </td>
       
  1633 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73298 ">
       
  1634 <p>NA</p>
       
  1635 </td>
       
  1636 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73303 ">
       
  1637 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-493933AB-731B-46CA-A6E9-DCDF3ADC8F6A"><code>NetworkInfo</code></a></p>
       
  1638 </td>
       
  1639 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73308 ">&nbsp;</td>
       
  1640 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73313 ">
       
  1641 <p>X</p>
       
  1642 </td>
       
  1643 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73318 ">&nbsp;</td>
       
  1644 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73323 ">
       
  1645 <p>X</p>
       
  1646 </td>
       
  1647 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73328 ">
       
  1648 <p>Async</p>
       
  1649 </td>
       
  1650 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73333 ">
       
  1651 <p>ReadUserData, Location</p>
       
  1652 </td>
       
  1653 </tr>
       
  1654 <tr class="">
       
  1655 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73293 ">
       
  1656 <p><code>LocationArea</code></p>
       
  1657 </td>
       
  1658 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73298 ">
       
  1659 <p>NA</p>
       
  1660 </td>
       
  1661 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73303 ">
       
  1662 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-EBD34604-6A55-4CEA-9F2E-8F00F681D50A"><code>Status</code></a></p>
       
  1663 </td>
       
  1664 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73308 ">&nbsp;</td>
       
  1665 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73313 ">&nbsp;</td>
       
  1666 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73318 ">&nbsp;</td>
       
  1667 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73323 ">
       
  1668 <p>X</p>
       
  1669 </td>
       
  1670 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73328 ">&nbsp;</td>
       
  1671 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73333 ">
       
  1672 <p>ReadUserData, Location</p>
       
  1673 </td>
       
  1674 </tr>
       
  1675 <tr class="bg ">
       
  1676 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73293 ">
       
  1677 <p><code>CellID</code></p>
       
  1678 </td>
       
  1679 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73298 ">
       
  1680 <p>NA</p>
       
  1681 </td>
       
  1682 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73303 ">
       
  1683 <p><a href="GUID-4C79E511-1C1A-475D-BBBB-4F1F6D406340.html#GUID-EBD34604-6A55-4CEA-9F2E-8F00F681D50A"><code>Status</code></a></p>
       
  1684 </td>
       
  1685 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73308 ">&nbsp;</td>
       
  1686 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73313 ">&nbsp;</td>
       
  1687 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73318 ">&nbsp;</td>
       
  1688 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73323 ">
       
  1689 <p>X</p>
       
  1690 </td>
       
  1691 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73328 ">&nbsp;</td>
       
  1692 <td class="cellrowborder" valign="top" width="11.11111111111111%" headers="d0e73333 ">
       
  1693 <p>ReadUserData, Location</p>
       
  1694 </td>
       
  1695 </tr>
       
  1696 </tbody>
       
  1697 </table></div></div></div></div><div class="footer"><hr/><div class="copy">© Nokia 2009.</div></div></body></html>