From LogEngine APIs we get the different data events.From that how to get the total amount of data sent OR received for that particular event. Not able to find any APIs in CLogEvent that give amount of data sent/received for that event.
-thanks
From LogEngine APIs we get the different data events.From that how to get the total amount of data sent OR received for that particular event. Not able to find any APIs in CLogEvent that give amount of data sent/received for that event.
-thanks
May be this can help: http://www.developer.nokia.com/Commu...g_Counters_API
Do Remember to Search for your query on Google/Forum Wiki& DiBo , it really saves your time & You get your queries answered(in most of the cases) before posting them on Dibo itself. :)
Thanks for the response..
The Cenrep APIs will give the total usage over a period.... but my requirement is that I need separate data events that happened over a period of time.
Like : 200 Kb may be sent/received over a period of one hour.. I can get that from the cenrep, but my requirement is that in the one hour time there may be 10 data events , that data sent/received over this combine to make 200kb and I want the details of individual event... (For example in case of SMS/Calls we get this info from CLogEvent)
Hope you got my req.
-thanks
The link includes two projects, you can utilize both of them & get what you require. Let say monitor the connection & if there starts some data sent event then calculate the data sent(using cenrep) at that instance & at the time when that event ends then calculate the data received(using cenrep).Like wise keep monitoring the data connection continuously & keep noting the sent/received values in case of data send/received events.
Do Remember to Search for your query on Google/Forum Wiki& DiBo , it really saves your time & You get your queries answered(in most of the cases) before posting them on Dibo itself. :)