If I should put this in another forum, my apologies. I *think* I'm alright since this is very much directed towards GPRS especially.
I'm writing a program in C++ that will access the internet. Unfortunately, my program needs to be aware of when a connection is going to be stopped. Class B devices, I've read, suspend data when a voice call comes in, while Class A can do both at once. If a device my program is running on is A, I won't need to worry about anything, but if it's B... Well, something needs to be done.
Is there any setting or property on devices that directly says whether it is Class A, B, or C?