Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: CommsDat.h

Namespace CommsDat

namespace CommsDat

Description

This file contains :

1/ Class for expressing a session with the storage server

CMDBSession

This class contains functions to create and close a session, to set the dataset version and to request database actions such as locking for a transaction.

2/ Generic database functionality interface

MMetaDatabase

This class uses a CMDBSession object

3/ General base class that inherits from MMetaDatabase to express any database element

CMDBElement

This class contains the ElementId for each MetaDatabase object An element id locates stored data in the comms database.

4/ Data classes that each inherit from CMDBElement

a) Fields

CMDBField<T>

where T is a basic type value of the field (TInt, TDes, TBool etc)

This class derives from

CMDBElement

to implement the thin template idiom

CMDBRecordLink<T>

where T is a record of a particular type. This class expresses a soft-link from a field in one record to a record of a different type (i.e. in another table). The TMDBElementId value stored in this field in the repository is the id of an instance of the record of type T

This class derives from

CMDBRecordLinkBase

to implement the thin template idiom

b) Field Containers

CCDRecord

base class for record containing specific list of fields - see CommsDatTypesv1_1.h

CMDBRecordSet<T>

an array of records where T is the record type. This can represent a Table in a database.

5/ Other support classes and type definitions

TMDBElementId

The TMDBElementId locates a data object or set of data objects in the database.

A TMDBElementId expresses

A TMDBElementId has a different format depending on the data type it expresses

Table <0><0> Column <0>

Record <0> Field

TMDBAttributeFlags

Attribute settings for any storable element. Attributes express access control for data in the database

Members

Defined in CommsDat:
CCDAccessPointRecord, CCDBearerRecordBase, CCDCDMA2000PacketServiceRecord, CCDChargecardRecord, CCDConnectionPrefsRecord, CCDDialInISPRecord, CCDDialOutISPRecord, CCDGlobalSettingsRecord, CCDIAPPrioritySelectionPolicyRecord, CCDIAPRecord, CCDIncomingGprsRecord, CCDLANBearerRecord, CCDLANServiceRecord, CCDLocationRecord, CCDModemBearerRecord, CCDNetworkRecord, CCDOutgoingGprsRecord, CCDPANServiceExtRecord, CCDProxiesRecord, CCDRecordBase, CCDSelectionPolicyRecordBase, CCDServiceRecordBase, CCDUmtsR99QoSAndOnTableRecord, CCDVPNServiceRecord, CCDVirtualBearerRecord, CCDWAPAccessPointRecord, CCDWAPIPBearerRecord, CCDWAPSMSBearerRecord, CCDWCDMAPacketServiceRecord, CMDBGenericRecord, CMDBRecordBase, CMDBRecordLink, CMDBRecordSetBase, ENoAttrs, ENotNull, SGenericRecordTypeInfo, SGenericRecordTypeInfoTag, TFieldTypeAttributes, TMDBElementId


Member classes


Class CCDRecordBase

class CCDRecordBase : public CommsDat::CMDBRecordBase;

Description

Base class for wrapper containers for supported CommsDat recordtypes Alternatively the class CMDBGenericRecord can be used to express any record.

Derivation

Members

Defined in CommsDat::CCDRecordBase:
CCDRecordBase(), CreateCopyRecordL(), GetAttribPtr(), GetVDataTable(), GetVDataTableStatic(), RecordFactoryL(), iRecordName, iRecordTag, iVDataTable

Inherited from CommsDat::CMDBRecordBase:
GetFieldByIdL(), GetFieldByNameL(), GetRecordInfo()

Construction and destruction


CCDRecordBase()

IMPORT_C CCDRecordBase(TMDBElementId aElementId);

Description

Parameters

TMDBElementId aElementId

Member functions


RecordFactoryL()

static IMPORT_C CMDBRecordBase *RecordFactoryL(TMDBElementId);

Description

Parameters

TMDBElementId

Return value

CMDBRecordBase *


CreateCopyRecordL()

static IMPORT_C CMDBRecordBase *CreateCopyRecordL(CMDBRecordBase &aCopyFromRecord);

Description

Parameters

CMDBRecordBase &aCopyFromRecord

Return value

CMDBRecordBase *


GetVDataTable()

