In symbian SDK for nokia 7650, I build a socket connection by using class RSocketServ and RSocket. But I don't know if this connection over GPRS or CSD. How can I get the bearer's information? How can I set the bearer of the socket connection?
RE: How to build a socket connection over GPRS in Nokia 7650?
2002-08-27, 08:59#2
As far as I know, when there's no connection and you open a socket a dialog comes up showing all available access points (APs). Then you can choose among them.
If there's an active connection, then your socket will use it automatically.
If you'd like to manage the connection itself, then you should use e.g. RGenericAgent class : (also AFAIK) you can establish a connection with that AP that you found useful.