I need to figure out which network the phone is currently using. Meaning the small icon you can see below the signal strength bar suggesting if you are in a 3G, GPRS, EDGE, HSDPA or other network.
I looked through enumerations available using CTelephony, but none (TNetworkMode looked closest to what I'm looking for) seemed fit for finding this information. By using RConnectionMonitor you can get TConnMonBearerType, but seemed to be related more to data connections.
Any thoughts on this?
-inf



