|
|
|
class CCDWAPIPBearerRecord : 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::CCDWAPIPBearerRecord - (No abstract)
Defined in CommsDat::CCDWAPIPBearerRecord:
GetAttribPtr(const TInt)constGetRecordInfo()Gets the following information:GetVDataTable()constTypeId()iVDataTableiWAPAccessPointIdID of the WAP Access Point record to which this bearer information refers. iWAPGatewayAddressWAP gateway address: an IP address or phone number. iWAPIAPIdentifier of a record in the IAP table to be used. iWAPProxyLoginNameProxy login name. Required for WAP2.0 only. iWAPProxyLoginPassProxy login password. Required for WAP2.0 only. iWAPProxyPortProxy port number. Required for WAP2.0 only. iWAPSecurityAttempt secure WTLS connection to the gateway. iWAPWSPOptionSet to an enum deciding whether WAP WSP is to be set to connectionless or connec...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 Meta::SVDataTableEntry const* GetVDataTable() const;
|
virtual TUint8* GetAttribPtr(const TInt aOffset) const;
|
|
virtual inline const SRecordTypeInfo* GetRecordInfo();
Gets the following information:
iTypeId
iValType
iTypeAttr
iTypeName
|
const Meta::SVDataTableEntry iVDataTable[]={ { KCDTIdWAPIPBearerRecord , reinterpret_cast<Meta::TMetaTypeNewL>( KCDTIdWAPIPBearerRecord
) },
{ (((TInt)&((( CCDWAPIPBearerRecord *)0x1000)-> iWAPAccessPointId ))-0x1000), Meta:: TMDBLinkNumVisitorFactoryL },
{ (((TInt)&((( CCDWAPIPBearerRecord *)0x1000)-> iWAPGatewayAddress ))-0x1000), Meta:: TMDBTextVisitorFactoryL },
{ (((TInt)&((( CCDWAPIPBearerRecord *)0x1000)-> iWAPIAP ))-0x1000), Meta:: TMDBLinkNumVisitorFactoryL },
{ (((TInt)&((( CCDWAPIPBearerRecord *)0x1000)-> iWAPWSPOption ))-0x1000), Meta:: TMDBNumVisitorFactoryL },
{ (((TInt)&((( CCDWAPIPBearerRecord *)0x1000)-> iWAPSecurity ))-0x1000), Meta:: TMDBNumVisitorFactoryL },
{ (((TInt)&((( CCDWAPIPBearerRecord *)0x1000)-> iWAPProxyPort ))-0x1000), Meta:: TMDBNumVisitorFactoryL },
{ (((TInt)&((( CCDWAPIPBearerRecord *)0x1000)-> iWAPProxyLoginName ))-0x1000), Meta:: TMDBMedTextVisitorFactoryL },
{ (((TInt)&((( CCDWAPIPBearerRecord *)0x1000)-> iWAPProxyLoginPass ))-0x1000), Meta:: TMDBMedTextVisitorFactoryL },
{ (TInt)((TAny*)( CCDRecordBase ::GetVDataTableStatic)), 0 }};
CMDBRecordLink< CCDWAPAccessPointRecord > iWAPAccessPointId;
ID of the WAP Access Point record to which this bearer information refers.
CMDBField< TDesC > iWAPGatewayAddress;
WAP gateway address: an IP address or phone number.
CMDBRecordLink< CCDIAPRecord > iWAPIAP;
Identifier of a record in the IAP table to be used.
CMDBField< TUint8 > iWAPWSPOption;
Set to an enum deciding whether WAP WSP is to be set to connectionless or connection oriented.
CMDBField< TDesC > iWAPProxyLoginPass;
Proxy login password. Required for WAP2.0 only.