- From: Max Froumentin via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 09 Dec 2009 13:55:23 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/system-info In directory hutz:/tmp/cvs-serv28998 Modified Files: Overview.html Log Message: simplify connection types Index: Overview.html =================================================================== RCS file: /sources/public/2009/dap/system-info/Overview.html,v retrieving revision 1.27 retrieving revision 1.28 diff -u -d -r1.27 -r1.28 --- Overview.html 9 Dec 2009 13:24:03 -0000 1.27 +++ Overview.html 9 Dec 2009 13:55:21 -0000 1.28 @@ -396,10 +396,10 @@ <section> <h5>Available Connections</h5> <ul> - <li>URI: <code>http://www.w3.org/2009/dap/sysinfo/network#current</code></li> - <li>Curie: <code>network:connection</code></li> + <li>URI: <code>http://www.w3.org/2009/dap/sysinfo/network#available</code></li> + <li>Curie: <code>network:available</code></li> <li>Corresponding DCO property: <a href="">@@</a></li> - <li>Value type: sequence of any type derived from <a >Connection</a>, as applicable.</li> + <li>Value type: sequence of <a >Connection</a>, or derived type if applicable.</li> </ul> <dl title="[NoInterfaceObject] interface Ieee80211Connection : Connection" class="idl"> @@ -473,82 +473,67 @@ <dd> No connection technology. </dd> - <dt>const unsigned short Protocol802_3 = 2</dt> - <dd> - Indicates that the network technology is protocol 802.3, otherwise known as ethernet. - Use the <a>NetworkBearer</a> bandwidth addributes to determine the link speed. - <p>The associated <a>Network</a> object is a <a>WiredNetwork</a> object.</p> - </dd> - <dt>const unsigned short Protocol802_11a = 4</dt> - <dd> - Indicates that the network technology is protocol 802.11a. - <p>The associated <a>Network</a> object is a <a>WirelessNetwork</a> object.</p> - </dd> - <dt>const unsigned short Protocol802_11b = 5</dt> - <dd> - Indicates that the network technology is protocol 802.11b. - <p>The associated <a>Network</a> object is a <a>WirelessNetwork</a> object.</p> - </dd> - <dt>const unsigned short Protocol802_11g = 6</dt> - <dd> - Indicates that the network technology is protocol 802.11g. - <p>The associated <a>Network</a> object is a <a>WirelessNetwork</a> object.</p> - </dd> - <dt>const unsigned short Protocol802_11n = 7</dt> - <dd> - Indicates that the network technology is protocol 802.11n. - <p>The associated <a>Network</a> object is a <a>WirelessNetwork</a> object.</p> - </dd> - <dt>const unsigned short Protocol802_11k = 8</dt> + <dt>const unsigned short ETHERNET = 2</dt> <dd> - Indicates that the network technology is protocol 802.11k. - <p>The associated <a>Network</a> object is a <a>WirelessNetwork</a> object.</p> + Indicates that the network technology is IEEE802.3, otherwise known as ethernet. </dd> - <dt>const unsigned short Protocol802_11e = 9</dt> + <dt>const unsigned short IEEE802_11 = 3</dt> <dd> - Indicates that the network technology is protocol 802.11e. - <p>The associated <a>Network</a> object is a <a>WirelessNetwork</a> object.</p> + Indicates that the network technology is IEEE802.11 + <p>The associated <a>Connection</a> object is a <a>Ieee80211Connection</a> object.</p> </dd> - <dt>const unsigned short GSM = 10</dt> + <dt>const unsigned short GSM = 4</dt> <dd> Global System for Mobile communications. - <p>The associated <a>Network</a> object is a <a>CellularNetwork</a> object.</p> + <p>The associated <a>Connection</a> object is a <a>CellularConnection</a> object.</p> </dd> - <dt>const unsigned short GPRS = 11</dt> + <dt>const unsigned short GPRS = 5</dt> <dd> General Packet Radio Service. - <p>The associated <a>Network</a> object is a <a>CellularNetwork</a> object.</p> + <p>The associated <a>Connection</a> object is a <a>CellularConnection</a> object.</p> </dd> - <dt>const unsigned short EDGE = 12</dt> + <dt>const unsigned short EDGE = 6</dt> <dd> Enhanced Data Rates for GSM Evolution. - <p>The associated <a>Network</a> object is a <a>CellularNetwork</a> object.</p> + <p>The associated <a>Connection</a> object is a <a>CellularConnection</a> object.</p> </dd> - <dt>const unsigned short CDMA = 13</dt> + <dt>const unsigned short CDMA = 7</dt> <dd> Code Division Multiple Access. - <p>The associated <a>Network</a> object is a <a>CellularNetwork</a> object.</p> + <p>The associated <a>Connection</a> object is a <a>CellularConnection</a> object.</p> </dd> - <dt>const unsigned short WiMAX = 14</dt> + <dt>const unsigned short WiMAX = 8</dt> <dd> Worldwide Interoperability for Microwave Access. - <p>The associated <a>Network</a> object is a <a>CellularNetwork</a> object. + <p>The associated <a>Connection</a> object is a <a>CellularConnection</a> object. NOTE: I'm not sure this is accurate. Do WiMAX connections have cellId and roaming concepts?</p> </dd> - <dt>const unsigned short iDEN = 15</dt> + <dt>const unsigned short iDEN = 9</dt> <dd> - Integrated Digital Enhanced Network. - <p>The associated <a>Network</a> object is a <a>CellularNetwork</a> object.</p> + Integrated Digital Enhanced Connection. + <p>The associated <a>Connection</a> object is a <a>CellularConnection</a> object.</p> </dd> - <dt>const unsigned short TETRA = 16</dt> + <dt>const unsigned short TETRA = 10</dt> <dd> Terrestrial Trunked Radio. - <p>The associated <a>Network</a> object is a <a>CellularNetwork</a> object.</p> + <p>The associated <a>Connection</a> object is a <a>CellularConnection</a> object.</p> </dd> - <dt>const unsigned short UMTS = 17</dt> + <dt>const unsigned short UMTS = 11</dt> <dd> Universal Mobile Telecommunications System. Otherwise known as 3G. - <p>The associated <a>Network</a> object is a <a>CellularNetwork</a> object.</p> + <p>The associated <a>Connection</a> object is a <a>CellularConnection</a> object.</p> + </dd> + <dt>const unsigned short BLUETOOTH = 13</dt> + <dd> + BlueTooth + </dd> + <dt>const unsigned short IRDA = 14</dt> + <dd> + Infrared + </dd> + <dt>const unsigned short USB = 15</dt> + <dd> + USB </dd> <dt>readonly attribute unsigned short technology</dt> <dd> @@ -563,6 +548,11 @@ debugging and developers SHOULD NOT use it directly in their application user interface. </dd> </dl> + + <p class="issue">Should we gather all of GSM, GPRS, EDGE, CDMA, TETRA, UMTS under a singe "CELL" type? They could be differentiated by maxBandwidth, if needed.</p> + + + </section> </section> </section>
Received on Wednesday, 9 December 2009 13:55:25 UTC