In my application, i have to show the amount of gprs flow. And the system's application can get the real amount of gprs flow. And I can i get it? Thank you.
In my application, i have to show the amount of gprs flow. And the system's application can get the real amount of gprs flow. And I can i get it? Thank you.
if you want to get notification for the amount for each connections, you could use RConnectionMonitor, example can be found from here: http://wiki.forum.nokia.com/index.ph...on_Example.zip
First, thank you for you help. I have read the SDK about the RConnectionMonitor and the example code. And it gets an application's all gprs flow, is it possible to get the number from some time. For example, from 9:00 to 9:10. It would be wonderful, if my application can achieve it.
Thanks!
if I remember right, there is a document in the Wiki that shows on how you can gte the total data value from the central repository, if you can find it, you could use it to check the value at any given time, and compare it to a value you ahve read earlier.