protected: virtual IMPORT_C Meta::SVDataTableEntry const *GetVDataTable() const;

Description

Return value

Meta::SVDataTableEntry const *


GetAttribPtr()

protected: virtual IMPORT_C TUint8 *GetAttribPtr(const TInt aOffset) const;

Description

Parameters

const TInt aOffset

Return value

TUint8 *


GetVDataTableStatic()

protected: static IMPORT_C Meta::SVDataTableEntry const *GetVDataTableStatic();

Description

Return value

Meta::SVDataTableEntry const *

Member data


iVDataTable

protected: const Meta::SVDataTableEntry iVDataTable;

Description


iRecordTag

CMDBField< TInt > iRecordTag;

Description


iRecordName

CMDBField< TDesC > iRecordName;

Description


Class CCDServiceRecordBase

class CCDServiceRecordBase : public CommsDat::CCDRecordBase;

Description

Derivation

Members

Defined in CommsDat::CCDServiceRecordBase:
GetAttribPtr(), GetRecordInfo(), GetVDataTable(), iServiceEnableLlmnr, iVDataTable

Inherited from CommsDat::CCDRecordBase:
CreateCopyRecordL(), GetVDataTableStatic(), RecordFactoryL(), iRecordName, iRecordTag

Inherited from CommsDat::CMDBRecordBase:
GetFieldByIdL(), GetFieldByNameL()

Member functions


GetRecordInfo()

virtual inline const SRecordTypeInfo *GetRecordInfo();

Description

Return value

const SRecordTypeInfo *


GetVDataTable()

protected: virtual Meta::SVDataTableEntry const *GetVDataTable() const;

Description

Return value

Meta::SVDataTableEntry const *


GetAttribPtr()

protected: virtual TUint8 *GetAttribPtr(const TInt aOffset) const;

Description

Parameters

const TInt aOffset

Return value

TUint8 *

Member data


iVDataTable

protected: const Meta::SVDataTableEntry iVDataTable;

Description


iServiceEnableLlmnr

CMDBField< TBool > iServiceEnableLlmnr;

Description


Class CCDBearerRecordBase

class CCDBearerRecordBase : public CommsDat::CCDRecordBase;

Description

Derivation

Members

Defined in CommsDat::CCDBearerRecordBase:
GetAttribPtr(), GetRecordInfo(), GetVDataTable(), iBearerAgent, iVDataTable

Inherited from CommsDat::CCDRecordBase:
CreateCopyRecordL(), GetVDataTableStatic(), RecordFactoryL(), iRecordName, iRecordTag

Inherited from CommsDat::CMDBRecordBase:
GetFieldByIdL(), GetFieldByNameL()

Member functions


GetRecordInfo()

virtual inline const SRecordTypeInfo *GetRecordInfo();

Description

Return value

const SRecordTypeInfo *


GetVDataTable()

protected: virtual Meta::SVDataTableEntry const *GetVDataTable() const;

Description

Return value

Meta::SVDataTableEntry const *


GetAttribPtr()

protected: virtual TUint8 *GetAttribPtr(const TInt aOffset) const;

Description

Parameters

const TInt aOffset

Return value

TUint8 *

Member data


iVDataTable

protected: const Meta::SVDataTableEntry iVDataTable;

Description


iBearerAgent

CMDBField< TDesC > iBearerAgent;

Description


Class CCDConnectionPrefsRecord

class CCDConnectionPrefsRecord : public CommsDat::CCDRecordBase;

Description

Derivation

Members

Defined in CommsDat::CCDConnectionPrefsRecord:
GetAttribPtr(), GetRecordInfo(), GetVDataTable(), iBearerSet, iDefaultIAP, iDialogPref, iDirection, iRanking, iVDataTable

Inherited from CommsDat::CCDRecordBase:
CreateCopyRecordL(), GetVDataTableStatic(), RecordFactoryL(), iRecordName, iRecordTag

Inherited from CommsDat::CMDBRecordBase:
GetFieldByIdL(), GetFieldByNameL()

Member functions


GetRecordInfo()

virtual inline const SRecordTypeInfo *GetRecordInfo();

Description

Return value

const SRecordTypeInfo *


GetVDataTable()

virtual Meta::SVDataTableEntry const *GetVDataTable() const;

