Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

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

Class CommsDat::CCDWAPAccessPointRecord

class CCDWAPAccessPointRecord : public CommsDat::CCDRecordBase;

Description

Derivation

Members

Defined in CommsDat::CCDWAPAccessPointRecord:

Inherited from CommsDat::CCDRecordBase:

Inherited from CommsDat::CMDBRecordBase:


Member functions


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.


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

[Top]


Member data


iVDataTable

const Meta::SVDataTableEntry iVDataTable[]={ { KCDTIdWAPAccessPointRecord , reinterpret_cast<Meta::TMetaTypeNewL>( KCDTIdWAPAccessPointRecord ) },
    { (((TInt)&((( CCDWAPAccessPointRecord *)0x1000)-> iWAPCurrentBearer ))-0x1000), Meta:: TMDBTextVisitorFactoryL },
    { (((TInt)&((( CCDWAPAccessPointRecord *)0x1000)-> iWAPStartPage ))-0x1000), Meta:: TMDBLongTextVisitorFactoryL },
{ (TInt)((TAny*)( CCDRecordBase ::GetVDataTableStatic)), 0 }};

Description


iWAPCurrentBearer

CMDBField< TDesC > iWAPCurrentBearer;

Description

The name of the table from which to read the bearer information. This can be WAP_IP_BEARER or WAP_SMS_BEARER.


iWAPStartPage

CMDBField< TDesC > iWAPStartPage;

Description

WAP start page URL.