|
|
|
class CCDWAPAccessPointRecord : public CommsDat::CCDRecordBase;
CommsDat::CMDBNumFieldBase - No description.
CommsDat::CMDBRecordBase - Base class for all MetaDatabase records
CommsDat::CCDRecordBase - Base class for wrapper containers for supported CommsDat recordtypes Alternative...
CommsDat::CCDWAPAccessPointRecord - (No abstract)
Defined in CommsDat::CCDWAPAccessPointRecord:
GetAttribPtr(const TInt)constGetRecordInfo()Gets the following information:GetVDataTable()constTypeId()iVDataTableiWAPCurrentBearerThe name of the table from which to read the bearer information. This can be WAP...iWAPStartPageWAP start page URL. Inherited from CommsDat::CCDRecordBase:
CCDRecordBase(TMDBElementId)Import CommsDat::CCDRecordBase constructor from another DLL. CreateCopyRecordL(CMDBRecordBase &)Import function CreateCopyRecordL from another DLL. GetVDataTableStatic()RecordFactoryL(TMDBElementId)Import function RecordFactoryL from another DLL. iRecordNameUser-defined name for this record. Should be unique in this table. iRecordTagUser-defined numeric tag for this record. Should be unique in this table. Inherited from CommsDat::CMDBRecordBase:
virtual inline const SRecordTypeInfo* GetRecordInfo();
Gets the following information:
iTypeId
iValType
iTypeAttr
iTypeName
|
virtual Meta::SVDataTableEntry const* GetVDataTable() const;
|
virtual TUint8* GetAttribPtr(const TInt aOffset) const;
|
|
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 }};
CMDBField< TDesC > iWAPCurrentBearer;
The name of the table from which to read the bearer information. This can be WAP_IP_BEARER or WAP_SMS_BEARER.
CMDBField< TDesC > iWAPStartPage;
WAP start page URL.