Description

Return value

Meta::SVDataTableEntry const *


GetAttribPtr()

virtual TUint8 *GetAttribPtr(const TInt aOffset) const;

Description

Parameters

const TInt aOffset

Return value

TUint8 *

Member data


iVDataTable

const Meta::SVDataTableEntry iVDataTable;

Description


iRanking

CMDBField< TUint32 > iRanking;

Description


iDirection

CMDBField< TCommDbConnectionDirection > iDirection;

Description


iBearerSet

CMDBField< TUint32 > iBearerSet;

Description


iDialogPref

CMDBField< TUint32 > iDialogPref;

Description


iDefaultIAP

CMDBRecordLink< CCDIAPRecord > iDefaultIAP;

Description


Class CCDGlobalSettingsRecord

class CCDGlobalSettingsRecord : public CommsDat::CCDRecordBase;

Description

Derivation

Members

Defined in CommsDat::CCDGlobalSettingsRecord:
GetAttribPtr(), GetRecordInfo(), GetVDataTable(), iAcceptIncomingGPRS, iBearerAvailabilityCheckTSY, iCDMAMIPMNAAAAuthAlgorithm, iCDMAMIPMNHAAuthAlgorithm, iCDMAMIPMaxMNAAASSLength, iCDMAMIPMaxMNHASSLength, iCDMAMIPMaxNaiLength, iCDMAMIPMaxNumNai, iCDMAOPCapability, iCDMASimIPAuthSupported, iCDMASimIPMaxNaiLength, iCDMASimIPMaxNumNai, iCDMASimIPMaxSSLength, iDefaultAgent, iDefaultNetwork, iDefaultSnap, iGPRSAttachMode, iGPRSClassCBearer, iLocationForDataAndFax, iLocationForPhoneServicesAndSMS, iMaxConnectionAttempts, iMaxMBufHeap, iMaxRedialAttempts, iModemForDataAndFax, iModemForPhoneServicesAndSMS, iPromptForSnap, iSMSBearer, iSMSReceiveMode, iVDataTable, iWAPAccessPoint

Inherited from CommsDat::CCDRecordBase:
CreateCopyRecordL(), GetVDataTableStatic(), RecordFactoryL(), iRecordName, iRecordTag

Inherited from CommsDat::CMDBRecordBase:
GetFieldByIdL(), GetFieldByNameL()

Member functions


GetRecordInfo()

virtual inline const SRecordTypeInfo *GetRecordInfo();

Description

Return value

const SRecordTypeInfo *


GetVDataTable()

virtual Meta::SVDataTableEntry const *GetVDataTable() const;

Description

Return value

Meta::SVDataTableEntry const *


GetAttribPtr()

virtual TUint8 *GetAttribPtr(const TInt aOffset) const;

Description

Parameters

const TInt aOffset

Return value

TUint8 *

Member data


iVDataTable

const Meta::SVDataTableEntry iVDataTable;

Description


iWAPAccessPoint

CMDBRecordLink< CCDWAPAccessPointRecord > iWAPAccessPoint;

Description


iMaxConnectionAttempts

CMDBField< TUint32 > iMaxConnectionAttempts;

Description


iMaxRedialAttempts

CMDBField< TUint32 > iMaxRedialAttempts;

Description


iSMSBearer

CMDBField< TUint32 > iSMSBearer;

Description


iSMSReceiveMode

CMDBField< TUint32 > iSMSReceiveMode;

Description


iGPRSAttachMode

CMDBField< TUint32 > iGPRSAttachMode;

Description


iAcceptIncomingGPRS

CMDBField< TUint32 > iAcceptIncomingGPRS;

Description


iGPRSClassCBearer

CMDBField< TUint32 > iGPRSClassCBearer;

Description


iModemForDataAndFax

CMDBRecordLink< CCDBearerRecordBase > iModemForDataAndFax;

Description


iModemForPhoneServicesAndSMS

CMDBRecordLink< CCDBearerRecordBase > iModemForPhoneServicesAndSMS;

Description


iLocationForDataAndFax

CMDBRecordLink< CCDLocationRecord > iLocationForDataAndFax;

Description


iLocationForPhoneServicesAndSMS

