|
|
|
class CCDWAPSMSBearerRecord : 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::CCDWAPSMSBearerRecord - (No abstract)
Defined in CommsDat::CCDWAPSMSBearerRecord:
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. iWAPSecurityAttempt secure WTLS connection to the gateway. iWAPServiceCentreAddressWAP service centre address. iWAPWSPOptionWhether connection-oriented or connectionless API should be used. 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[]={ { 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 }};
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.
CMDBField< TUint8 > iWAPWSPOption;
Whether connection-oriented or connectionless API should be used.
CMDBField< TBool > iWAPSecurity;
Attempt secure WTLS connection to the gateway.