Initialize Tizen 2.3
[framework/connectivity/net-config.git] / mobile / interfaces / netconfig-iface-network-statistics.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <node name="/net/netconfig/network_statistics">
3         <interface name="net.netconfig.network_statistics">
4                 <method name="GetWifiTotalTxBytes">
5                         <arg  type="t" name="total_bytes" direction="out" />
6                 </method>
7                 <method name="GetWifiTotalRxBytes">
8                         <arg  type="t" name="total_bytes" direction="out" />
9                 </method>
10                 <method name="GetWifiLastTxBytes">
11                         <arg  type="t" name="last_bytes" direction="out" />
12                 </method>
13                 <method name="GetWifiLastRxBytes">
14                         <arg  type="t" name="last_bytes" direction="out" />
15                 </method>
16                 <method name="ResetCellularTotalTxBytes">
17                 </method>
18                 <method name="ResetCellularTotalRxBytes">
19                 </method>
20                 <method name="ResetCellularLastTxBytes">
21                 </method>
22                 <method name="ResetCellularLastRxBytes">
23                 </method>
24                 <method name="ResetWifiTotalTxBytes">
25                 </method>
26                 <method name="ResetWifiTotalRxBytes">
27                 </method>
28                 <method name="ResetWifiLastTxBytes">
29                 </method>
30                 <method name="ResetWifiLastRxBytes">
31                 </method>
32         </interface>
33 </node>