CMDBRecordLink< CCDLocationRecord > iLocationForPhoneServicesAndSMS;

Description


iMaxMBufHeap

CMDBField< TUint32 > iMaxMBufHeap;

Description


iDefaultAgent

CMDBRecordLink< CCDAgentLookupRecord > iDefaultAgent;

Description


iDefaultNetwork

CMDBRecordLink< CCDNetworkRecord > iDefaultNetwork;

Description


iBearerAvailabilityCheckTSY

CMDBField< TDesC > iBearerAvailabilityCheckTSY;

Description


iCDMAOPCapability

CMDBRecordLink< CCDCDMA2000PacketServiceRecord > iCDMAOPCapability;

Description


iCDMASimIPMaxNumNai

CMDBRecordLink< CCDCDMA2000PacketServiceRecord > iCDMASimIPMaxNumNai;

Description


iCDMASimIPMaxNaiLength

CMDBRecordLink< CCDCDMA2000PacketServiceRecord > iCDMASimIPMaxNaiLength;

Description


iCDMASimIPMaxSSLength

CMDBRecordLink< CCDCDMA2000PacketServiceRecord > iCDMASimIPMaxSSLength;

Description


iCDMASimIPAuthSupported

CMDBRecordLink< CCDCDMA2000PacketServiceRecord > iCDMASimIPAuthSupported;

Description


iCDMAMIPMaxNumNai

CMDBRecordLink< CCDCDMA2000PacketServiceRecord > iCDMAMIPMaxNumNai;

Description


iCDMAMIPMaxNaiLength

CMDBRecordLink< CCDCDMA2000PacketServiceRecord > iCDMAMIPMaxNaiLength;

Description


iCDMAMIPMaxMNAAASSLength

CMDBRecordLink< CCDCDMA2000PacketServiceRecord > iCDMAMIPMaxMNAAASSLength;

Description


iCDMAMIPMNAAAAuthAlgorithm

CMDBRecordLink< CCDCDMA2000PacketServiceRecord > iCDMAMIPMNAAAAuthAlgorithm;

Description


iCDMAMIPMaxMNHASSLength

CMDBRecordLink< CCDCDMA2000PacketServiceRecord > iCDMAMIPMaxMNHASSLength;

Description


iCDMAMIPMNHAAuthAlgorithm

CMDBRecordLink< CCDCDMA2000PacketServiceRecord > iCDMAMIPMNHAAuthAlgorithm;

Description


iDefaultSnap

CMDBRecordLink< CCDAccessPointRecord > iDefaultSnap;

Description


iPromptForSnap

CMDBField< TBool > iPromptForSnap;

Description


Class CCDNetworkRecord

class CCDNetworkRecord : public CommsDat::CCDRecordBase;

Description

Derivation

Members

Defined in CommsDat::CCDNetworkRecord:
GetAttribPtr(), GetRecordInfo(), GetVDataTable(), iHostName, iVDataTable

Inherited from CommsDat::CCDRecordBase:
CreateCopyRecordL(), GetVDataTableStatic(), RecordFactoryL(), iRecordName, iRecordTag

Inherited from CommsDat::CMDBRecordBase:
GetFieldByIdL(), GetFieldByNameL()

Member functions


GetRecordInfo()

virtual inline const SRecordTypeInfo *GetRecordInfo();

Description

Return value

const SRecordTypeInfo *


GetVDataTable()

virtual Meta::SVDataTableEntry const *GetVDataTable() const;

Description

Return value

Meta::SVDataTableEntry const *


GetAttribPtr()

virtual TUint8 *GetAttribPtr(const TInt aOffset) const;

Description

Parameters

const TInt aOffset

Return value

TUint8 *

Member data


iVDataTable

const Meta::SVDataTableEntry iVDataTable;

Description


iHostName

CMDBField< TDesC > iHostName;

Description


Class CCDLocationRecord

class CCDLocationRecord : public CommsDat::CCDRecordBase;

Description

Derivation

Members

Defined in CommsDat::CCDLocationRecord:
GetAttribPtr(), GetRecordInfo(), GetVDataTable(), iAreaCode, iDialOutCode, iDisableCallWaitingCode, iIntlPrefixCode, iMobile, iNatCode, iNatPrefixCode, iPauseAfterDialOut, iUsePulseDial, iVDataTable, iWaitForDialTone

