I want to get the data about when a connection from the device is established, when the connection is terminated and how many bytes were transferred (in/out).
I couldn’t find proper listeners in the BB API. I found application that does this and I am wondering how this can be implemented?
I want to get the data about when a connection from the device is
Share
You could take a look at the RadioInfo class – there are methods in there such as
getNumberOfPacketsReceived()andgetNumberOfPacketsSent()that might do what you want.