2009/dap/system-info Overview.html,1.93,1.94

Update of /sources/public/2009/dap/system-info
In directory hutz:/tmp/cvs-serv9878

Modified Files:
	Overview.html 
Log Message:
Noted the issue of whether to make any attribute writable


Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/system-info/Overview.html,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- Overview.html	24 Mar 2010 11:17:17 -0000	1.93
+++ Overview.html	24 Mar 2010 11:28:31 -0000	1.94
@@ -353,9 +353,30 @@
               <dd>The URI or the name of the property to check for.</dd>
             </dl>
           </dd>
-          
         </dl>
 
+        <div class="issue">Is set() necessary? Should we let any property be modified by this API? Candidates include:
+  <pre>CPU.load
+Network.activeConnection
+Network.maxDownloadBandwidth
+Network.maxUploadBandwidth
+Connection.apn
+Connection.operatorName
+Connection.mnc
+StorageUnit.isReadWrite
+Display.orientation
+Display.brightness	
+Display.contrast	
+Display.blanked	
+Display.dotsPerInchW	
+Display.dotsPerInchH
+Speaker.volumeLevel
+InputDevices.activePointingDevices
+InputDevices.activeKeyboards	
+InputDevices.activeCameras	
+InputDevices.activeMicrophones</pre> If it is found that none of these attributes should be modifiable, then the set() function is not needed.</div>
+
+
         <p>All functions except <a>has</a> return a <a>PendingOp</a> object, defined in [[!CORE-DEVICE]], which has a <a>cancel</a> function allowing the asynchronous operation to be interrupted.</p>
 
         <section>

Received on Wednesday, 24 March 2010 11:28:36 UTC