Inherited from CommsDat::CCDRecordBase:
CreateCopyRecordL(), GetVDataTableStatic(), RecordFactoryL(), iRecordName, iRecordTag

Inherited from CommsDat::CMDBRecordBase:
GetFieldByIdL(), GetFieldByNameL()

Member functions


GetRecordInfo()

virtual inline const SRecordTypeInfo *GetRecordInfo();

Description

Return value

const SRecordTypeInfo *


GetVDataTable()

virtual Meta::SVDataTableEntry const *GetVDataTable() const;

Description

Return value

Meta::SVDataTableEntry const *


GetAttribPtr()

virtual TUint8 *GetAttribPtr(const TInt aOffset) const;

Description

Parameters

const TInt aOffset

Return value

TUint8 *

Member data


iVDataTable

const Meta::SVDataTableEntry iVDataTable;

Description


iIntlPrefixCode

CMDBField< TDesC > iIntlPrefixCode;

Description


iNatPrefixCode

CMDBField< TDesC > iNatPrefixCode;

Description


iNatCode

CMDBField< TDesC > iNatCode;

Description


iAreaCode

CMDBField< TDesC > iAreaCode;

Description


iDialOutCode

CMDBField< TDesC > iDialOutCode;

Description


iDisableCallWaitingCode

CMDBField< TDesC > iDisableCallWaitingCode;

Description


iMobile

CMDBField< TBool > iMobile;

Description


iUsePulseDial

CMDBField< TBool > iUsePulseDial;

Description


iWaitForDialTone

CMDBField< TBool > iWaitForDialTone;

Description


iPauseAfterDialOut

CMDBField< TUint32 > iPauseAfterDialOut;

Description


Class CCDIAPRecord

class CCDIAPRecord : public CommsDat::CCDRecordBase;

Description

Derivation

Members

Defined in CommsDat::CCDIAPRecord:
GetAttribPtr(), GetRecordInfo(), GetVDataTable(), iAppSid, iBearer, iBearerType, iLocation, iNetwork, iNetworkWeighting, iService, iServiceType, iVDataTable

Inherited from CommsDat::CCDRecordBase:
CreateCopyRecordL(), GetVDataTableStatic(), RecordFactoryL(), iRecordName, iRecordTag

Inherited from CommsDat::CMDBRecordBase:
GetFieldByIdL(), GetFieldByNameL()

Member functions


GetRecordInfo()

virtual inline const SRecordTypeInfo *GetRecordInfo();

Description

Return value

const SRecordTypeInfo *


GetVDataTable()

virtual Meta::SVDataTableEntry const *GetVDataTable() const;

Description

Return value

Meta::SVDataTableEntry const *


GetAttribPtr()

virtual TUint8 *GetAttribPtr(const TInt aOffset) const;

Description

Parameters

const TInt aOffset

Return value

TUint8 *

Member data


iVDataTable

const Meta::SVDataTableEntry iVDataTable;

Description


iServiceType

CMDBField< TDesC > iServiceType;

Description


iService

CMDBRecordLink< CCDServiceRecordBase > iService;

Description


iBearerType

CMDBField< TDesC > iBearerType;

Description


iBearer

CMDBRecordLink< CCDBearerRecordBase > iBearer;

Description


iNetwork

CMDBRecordLink< CCDNetworkRecord > iNetwork;

Description


iNetworkWeighting

CMDBField< TUint32 > iNetworkWeighting;

Description


iLocation

CMDBRecordLink< CCDLocationRecord > iLocation;

Description


iAppSid

CMDBField< TUint32 > iAppSid;

Description


Class CCDWAPAccessPointRecord

class CCDWAPAccessPointRecord : public CommsDat::CCDRecordBase;

Description

Derivation

Members

Defined in CommsDat::CCDWAPAccessPointRecord:
GetAttribPtr(), GetRecordInfo(), GetVDataTable(), iVDataTable, iWAPCurrentBearer, iWAPStartPage

Inherited from CommsDat::CCDRecordBase:
CreateCopyRecordL(), GetVDataTableStatic(), RecordFactoryL(), iRecordName, iRecordTag

