c5ba188caed2044d94f0c30615078bb930aab553
[platform/core/connectivity/net-config.git] / interfaces / netconfig-iface-network-state.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <node name="/net/netconfig/network">
3         <interface name="net.netconfig.network">
4                 <method name="AddRoute">
5                         <arg  type="s" name="ip_addr" direction="in" />
6                         <arg  type="s" name="netmask" direction="in" />
7                         <arg  type="s" name="interface" direction="in" />
8                         <arg  type="b" name="result" direction="out" />
9                 </method>
10                 <method name="RemoveRoute">
11                         <arg  type="s" name="ip_addr" direction="in" />
12                         <arg  type="s" name="netmask" direction="in" />
13                         <arg  type="s" name="interface" direction="in" />
14                         <arg  type="b" name="result" direction="out" />
15                 </method>
16                 <method name="EthernetCableState">
17                         <arg  type="i" name="state" direction="out"/>
18                 </method>
19         </interface>
20 </node>