#include <comms-infras/esock_params.h>
class TConnAPPref : public Meta::SMetaDataECom |
Protected Attributes | |
---|---|
DATA_VTABLE TUint | iAP |
Public Member Enumerations | |
---|---|
enum | anonymous { EUid, ETypeId } |
Public Member Functions | |
---|---|
TInt | GetAP() |
TConnAPPref * | NewL() |
TConnAPPref * | NewL(TUint) |
void | SetAP(TUint) |
Connection preference to specify an access point to start.
However, this preference cannot be used with RConnection::Start as a TConnPref. It must be part of a TConnPrefList.
TConnAPPref can be added to the list to chose the top level access point. For the KAfInet tier this type behaves in the same way as TConnSnapPref.
It is recommended that at most one TConnAPPref from each tier is added to the TConnPrefList.
If no TConnAPPref is specified, then the default access point for the KAfInet tier will be used for selection.
See also: TConnSnapPref TConnPrefList RConnection::Start
since 9.5
DATA_VTABLE TUint | iAP | [protected] |