Add a function to get all pcap loop
[platform/core/connectivity/stc-manager.git] / interfaces / stcmanager-iface-pcap.xml
1 <node>
2         <interface name="net.stc.pcap">
3                 <method name='Start'>
4                         <arg type='a{sv}' name='parameters' direction='in'/>
5                         <arg type='i' name='error_code' direction='out'/>
6                 </method>
7                 <method name='Stop'>
8                         <arg type='a{sv}' name='parameters' direction='in'/>
9                         <arg type='i' name='error_code' direction='out'/>
10                 </method>
11                 <method name='GetAll'>
12                         <arg type='aa{sv}' name='parameters' direction='out'/>
13                 </method>
14         </interface>
15 </node>