TPE RIL Network team/NetworkManagerEnhancement: Difference between revisions

Line 6: Line 6:
* Old version: http://edgarchen.github.io/HTML_slides/NetworkManager_20130806/
* Old version: http://edgarchen.github.io/HTML_slides/NetworkManager_20130806/
     interface nsINetworkInterface {
     interface nsINetworkInterface {
       readonly attribute nsINetworkInfoinfo;
       readonly attribute nsINetworkInfo info;
       readonly attribute DOMString httpProxyHost;
       readonly attribute DOMString httpProxyHost;
       readonly attribute long httpProxyPort;
       readonly attribute long httpProxyPort;
   
   
       void connect();
       void '''connect()''';
       void disconnect();     
       void '''disconnect()''';     
     };
     };


Line 17: Line 17:
       readonly attribute long type; /* WIFI/MOBILE/MMS/SUPL */
       readonly attribute long type; /* WIFI/MOBILE/MMS/SUPL */
       readonly attribute long serviceId; /* Mulit-SIM */
       readonly attribute long serviceId; /* Mulit-SIM */
       readonly attribute long state;
       readonly attribute long state; /* Connected/Disconnected/... */
       readonly attribute DOMString name; /* Interface name */
       readonly attribute DOMString name; /* Interface name: eth0, ... */
       readonly attribute boolean dhcp;
       readonly attribute boolean dhcp;
       readonly attribute DOMString ip;
       readonly attribute DOMString ip;
Confirmed users
258

edits