Inherited from CommsDat::CMDBRecordBase:
GetFieldByIdL(), GetFieldByNameL()

Member functions


GetRecordInfo()

virtual inline const SRecordTypeInfo *GetRecordInfo();

Description

Return value

const SRecordTypeInfo *


GetVDataTable()

virtual Meta::SVDataTableEntry const *GetVDataTable() const;

Description

Return value

Meta::SVDataTableEntry const *


GetAttribPtr()

virtual TUint8 *GetAttribPtr(const TInt aOffset) const;

Description

Parameters

const TInt aOffset

Return value

TUint8 *

Member data


iVDataTable

const Meta::SVDataTableEntry iVDataTable;

Description


iWAPCurrentBearer

CMDBField< TDesC > iWAPCurrentBearer;

Description


iWAPStartPage

CMDBField< TDesC > iWAPStartPage;

Description


Class CCDDialOutISPRecord

class CCDDialOutISPRecord : public CommsDat::CCDServiceRecordBase;

Description

Derivation

Members

Defined in CommsDat::CCDDialOutISPRecord:
GetAttribPtr(), GetRecordInfo(), GetVDataTable(), iAckTimer, iAiur, iAsymmetry, iBearerCe, iBearerName, iBearerProtocol, iBearerService, iBearerSpeed, iBearerType, iCallbackTimeout, iChannelCoding, iChargecard, iConfigDaemonManagerName, iConfigDaemonName, iDefaultTelNum, iDescription, iDialResolution, iDisablePlainTextAuth, iDisplayPct, iEnableIpHeaderComp, iEnableLcpExtension, iEnableSwComp, iIfAuthName, iIfAuthPass, iIfAuthRetries, iIfCallbackEnabled, iIfCallbackInfo, iIfCallbackType, iIfNetworks, iIfParams, iIfPromptForAuth, iIfServerMode, iInitString, iIp6DnsAddrFromServer, iIp6NameServer1, iIp6NameServer2, iIpAddr, iIpAddrFromServer, iIpAddrLeaseValidFrom, iIpAddrLeaseValidTo, iIpDnsAddrFromServer, iIpGateway, iIpNameServer1, iIpNameServer2, iIpNetMask, iIwfToMs, iLoginName, iLoginPass, iLoginScript, iMaximumTimeSlots, iMsToIwf, iPromptForLogin, iRequestedTimeSlots, iResequencePeriod, iRetransmissionAttempts, iRlpVersion, iType, iUseEdge, iUseLoginScript, iUserInitUpgrade, iV42Codewords, iV42Compression, iV42MaxLength, iVDataTable

Inherited from CommsDat::CCDRecordBase:
CreateCopyRecordL(), GetVDataTableStatic(), RecordFactoryL(), iRecordName, iRecordTag

Inherited from CommsDat::CCDServiceRecordBase:
iServiceEnableLlmnr

Inherited from CommsDat::CMDBRecordBase:
GetFieldByIdL(), GetFieldByNameL()

Member functions


GetVDataTable()

virtual Meta::SVDataTableEntry const *GetVDataTable() const;

Description

Return value

Meta::SVDataTableEntry const *


GetAttribPtr()

virtual TUint8 *GetAttribPtr(const TInt aOffset) const;

Description

Parameters

const TInt aOffset

Return value

TUint8 *


GetRecordInfo()

virtual inline const SRecordTypeInfo *GetRecordInfo();

Description

Return value

const SRecordTypeInfo *

Member data


iVDataTable

const Meta::SVDataTableEntry iVDataTable;

Description


iDescription

CMDBField< TDesC > iDescription;

Description


iType

CMDBField< TUint32 > iType;

Description


iDefaultTelNum

CMDBField< TDesC > iDefaultTelNum;

Description


iDialResolution

CMDBField< TBool > iDialResolution;

Description


iChargecard

CMDBRecordLink< CCDChargecardRecord > iChargecard;

Description


iUseLoginScript

CMDBField< TBool > iUseLoginScript;

Description


iLoginScript

CMDBField< TDesC > iLoginScript;

Description


iPromptForLogin

CMDBField< TBool > iPromptForLogin;

Description


iLoginName

CMDBField< TDesC > iLoginName;

Description


