Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <CommsDatTypesV1_1.h>
Link against: commsdat.lib

Class CommsDat::CCDVPNServiceRecord

class CCDVPNServiceRecord : public CommsDat::CCDServiceRecordBase;

Description

Derivation

Members

Defined in CommsDat::CCDVPNServiceRecord:

Inherited from CommsDat::CCDRecordBase:

Inherited from CommsDat::CCDServiceRecordBase:

Inherited from CommsDat::CMDBRecordBase:


Member functions


GetVDataTable()const

virtual Meta::SVDataTableEntry const* GetVDataTable() const;

Description

Return value

Meta::SVDataTableEntry const *


GetAttribPtr(const TInt)const

virtual TUint8* GetAttribPtr(const TInt aOffset) const;

Description

Parameters

const TInt aOffset

Return value

TUint8 *


TypeId()

static inline const Meta::STypeId TypeId();

Description

Return value

const Meta::STypeId


GetRecordInfo()

virtual inline const SRecordTypeInfo* GetRecordInfo();

Description

Gets the following information:

Return value

const CommsDat::SRecordTypeInfo *

Returns a const pointer to the record containing the data - client does not need to delete this pointer after use.

[Top]


Member data


iVDataTable

const Meta::SVDataTableEntry iVDataTable[]={ { KCDTIdVPNServiceRecord , reinterpret_cast<Meta::TMetaTypeNewL>( KCDTIdVPNServiceRecord ) },
    { (((TInt)&((( CCDVPNServiceRecord *)0x1000)-> iServicePolicy ))-0x1000), Meta:: TMDBTextVisitorFactoryL },
    { (((TInt)&((( CCDVPNServiceRecord *)0x1000)-> iServiceIAP ))-0x1000), Meta:: TMDBLinkNumVisitorFactoryL },
    { (((TInt)&((( CCDVPNServiceRecord *)0x1000)-> iServiceNetwork ))-0x1000), Meta:: TMDBLinkNumVisitorFactoryL },
{ (TInt)((TAny*)( CCDServiceRecordBase ::GetVDataTableStatic)), 0 }};

Description


iServicePolicy

CMDBField< TDesC > iServicePolicy;

Description

Policy id of the policy file- this is a reference to the policy file.


iServiceIAP

CMDBRecordLink< CCDIAPRecord > iServiceIAP;

Description

Record id of the real IAP used by the IPSEC software to communicate with the VPN gateway.


iServiceNetwork

CMDBRecordLink< CCDNetworkRecord > iServiceNetwork;

Description

Record id of the real Network to be connected to by the virtual tunnel.