class TConnSnapPref : public TConnPref |
An instance of the class is passed to RConnection::Start when user wants to start connection using a Service Network Access Point. A Service Network Access Point is an access point in the KAfInet tier.
A list of available access points can be retrieved from CommsDat using CCDAccessPointRecord. It is recommended that users only attempt to start access points whose tier is KAfInet. Access points in the KAfInet can use multiple access points on lower tiers to access the internet.
RConnection conn; User::LeaveIfError(conn.Open(sockSvr)); CleanupClosePushL(conn); TCommSnapPref pref(52); TInt error = conn.Start(pref);
CommsDat::CCDAccessPointRecord RConnection::Start TConnAPPrefsince v9.1
Public Member Functions | |
---|---|
TConnSnapPref() | |
TConnSnapPref(TUint32) | |
IMPORT_C void | SetSnap(TUint32) |
IMPORT_C TUint32 | Snap() |
Inherited Enumerations | |
---|---|
TConnPref:@61 |
Inherited Attributes | |
---|---|
TBuf8< KMaxConnPrefSize >::iBuf | |
TDes8::__DECLARE_TEST | |
TDes8::iMaxLength |
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.