iLoginPass

CMDBField< TDesC > iLoginPass;

Description


iDisplayPct

CMDBField< TBool > iDisplayPct;

Description


iIfParams

CMDBField< TDesC > iIfParams;

Description


iIfNetworks

CMDBField< TDesC > iIfNetworks;

Description


iIfPromptForAuth

CMDBField< TBool > iIfPromptForAuth;

Description


iIfAuthName

CMDBField< TDesC > iIfAuthName;

Description


iIfAuthPass

CMDBField< TDesC > iIfAuthPass;

Description


iIfAuthRetries

CMDBField< TUint32 > iIfAuthRetries;

Description


iIfCallbackEnabled

CMDBField< TBool > iIfCallbackEnabled;

Description


iIfCallbackType

CMDBField< TUint32 > iIfCallbackType;

Description


iIfCallbackInfo

CMDBField< TDesC8 > iIfCallbackInfo;

Description


iCallbackTimeout

CMDBField< TUint32 > iCallbackTimeout;

Description


iIfServerMode

CMDBField< TBool > iIfServerMode;

Description


iIpAddrFromServer

CMDBField< TBool > iIpAddrFromServer;

Description


iIpAddr

CMDBField< TDesC > iIpAddr;

Description


iIpNetMask

CMDBField< TDesC > iIpNetMask;

Description


iIpGateway

CMDBField< TDesC > iIpGateway;

Description


iIpDnsAddrFromServer

CMDBField< TBool > iIpDnsAddrFromServer;

Description


iIpNameServer1

CMDBField< TDesC > iIpNameServer1;

Description


iIpNameServer2

CMDBField< TDesC > iIpNameServer2;

Description


iIp6DnsAddrFromServer

CMDBField< TBool > iIp6DnsAddrFromServer;

Description


iIp6NameServer1

CMDBField< TDesC > iIp6NameServer1;

Description


iIp6NameServer2

CMDBField< TDesC > iIp6NameServer2;

Description


iIpAddrLeaseValidFrom

CMDBField< TDesC > iIpAddrLeaseValidFrom;

Description


iIpAddrLeaseValidTo

CMDBField< TDesC > iIpAddrLeaseValidTo;

Description


iConfigDaemonManagerName

CMDBField< TDesC > iConfigDaemonManagerName;

Description


iConfigDaemonName

CMDBField< TDesC > iConfigDaemonName;

Description


iEnableIpHeaderComp

CMDBField< TBool > iEnableIpHeaderComp;

Description


iEnableLcpExtension

CMDBField< TBool > iEnableLcpExtension;

Description


iDisablePlainTextAuth

CMDBField< TBool > iDisablePlainTextAuth;

Description


iEnableSwComp

CMDBField< TBool > iEnableSwComp;

Description


iBearerName

CMDBField< TUint32 > iBearerName;

Description


iBearerSpeed

CMDBField< TUint32 > iBearerSpeed;

Description


iBearerCe

CMDBField< TUint32 > iBearerCe;

Description


iInitString

CMDBField< TDesC8 > iInitString;

Description


iBearerType

CMDBField< TUint32 > iBearerType;

Description


iChannelCoding

CMDBField< TUint32 > iChannelCoding;

Description


iAiur

CMDBField< TUint32 > iAiur;

Description


iRequestedTimeSlots

CMDBField< TUint32 > iRequestedTimeSlots;

Description


iMaximumTimeSlots

CMDBField< TUint32 > iMaximumTimeSlots;

Description


iBearerService

CMDBField< TUint32 > iBearerService;

Description


iBearerProtocol

CMDBField< TUint32 > iBearerProtocol;

Description


iRlpVersion

CMDBField< TUint32 > iRlpVersion;

Description


iIwfToMs

CMDBField< TUint32 > iIwfToMs;

Description


iMsToIwf

CMDBField< TUint32 > iMsToIwf;

Description


iAckTimer

CMDBField< TUint32 > iAckTimer;

Description


iRetransmissionAttempts

CMDBField< TUint32 > iRetransmissionAttempts;

Description


iResequencePeriod

CMDBField< TUint32 > iResequencePeriod;

Description


iV42Compression

CMDBField< TUint32 > iV42Compression;

Description


iV42Codewords