Add counter API document
[framework/connectivity/connman.git] / doc / counter-api.txt
1 Counter hierarchy
2 =================
3
4 Service         unique name
5 Interface       org.moblin.connman.Counter
6 Object path     freely definable
7
8 Methods         void Release()
9
10                         This method gets called when the service daemon
11                         unregisters the counter. A counter can use it to do
12                         cleanup tasks. There is no need to unregister the
13                         counter, because when this method gets called it has
14                         already been unregistered.