Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

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

Class CommsDat::CCDWAPSMSBearerRecord

class CCDWAPSMSBearerRecord : public CommsDat::CCDRecordBase;

Description

Derivation

Members

Defined in CommsDat::CCDWAPSMSBearerRecord:

Inherited from CommsDat::CCDRecordBase:

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[]={ { KCDTIdWAPSMSBearerRecord , reinterpret_cast<Meta::TMetaTypeNewL>( KCDTIdWAPSMSBearerRecord ) },
    { (((TInt)&((( CCDWAPSMSBearerRecord *)0x1000)-> iWAPAccessPointId ))-0x1000), Meta:: TMDBLinkNumVisitorFactoryL },
    { (((TInt)&((( CCDWAPSMSBearerRecord *)0x1000)-> iWAPGatewayAddress ))-0x1000), Meta:: TMDBTextVisitorFactoryL },
    { (((TInt)&((( CCDWAPSMSBearerRecord *)0x1000)-> iWAPServiceCentreAddress ))-0x1000), Meta:: TMDBTextVisitorFactoryL },
    { (((TInt)&((( CCDWAPSMSBearerRecord *)0x1000)-> iWAPWSPOption ))-0x1000), Meta:: TMDBNumVisitorFactoryL },
    { (((TInt)&((( CCDWAPSMSBearerRecord *)0x1000)-> iWAPSecurity ))-0x1000), Meta:: TMDBNumVisitorFactoryL },
{ (TInt)((TAny*)( CCDRecordBase ::GetVDataTableStatic)), 0 }};

Description


iWAPAccessPointId

CMDBRecordLink< CCDWAPAccessPointRecord > iWAPAccessPointId;

Description

ID of the WAP Access Point record to which this bearer information refers.


iWAPGatewayAddress

CMDBField< TDesC > iWAPGatewayAddress;

Description

WAP gateway address: an IP address or phone number.


iWAPServiceCentreAddress

CMDBField< TDesC > iWAPServiceCentreAddress;

Description

WAP service centre address.


iWAPWSPOption

CMDBField< TUint8 > iWAPWSPOption;

Description

Whether connection-oriented or connectionless API should be used.


iWAPSecurity

CMDBField< TBool > iWAPSecurity;

Description

Attempt secure WTLS connection to the gateway.