After you have selected the destination network to be used, you can open the data connection.
RSocketServ ss; // Connect to ESOCK ss.Connect(); // Open an RConnection object. Note that you must provide an RSocketServ object RConnection conn; conn.Open( ss ); // Create overrides TConnSnapPref prefs prefs.SetSnap( 4 ); // Start an Outgoing Connection with overrides conn.Start( prefs );
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.