I would like to add a function to monitor the data quantity for my connection manager.
And issue alarm when the data quantity exceed the threshold.
So far, I only know the command to query the data quantity after session start.
Is there any way can know the total quantity from specific time?
Can I query such information from my service provider?
Or, I only can record them by my connection manager?
Thanks.
Thanks a lot for your reply.
So, if I want to provide such function but don’t want to related to specific carrier, then the best way is to count the tr/rx data quantity by my connection manager?
Am I right?
Thanks.
Yes, count via connection manager is more straight forward and less carrier dependent… but few things to consider, for example, the data count from host may not exactly same as carrier’s, billing cycle may vary, user may switch SIM cards or using different profile with same connection manager…
But that mechanism is good enough as reference, similar to what smartphone do nowadays.