Using the RIM APIs. is there an accurate way of collecting the amount of data coming in and out of a service provider (Not including WiFi/Bluetooth data).
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
- Difference between Types.INTEGER and Types.NULL in
Have you tried using
RadioInfo.getNumberOfPacketsSent()
andRadioInfo.getNumberOfPacketsReceived()
to monitor data usage?Unfortunately I have tried RadioInfo.getNumberOfPacketsReceived() and RadioInfo.getNumberOfPacketsSent() and they also include Wi-Fi usage, at least when routing through BlackBerry Infrastructure.