1.1 --- a/epoc32/include/commsdattypeinfov1_1.h Wed Mar 31 12:27:01 2010 +0100
1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
1.3 @@ -1,2336 +0,0 @@
1.4 -// Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
1.5 -// All rights reserved.
1.6 -// This component and the accompanying materials are made available
1.7 -// under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
1.8 -// which accompanies this distribution, and is available
1.9 -// at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
1.10 -//
1.11 -// Initial Contributors:
1.12 -// Nokia Corporation - initial contribution.
1.13 -//
1.14 -// Contributors:
1.15 -//
1.16 -// Description:
1.17 -// Comms Data Type Definitions version 1.1
1.18 -// Type info for Symbian OS Comms Data Types that can be stored in the Comms Repository
1.19 -// Information held here includes
1.20 -// - Field ID
1.21 -// - Field Name
1.22 -// - Field Value Type
1.23 -// - Field Max Length (for descriptors)
1.24 -// Type Definitions are version controlled. New versions may be introduced from time to time.
1.25 -// Then older versions are marked as deprecated and given a planned removal date.
1.26 -// This version introduced with Release 9.1
1.27 -//
1.28 -//
1.29 -
1.30 -
1.31 -
1.32 -
1.33 -/**
1.34 - @file
1.35 - @publishedPartner
1.36 - @released
1.37 -*/
1.38 -
1.39 -#if (!defined COMMSDATTYPEINFOV1_1_H)
1.40 -#define COMMSDATTYPEINFOV1_1_H
1.41 -
1.42 -
1.43 -
1.44 -namespace CommsDat
1.45 -{
1.46 -
1.47 - // TIds for each Comms Record Type
1.48 -
1.49 -
1.50 - // Internal
1.51 - const TMDBElementId KCDTIdGlobalSettingsRecord = 0x00800000; ///< Record identifier for GlobalSettings table
1.52 - const TMDBElementId KCDTIdConnectionPrefsRecord = 0x01000000; ///< Record identifier for ConnectionPreferences table
1.53 -
1.54 - const TMDBElementId KCDTIdNetworkRecord = 0x01800000; ///< Record identifier for Network table
1.55 - const TMDBElementId KCDTIdLocationRecord = 0x02000000; ///< Record identifier for Location table
1.56 - const TMDBElementId KCDTIdIAPRecord = 0x02800000; ///< Record identifier for IAP table
1.57 -
1.58 - // WAP
1.59 - const TMDBElementId KCDTIdWAPAccessPointRecord = 0x03000000; ///< Record identifier for WAPAccessPoint table
1.60 -
1.61 - // Service
1.62 - const TMDBElementId KCDTIdDialOutISPRecord = 0x03800000; ///< Record identifier for DialOutISP table
1.63 - const TMDBElementId KCDTIdDialInISPRecord = 0x04000000; ///< Record identifier for DialInISP table
1.64 - const TMDBElementId KCDTIdLANServiceRecord = 0x04800000; ///< Record identifier for LANService table
1.65 -
1.66 - /**
1.67 - WLANServiceExtension is internal Table
1.68 - @internalComponent
1.69 - */
1.70 - const TMDBElementId KCDTIdWLANServiceExtRecord = 0x05000000; //
1.71 - const TMDBElementId KCDTIdVPNServiceRecord = 0x05800000; ///< Record identifier for VPNService table
1.72 -
1.73 - const TMDBElementId KCDTIdCDMA2000PacketServiceRecord = 0x06000000; ///< Record identifier for CDMA2000PacketService table
1.74 - const TMDBElementId KCDTIdWCDMAPacketServiceRecord = 0x06800000; ///< Record identifier for WCDMAPacketService table
1.75 - const TMDBElementId KCDTIdOutgoingGprsRecord = 0x0C800000; ///< Record identifier for OutgoingGPRS table
1.76 - const TMDBElementId KCDTIdIncomingGprsRecord = 0x0D000000; ///< Record identifier for IncomingGPRS table
1.77 -
1.78 - const TMDBElementId KCDTIdPANServiceExtRecord = 0x0D800000; ///< Record identifier for PANServiceExt table
1.79 -
1.80 - // Service Defaults
1.81 - const TMDBElementId KCDTIdDefaultCDMA2000SettingsRecord = 0x07000000; ///< Record identifier for DefaultCDMA2000Settings table
1.82 - const TMDBElementId KCDTIdDefaultWCDMARecord = 0x07800000; ///< Record identifier for DefaultWCDMA table
1.83 -
1.84 - // Bearer
1.85 - const TMDBElementId KCDTIdModemBearerRecord = 0x08000000; ///< Record identifier for ModemBearer table
1.86 - const TMDBElementId KCDTIdLANBearerRecord = 0x08800000; ///< Record identifier for LANBearer table
1.87 - const TMDBElementId KCDTIdVirtualBearerRecord = 0x09000000; ///< Record identifier for VirtualBearer table
1.88 -
1.89 - const TMDBElementId KCDTIdWAPSMSBearerRecord = 0x09800000; ///< Record identifier for WAPSMSBearer table
1.90 - const TMDBElementId KCDTIdWAPIPBearerRecord = 0x0A000000; ///< Record identifier for WAPIPBearer table
1.91 -
1.92 - const TMDBElementId KCDTIdChargecardRecord = 0x0A800000; ///< Record identifier for Chargecard table
1.93 - const TMDBElementId KCDTIdProxiesRecord = 0x0B000000; ///< Record identifier for Proxies table
1.94 -
1.95 - /**
1.96 - SecureSocketProto is Internal Table
1.97 - @internalComponent
1.98 - */
1.99 - const TMDBElementId KCDTIdSSProtoRecord = 0x0B800000; //
1.100 - /**
1.101 - Agent Lookup is Internal Table
1.102 - @internalComponent
1.103 - */
1.104 - const TMDBElementId KCDTIdAgentLookupRecord = 0x0C000000; //
1.105 -
1.106 - const TMDBElementId KCDTIdAccessPointRecord = 0x0E000000; ///< Record identifier for AccessPoint table
1.107 - const TMDBElementId KCDTIdIapPrioritySelectionPolicyRecord= 0x0E800000; ///< Record identifier for IAPPrioritySelectionPolicy table
1.108 -
1.109 - const TMDBElementId KCDTIdUmtsR99QoSAndOnTableRecord = 0x0F000000; ///< Record identifier for UmtsR99QoS table
1.110 -
1.111 - /**
1.112 - EAPSecSettings is internal Table
1.113 - @internalComponent
1.114 - */
1.115 - const TMDBElementId KCDTIdEAPSecRecord = 0x0F800000; //
1.116 -
1.117 - /**
1.118 - TunEAPSettings is internal Table
1.119 - @internalComponent
1.120 - */
1.121 - const TMDBElementId KCDTIdTunEAPRecord = 0x10000000; //
1.122 -
1.123 - /**
1.124 - EAPTLSSetings is internal Table
1.125 - @internalComponent
1.126 - */
1.127 - const TMDBElementId KCDTIdEAPTLSRecord = 0x10800000; //
1.128 -
1.129 - /**
1.130 - LEAPSetting is internal Table
1.131 - @internalComponent
1.132 - */
1.133 - const TMDBElementId KCDTIdLEAPRecord = 0x11000000; //
1.134 -
1.135 -#ifdef SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY
1.136 -
1.137 - /**
1.138 - @internalTechnology
1.139 - */
1.140 - const TMDBElementId KCDTIdTierRecord = 0x11800000; //
1.141 - /**
1.142 - @internalTechnology
1.143 - */
1.144 - const TMDBElementId KCDTIdMCprRecord = 0x12000000; //
1.145 - /**
1.146 - @internalTechnology
1.147 - */
1.148 - const TMDBElementId KCDTIdCprRecord = 0x12800000; //
1.149 - /**
1.150 - @internalTechnology
1.151 - */
1.152 - const TMDBElementId KCDTIdSCprRecord = 0x13000000; //
1.153 - /**
1.154 - @internalTechnology
1.155 - */
1.156 - const TMDBElementId KCDTIdProtocolRecord = 0x13800000; //
1.157 -
1.158 - /**
1.159 - @internalComponent
1.160 - */
1.161 - const TMDBElementId KCDTIdBearerTypeRecord = 0x14000000; //
1.162 - const TMDBElementId KCDTIdConfigAccessPointRecord = 0x14800000;
1.163 - const TMDBElementId KCDTIdApPrioritySelectionPolicyRecord = 0x15000000; //
1.164 - const TMDBElementId KCDTIdPolicySelectorRecord = 0x15800000; //
1.165 - const TMDBElementId KCDTIdPolicySelector2ParamsRecord = 0x16000000; //
1.166 -
1.167 - const TMDBElementId KCDTIdGenericQosRecord = 0x16800000; //
1.168 -
1.169 -// need to preserve compatibility, soon to become internalTechnology
1.170 -//#ifdef SYMBIAN_NETWORKING_WIFI
1.171 - const TMDBElementId KCDTIdWifiScanEngineRecord = 0x17000000; //
1.172 -//#endif //SYMBIAN_NETWORKING_WIFI
1.173 -
1.174 -#endif //SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY
1.175 -
1.176 - const TMDBElementId KCDTIdEapSimProtocolRecord = 0x17800000; ///< Record identifier for EapSimProtocol table.
1.177 - const TMDBElementId KCDTIdEapAkaProtocolRecord = 0x18000000; ///< Record identifier for EapAkaProtocol table.
1.178 -
1.179 - // Comms Record type names.- 26 in total
1.180 -
1.181 - #define KCDTypeNameConnectionPrefs _S("ConnectionPreferences")
1.182 - #define KCDTypeNameGlobalSettings _S("GlobalSettings")
1.183 -
1.184 - #define KCDTypeNameNetwork _S("Network")
1.185 - #define KCDTypeNameIAP _S("IAP")
1.186 - #define KCDTypeNameLocation _S("Location")
1.187 -
1.188 - #define KCDTypeNameWAPAccessPoint _S("WAPAccessPoint")
1.189 -
1.190 - // Service
1.191 - #define KCDTypeNameDialOutISP _S("DialOutISP")
1.192 - #define KCDTypeNameDialInISP _S("DialInISP")
1.193 - #define KCDTypeNameLANService _S("LANService")
1.194 - #define KCDTypeNameWLANServiceExt _S("WLANServiceExtensionTable")
1.195 - #define KCDTypeNameVPNService _S("VpnService")
1.196 - #define KCDTypeNameOutgoingWCDMA _S("OutgoingGPRS")
1.197 - #define KCDTypeNameIncomingWCDMA _S("IncomingGPRS")
1.198 - #define KCDTypeNameCDMA2000PacketService _S("CDMA2000PacketServiceTable")
1.199 -
1.200 - #define KCDTypeNameDefaultWCDMA _S("DefaultGPRS")
1.201 - #define KCDTypeNameDefaultCDMA2000Settings _S("DefaultCDMA2000SettingsTable")
1.202 -
1.203 - #define KCDTypeNamePANServiceExt _S("PANServiceExtensions")
1.204 -
1.205 - // Bearer
1.206 - #define KCDTypeNameModemBearer _S("ModemBearer")
1.207 - #define KCDTypeNameLANBearer _S("LANBearer")
1.208 - #define KCDTypeNameVirtualBearer _S("VirtualBearer")
1.209 -
1.210 - #define KCDTypeNameWAPSMSBearer _S("WAPSMSBearer")
1.211 - #define KCDTypeNameWAPIPBearer _S("WAPIPBearer")
1.212 -
1.213 - // Other
1.214 - #define KCDTypeNameChargecard _S("Chargecard")
1.215 - #define KCDTypeNameProxies _S("Proxies")
1.216 - #define KCDTypeNameSSProto _S("SecureSocketTable")
1.217 - #define KCDTypeNameAgentLookup _S("AgentLookup")
1.218 -
1.219 - #define KCDTypeNameService _S("IAPService")
1.220 - #define KCDTypeNameBearer _S("IAPBearer")
1.221 -
1.222 - #define KCDTypeNameUmtsR99QoSAndOnTable _S("UmtsR99QoSAndOnTable")
1.223 - #define KCDTypeNameEapSimProtocol _S("EapSimProtocol")
1.224 - #define KCDTypeNameEapAkaProtocol _S("EapAkaProtocol")
1.225 - #define KCDTTypeNameEAPSec _S("EAPSecuritySettingsTable")
1.226 - #define KCDTTypeNameTunEAP _S("TunnelledEAPSettingsTable")
1.227 - #define KCDTTypeNameEAPTLS _S("EAPTLSSettingsTable")
1.228 - #define KCDTTypeNameLEAP _S("LEAPSettingsTable")
1.229 -
1.230 -#ifdef SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY
1.231 -
1.232 - #define KCDTTypeNamePolicySelector _S("PolicySelectorTable")
1.233 - #define KCDTTypeNamePolicySelector2Params _S("PolicySelector2ParamsTable")
1.234 -
1.235 - #define KCDTTypeNameGenericQoSParams _S("GenericQoSParamsTable")
1.236 -
1.237 -// need to preserve compatibility, soon to become internalTechnology
1.238 -//#ifdef SYMBIAN_NETWORKING_WIFI
1.239 - #define KCDTTypeNameWifiScanEngine _S("WifiScanEngineTable")
1.240 -//#endif //SYMBIAN_NETWORKING_WIFI
1.241 -
1.242 -#endif //SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY
1.243 -
1.244 - #define KCDNull _S("")
1.245 -
1.246 - #define KCDTypeNameAccessPoint _S("AccessPoint")
1.247 - #define KCDTypeNameIapPrioritySelectionPolicy _S("IAPPrioritySelectionPolicy")
1.248 -
1.249 -
1.250 -#ifdef SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY
1.251 - #define KCDTypeNameApPrioritySelectionPolicy _S("APPrioritySelectionPolicy")
1.252 -
1.253 - #define KCDTypeNameTierRecord _S("Tier")
1.254 - #define KCDTypeNameMCprRecord _S("MCpr")
1.255 - #define KCDTypeNameCprRecord _S("Cpr")
1.256 - #define KCDTypeNameSCprRecord _S("SCpr")
1.257 - #define KCDTypeNameProtocolRecord _S("Protocol")
1.258 - /**
1.259 - @internalComponent
1.260 - */
1.261 - #define KCDTypeNameBearerTypeRecord _S("BearerType")
1.262 - #define KCDTypeNameConfigAccessPointRecord _S("ConfigAccessPoint")
1.263 -#endif
1.264 - #define KCDNull _S("")
1.265 -
1.266 -
1.267 -
1.268 -///////////////////////////////////////////////////////////////////////////////////////////
1.269 -// COMMSDAT RECORD BASE CLASS
1.270 -// Contains fields common to all records
1.271 -//
1.272 -
1.273 - // Element Type Ids
1.274 -
1.275 - /**
1.276 - Field will contain a user-defined numeric tag for a record.
1.277 - Useful for user searches and cheaper to search on a numeric tag than a string name.
1.278 - Can be null.
1.279 - This tag is not automatically connected with the record id itself,
1.280 - which is contained within the ElementId for the record and not in any field.
1.281 -
1.282 - @publishedAll
1.283 - @released
1.284 - */
1.285 - const TMDBElementId KCDTIdRecordTag = 0x00010000;
1.286 -
1.287 - /**
1.288 - Field will contain a user-defined string tag for a record.
1.289 - This is used to uniquely identify business level information within a record.
1.290 -
1.291 - This field is useful for user searches, however it should be noted that it would be more efficient to use the KCDTIdRecordTag field instead
1.292 - as it is quicker and cheaper to search for a number than for a string.
1.293 -
1.294 - @publishedAll
1.295 - @released
1.296 - */
1.297 - const TMDBElementId KCDTIdRecordName = 0x00020000;
1.298 -
1.299 -
1.300 - // Element Type Names
1.301 - #define KCDTypeNameRecordTag _S("Id")
1.302 - #define KCDTypeNameRecordName _S("Name")
1.303 -
1.304 -
1.305 -#ifdef SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY
1.306 -//////////////////////////////////////////////////////////////
1.307 -// BASE CLASS FOR ALL PARAMS RECORDS
1.308 -// Contains fields common to all params records
1.309 -//
1.310 - const TMDBElementId KCDTIdParamsSTypeId = 0x007C0000;
1.311 -
1.312 - #define KCDTypeNameParamsSTypeId _S("STypeId")
1.313 -
1.314 -#endif
1.315 -
1.316 -//////////////////////////////////////////////////////////////
1.317 -// BASE CLASS FOR ALL SERVICE RECORDS
1.318 -// Contains fields common to all service records
1.319 -//
1.320 - const TMDBElementId KCDTIdServiceEnableLlmnr = 0x007C0000; ///< Commsdat field id for field: EnableLLMNR. Field is declared in the following service tables: DialOutISP, DialInISP, VPNService, LanService, CDMA2000PacketService and WCDMAPacketService table.
1.321 -
1.322 - #define KCDTypeNameServiceEnableLlmnr _S("EnableLLMNR")
1.323 -
1.324 -
1.325 -//////////////////////////////////////////////////////////////
1.326 -// BASE CLASS FOR ALL BEARER RECORDS
1.327 -// Contains fields common to all bearer records
1.328 -//
1.329 - const TMDBElementId KCDTIdBearerAgent = 0x007C0000; ///< Commsdat field id for field: BearerAgent. Field is declared in the following tables: LanBearer, VirtualBearer and ModemBearer table.
1.330 - const TMDBElementId KCDTIdBearerTechnology = 0x007B0000; ///< Commsdat field id for field: BearerTechnology. Field is declared in the following tables: LanBearer, VirtualBearer and ModemBearer table.
1.331 -
1.332 - #define KCDTypeNameBearerAgent _S("Agent")
1.333 - #define KCDTypeNameBearerTechnology _S("BearerTechnology")
1.334 -///////////////////////////////////////////////////////////////////////////
1.335 -// 008/ GLOBAL SETTINGS RECORD
1.336 -//
1.337 -
1.338 - // Element Type IDs
1.339 - const TMDBElementId KCDTIdMaxConnectionAttempts = 0x00830000; ///< Commsdat field id for field: ConnectionAttempts. Field is declared in the GlobalSettings table.
1.340 - const TMDBElementId KCDTIdMaxRedialAttempts = 0x00840000; ///< Commsdat field id for field: RedialAttempts. Field is declared in the GlobalSettings table.
1.341 - const TMDBElementId KCDTIdSMSBearer = 0x00850000; ///< Commsdat field id for field: SMSBearer. Field is declared in the GlobalSettings table.
1.342 - const TMDBElementId KCDTIdSMSReceiveMode = 0x00860000; ///< Commsdat field id for field: SMSReceiveMode. Field is declared in the GlobalSettings table.
1.343 - const TMDBElementId KCDTIdGPRSAttachMode = 0x00870000; ///< Commsdat field id for field: GPRSAttachMode. Field is declared in the GlobalSettings table.
1.344 - const TMDBElementId KCDTIdAcceptIncomingGPRS = 0x00880000; ///< Commsdat field id for field: AcceptIncomingGPRS. Field is declared in the GlobalSettings table.
1.345 - const TMDBElementId KCDTIdGPRSClassCBearer = 0x00890000; ///< Commsdat field id for field: GPRSClassCBearer. Field is declared in the GlobalSettings table.
1.346 - const TMDBElementId KCDTIdModemDataFax = 0x008A0000; ///< Commsdat field id for field: ModemForDataAndFax. Field is declared in the GlobalSettings table.
1.347 - const TMDBElementId KCDTIdModemPhoneServicesSMS = 0x008B0000; ///< Commsdat field id for field: ModemForPhoneServicesAndSMS. Field is declared in the GlobalSettings table.
1.348 - const TMDBElementId KCDTIdLocationDataFax = 0x008C0000; ///< Commsdat field id for field: LocationForDataAndFax. Field is declared in the GlobalSettings table.
1.349 - const TMDBElementId KCDTIdLocationPhoneServicesSMS = 0x008D0000; ///< Commsdat field id for field: LocationForPhoneServicesAndSMS. Field is declared in the GlobalSettings table.
1.350 - const TMDBElementId KCDTIdMaxMBufHeap = 0x008E0000; ///< Commsdat field id for field: MaxMBufHeap. Field is declared in the GlobalSettings table.
1.351 - const TMDBElementId KCDTIdDefaultAgent = 0x008F0000; ///< Commsdat field id for field: DefaultAgent. Field is declared in the GlobalSettings table.
1.352 - const TMDBElementId KCDTIdDefaultNetwork = 0x00900000; ///< Commsdat field id for field: DefaultNetwork. Field is declared in the GlobalSettings table.
1.353 - const TMDBElementId KCDTIdBearerAvailabilityCheckTSY = 0x00910000; ///< Commsdat field id for field: BearerAvailabilityCheckTSY. Field is declared in the GlobalSettings table.
1.354 - const TMDBElementId KCDTIdCDMAOPCapability = 0x00920000; ///< Commsdat field id for field: CDMAOPCapability. Field is declared in the GlobalSettings table.
1.355 - const TMDBElementId KCDTIdCDMASimIPMaxNumNai = 0x00930000; ///< Commsdat field id for field: CDMASimIPMaxNumNai. Field is declared in the GlobalSettings table.
1.356 - const TMDBElementId KCDTIdCDMASimIPMaxNaiLength = 0x00940000; ///< Commsdat field id for field: CDMASimIPMaxNaiLength. Field is declared in the GlobalSettings table.
1.357 - const TMDBElementId KCDTIdCDMASimIPMaxSSLength = 0x00950000; ///< Commsdat field id for field: CDMASimIPMaxSSLength. Field is declared in the GlobalSettings table.
1.358 - const TMDBElementId KCDTIdCDMASimIPAuthSupported = 0x00960000; ///< Commsdat field id for field: CDMASimIPAuthSupported. Field is declared in the GlobalSettings table.
1.359 - const TMDBElementId KCDTIdCDMAMIPMaxNumNai = 0x00970000; ///< Commsdat field id for field: CDMAMIPMaxNumNai. Field is declared in the GlobalSettings table.
1.360 - const TMDBElementId KCDTIdCDMAMIPMaxNaiLength = 0x00980000; ///< Commsdat field id for field: CDMAMIPMaxNaiLength. Field is declared in the GlobalSettings table.
1.361 - const TMDBElementId KCDTIdCDMAMIPMaxMNAAASSLength = 0x00990000; ///< Commsdat field id for field: CDMAMIPMaxMNAAASSLength. Field is declared in the GlobalSettings table.
1.362 - const TMDBElementId KCDTIdCDMAMIPMNAAAAuthAlgorithm = 0x009A0000; ///< Commsdat field id for field: CDMAMIPMNAAAAuthAlgorithm. Field is declared in the GlobalSettings table.
1.363 - const TMDBElementId KCDTIdCDMAMIPMaxMNHASSLength = 0x009B0000; ///< Commsdat field id for field: CDMAMIPMaxMNHASSLength. Field is declared in the GlobalSettings table.
1.364 - const TMDBElementId KCDTIdCDMAMIPMNHAAuthAlgorithm = 0x009C0000; ///< Commsdat field id for field: CDMAMIPMNHAAuthAlgorithm. Field is declared in the GlobalSettings table.
1.365 - const TMDBElementId KCDTIdGlobalWapAcessPoint = 0x009D0000; ///< Commsdat field id for field: GlobalWapAcessPoint. Field is declared in the GlobalSettings table.
1.366 - // #ifdef SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY
1.367 - // @Deprecated
1.368 - // Maps to KCDTIdDefaultAccessPoint in the Tier Table record for the
1.369 - // default Tier (KCDTIdDefaultTier)
1.370 - const TMDBElementId KCDTIdDefaultSnap = 0x009E0000; ///< Commsdat field id for field: DefaultSnap. Field is declared in the GlobalSettings table.
1.371 - // #ifdef SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY
1.372 - // @deprecated
1.373 - // Maps to KCDTIdPromptUser in the Tier Table record for the
1.374 - // Default Tier (KCDTIdDefaultTier)
1.375 - const TMDBElementId KCDTIdPromptForSnap = 0x009F0000; ///< Commsdat field id for field: PromptForSnap. Field is declared in the GlobalSettings table.
1.376 -
1.377 -#ifdef SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY
1.378 - const TMDBElementId KCDTIdDefaultTier = 0x00A00000;
1.379 -#endif
1.380 - const TMDBElementId KCDTIdRegulatoryDomain = 0x00A30000;
1.381 -
1.382 - // Element Type names .
1.383 - #define KCDTypeNameMaxRedialAttempts _S("RedialAttempts")
1.384 - #define KCDTypeNameSMSBearer _S("SmsBearer")
1.385 - #define KCDTypeNameSMSReceiveMode _S("SmsReceiveMode")
1.386 - #define KCDTypeNameGPRSAttachMode _S("GPRSAttachMode")
1.387 - #define KCDTypeNameAcceptIncomingGPRS _S("AcceptIncomingGprs")
1.388 - #define KCDTypeNameGPRSClassCBearer _S("GPRSClassCBearer")
1.389 - #define KCDTypeNameMaxConnectionAttempts _S("ConnectionAttempts")
1.390 - #define KCDTypeNameModemDataFax _S("ModemForDataAndFax")
1.391 - #define KCDTypeNameModemPhoneServicesSMS _S("ModemForPhoneServicesAndSMS")
1.392 - #define KCDTypeNameLocationDataFax _S("LocationForDataAndFax")
1.393 - #define KCDTypeNameLocationPhoneServicesSMS _S("LocationForPhoneServicesAndSMS")
1.394 - #define KCDTypeNameMaxMBufHeap _S("MaxMBufHeap")
1.395 - #define KCDTypeNameDefaultAgent _S("DefaultAgent")
1.396 - #define KCDTypeNameDefaultNetwork _S("DefaultNetwork")
1.397 - #define KCDTypeNameBearerAvailabilityCheckTSY _S("BearerAvailabilityCheckTSY")
1.398 - #define KCDTypeNameCDMAOPCapability _S("CDMAOperationCapability")
1.399 - #define KCDTypeNameCDMASimIPMaxNumNai _S("CDMASimpleIpMaxNumNai")
1.400 - #define KCDTypeNameCDMASimIPMaxNaiLength _S("CDMASimpleIpMaxNaiLength")
1.401 - #define KCDTypeNameCDMASimIPMaxSSLength _S("CDMASimpleIpMaxSsLength")
1.402 - #define KCDTypeNameCDMASimIPAuthSupported _S("CDMASimpleIpAuthSupported")
1.403 - #define KCDTypeNameCDMAMIPMaxNumNai _S("CDMAMobileIpMaxNumNai")
1.404 - #define KCDTypeNameCDMAMIPMaxNaiLength _S("CDMAMobileIpMaxNAILength")
1.405 - #define KCDTypeNameCDMAMIPMaxMNAAASSLength _S("CDMAMobileIpMaxMnAaaSsLength")
1.406 - #define KCDTypeNameCDMAMIPMNAAAAuthAlgorithm _S("CDMAMobileIpMnAaaAuthAlgorithm")
1.407 - #define KCDTypeNameCDMAMIPMaxMNHASSLength _S("CDMAMobileIpMaxMnHaSsLength")
1.408 - #define KCDTypeNameCDMAMIPMNHAAuthAlgorithm _S("CDMAMobileIpMnHaAuthAlgorithm")
1.409 - #define KCDTypeNameDefaultSnap _S("DefaultSnap")
1.410 -
1.411 -#ifdef SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY
1.412 -//the name of this field (KCDTypeNamePromptForSnap) depends form the actual environment
1.413 - #define KCDTypeNamePromptForSnap _S("PromptUser")
1.414 - #define KCDTypeNamePromptForSnapBC _S("PromptUser#PromptForSnap")
1.415 - #define KCDTypeNameDefaultTier _S("DefaultTier")
1.416 -#else
1.417 -//the name of this field (KCDTypeNamePromptForSnap) depends form the actual environment
1.418 - #define KCDTypeNamePromptForSnap _S("PromptForSnap")
1.419 -#endif
1.420 -
1.421 - #define KCDTypeNameRegulatoryDomain _S("RegulatoryDomain")
1.422 -
1.423 -
1.424 -//////////////////////////////////////////////////////////////////////////////
1.425 -// 010/ CONNECTION PREFERENCES RECORD
1.426 -//
1.427 -
1.428 - // Element Type Ids
1.429 - const TMDBElementId KCDTIdRanking = 0x01030000; ///< Commsdat field id for field: Ranking. Field is declared in the ConnectionPreferences table.
1.430 - const TMDBElementId KCDTIdDirection = 0x01040000; ///< Commsdat field id for field: Direction. Field is declared in the ConnectionPreferences table.
1.431 - const TMDBElementId KCDTIdBearerSet = 0x01050000; ///< Commsdat field id for field: BearerSet. Field is declared in the ConnectionPreferences table.
1.432 - const TMDBElementId KCDTIdDialogPref = 0x01060000; ///< Commsdat field id for field: DialogPref. Field is declared in the ConnectionPreferences table.
1.433 - const TMDBElementId KCDTIdIAPLink = 0x01070000; ///< Commsdat field id for field: IAP. Field is declared in the ConnectionPreferences table.
1.434 -
1.435 -
1.436 - // Element Type Names
1.437 - #define KCDTypeNameRanking _S("Ranking")
1.438 - #define KCDTypeNameDirection _S("Direction")
1.439 - #define KCDTypeNameBearerSet _S("BearerSet")
1.440 - #define KCDTypeNameDialogPref _S("DialogPref")
1.441 -
1.442 -
1.443 -
1.444 -
1.445 -
1.446 -
1.447 -///////////////////////////////////////////////////////////////////////////
1.448 -// 018 NETWORK RECORD
1.449 -//
1.450 - // Field Type IDs
1.451 - const TMDBElementId KCDTIdHostName = 0x01830000; ///< Commsdat field id for field: HostName. Field is declared in the Network table.
1.452 -
1.453 - // NETWORK Table Field Names
1.454 - #define KCDTypeNameHostName _S("HostName")
1.455 -
1.456 -////////////////////////////////////////////////////////////////////////
1.457 -// 020 LOCATION RECORD
1.458 -//
1.459 -
1.460 - // Field Type IDs
1.461 - const TMDBElementId KCDTIdIntlPrefixCode = 0x02030000; ///< Commsdat field id for field: IntlPrefixCode. Field is declared in the Location table.
1.462 - const TMDBElementId KCDTIdNatPrefixCode = 0x02040000; ///< Commsdat field id for field: NatPrefixCode. Field is declared in the Location table
1.463 - const TMDBElementId KCDTIdNatCode = 0x02050000; ///< Commsdat field id for field: NatCode. Field is declared in the Location table
1.464 - const TMDBElementId KCDTIdAreaCode = 0x02060000; ///< Commsdat field id for field: AreaCode. Field is declared in the Location table
1.465 - const TMDBElementId KCDTIdDialOutCode = 0x02070000; ///< Commsdat field id for field: DialOutCode. Field is declared in the Location table
1.466 - const TMDBElementId KCDTIdDisableCallWaitingCode = 0x02080000; ///< Commsdat field id for field: DisableCallWaitingCode. Field is declared in the Location table
1.467 - const TMDBElementId KCDTIdMobile = 0x02090000; ///< Commsdat field id for field: Mobile. Field is declared in the Location table
1.468 - const TMDBElementId KCDTIdUsePulseDial = 0x020A0000; ///< Commsdat field id for field: UsePulseDial. Field is declared in the Location table
1.469 - const TMDBElementId KCDTIdWaitForDialTone = 0x020B0000; ///< Commsdat field id for field: WaitForDialTone. Field is declared in the Location table
1.470 - const TMDBElementId KCDTIdPauseAfterDialOut = 0x020C0000; ///< Commsdat field id for field: PauseAfterDialOut. Field is declared in the Location table
1.471 -
1.472 -
1.473 - // Location Table Field Names
1.474 - #define KCDTypeNameIntlPrefixCode _S("IntlPrefixCode")
1.475 - #define KCDTypeNameNatPrefixCode _S("NatPrefixCode")
1.476 - #define KCDTypeNameNatCode _S("NatCode")
1.477 - #define KCDTypeNameAreaCode _S("AreaCode")
1.478 - #define KCDTypeNameDialOutCode _S("DialOutCode")
1.479 - #define KCDTypeNameDisableCallWaitingCode _S("DisableCallWaitingCode")
1.480 - #define KCDTypeNameMobile _S("Mobile")
1.481 - #define KCDTypeNameUsePulseDial _S("UsePulseDial")
1.482 - #define KCDTypeNameWaitForDialTone _S("WaitForDialTone")
1.483 - #define KCDTypeNamePauseAfterDialOut _S("PauseAfterDialout")
1.484 - #define KCDTypeNameOPCapability _S("OPCapability")
1.485 - #define KCDTypeNameSimipMaxNumNai _S("SimipMaxNumNai")
1.486 - #define KCDTypeNameSimipMaxNaiLength _S("SimipMaxNaiLength")
1.487 - #define KCDTypeNameSimipMaxSsLength _S("SimipMaxSsLength")
1.488 - #define KCDTypeNameSimipAuthSupported _S("SimipAuthSupported")
1.489 - #define KCDTypeNameMipMaxNumNai _S("MipMaxNumNai ")
1.490 - #define KCDTypeNameMipMaxNaiLength _S("MipMaxNaiLength")
1.491 - #define KCDTypeNameMipMaxMnAaaSsLength _S("MipMaxMnAaaSsLength")
1.492 - #define KCDTypeNameMipMnAaaAuthAlgorithm _S("MipMnAaaAuthAlgorithm")
1.493 - #define KCDTypeNameMipMaxMnHaSsLength _S("MipMaxMnHaSsLength")
1.494 -
1.495 -//////////////////////////////////////////////////////////////////////////////////////
1.496 -// 028/ IAP RECORD
1.497 -//
1.498 -
1.499 - // FieldTIds
1.500 - const TMDBElementId KCDTIdIAPServiceType = 0x02830000; ///< Commsdat field id for field: IAPServiceType. Type of Service record. Field is declared in the IAP table
1.501 - const TMDBElementId KCDTIdIAPService = 0x02840000; ///< Commsdat field id for field: IAPService. Link to a Service record. Field is declared in the IAP table
1.502 - const TMDBElementId KCDTIdIAPBearerType = 0x02850000; ///< Commsdat field id for field: IAPBearerType. Type of Bearer record. Field is declared in the IAP table.
1.503 - const TMDBElementId KCDTIdIAPBearer = 0x02860000; ///< Commsdat field id for field: IAPBearer. Link to a Bearer record. Field is declared in the IAP table.
1.504 - const TMDBElementId KCDTIdIAPNetwork = 0x02870000; ///< Commsdat field id for field: IAPNetwork. Link to a Network record. Field is declared in the IAP table.
1.505 - const TMDBElementId KCDTIdIAPNetworkWeighting = 0x02880000; ///< Commsdat field id for field: IAPNetworkWeighting. Field is declared in the IAP table.
1.506 - const TMDBElementId KCDTIdIAPLocation = 0x02890000; ///< Commsdat field id for field: Location. Link to a Location record. Field is declared in the IAP table.
1.507 -#ifdef SYMBIAN_NETWORKING_UMTSR5
1.508 - const TMDBElementId KCDTIdIAPAppSid = 0x028A0000; ///< Commsdat field id for field: IAPAppSid.Link to a Location record. Field is declared in the IAP table.
1.509 -#endif
1.510 -
1.511 -#ifdef SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY
1.512 - // Not a real field - represents the real IAP on a VPN connection
1.513 - // If the connection is not using a VPN the value will match
1.514 - // the IAP Id (KCDTIdIAPRecord | KCDTIdRecordTag)
1.515 - const TMDBElementId KCDTIdRealIAP = 0x02FF0000;
1.516 -#endif
1.517 -
1.518 - // Field Names
1.519 - #define KCDTypeNameIAPNetwork _S("IAPNetwork")
1.520 - #define KCDTypeNameNetworkWeighting _S("IAPNetworkWeighting")
1.521 - #define KCDTypeNameServiceType _S("IAPServiceType")
1.522 - #define KCDTypeNameBearerType _S("IAPBearerType")
1.523 -#ifdef SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY
1.524 - #define KCDTypeNameAccessPoint _S("AccessPoint")
1.525 -#endif
1.526 -#ifdef SYMBIAN_NETWORKING_UMTSR5
1.527 - #define KCDTypeNameAppSid _S("IAPAppSid")
1.528 -#endif
1.529 -
1.530 -
1.531 -
1.532 -
1.533 -
1.534 -//////////////////////////////////////////////////////////////////////////////////////
1.535 -// 030/ WAP ACCESS POINT RECORD
1.536 -//
1.537 -
1.538 -
1.539 - // Element Type Ids
1.540 - const TMDBElementId KCDTIdWAPCurrentBearer = 0x03030000; ///< Commsdat field id for field: CurrentBearer. Field is declared in the WAP Access Point table.
1.541 - const TMDBElementId KCDTIdWAPStartPage = 0x03040000; ///< Commsdat field id for field: StartPage. Field is declared in the WAP Access Point table.
1.542 -
1.543 -
1.544 - // Element Type Names
1.545 - #define KCDTypeNameWAPCurrentBearer _S("CurrentBearer")
1.546 - #define KCDTypeNameWAPStartPage _S("StartPage")
1.547 -
1.548 -
1.549 -/////////////////////////////////////////////////////////////////////////////////////
1.550 -// 06/ DIAL OUT ISP SERVICE RECORD
1.551 -//
1.552 -
1.553 - // FieldTIds
1.554 -
1.555 - const TMDBElementId KCDTIdDescription = 0x03830000; ///< Commsdat field id for field: Description. Field is declared in the DialOutISP table.
1.556 - const TMDBElementId KCDTIdType = 0x03840000; ///< Commsdat field id for field: Type. Field is declared in the DialOutISP table.
1.557 - const TMDBElementId KCDTIdDefaultTelNum = 0x03850000; ///< Commsdat field id for field: DefaultTelNum. Field is declared in the DialOutISP table.
1.558 - const TMDBElementId KCDTIdDialResolution = 0x03860000; ///< Commsdat field id for field: DialResolution. Field is declared in the DialOutISP table.
1.559 - const TMDBElementId KCDTIdChargecard = 0x03870000; ///< Commsdat field id for field: ChargeCard. Field is declared in the DialOutISP table.
1.560 - const TMDBElementId KCDTIdUseLoginScript = 0x03880000; ///< Commsdat field id for field: UseLoginScript. Field is declared in the DialOutISP table.
1.561 - const TMDBElementId KCDTIdLoginScript = 0x03890000; ///< Commsdat field id for field: LoginScript. Field is declared in the DialOutISP table.
1.562 - const TMDBElementId KCDTIdPromptForLogin = 0x038A0000; ///< Commsdat field id for field: PromptForLogin. Field is declared in the DialOutISP table.
1.563 - const TMDBElementId KCDTIdLoginName = 0x038B0000; ///< Commsdat field id for field: LoginName. Field is declared in the DialOutISP table.
1.564 - const TMDBElementId KCDTIdLoginPass = 0x038C0000; ///< Commsdat field id for field: LoginPass. Field is declared in the DialOutISP table.
1.565 - const TMDBElementId KCDTIdDisplayPct = 0x038D0000; ///< Commsdat field id for field: DisplayPCT. Field is declared in the DialOutISP table.
1.566 - const TMDBElementId KCDTIdIfParams = 0x038F0000; ///< Commsdat field id for field: IfParams. Field is declared in the DialOutISP table.
1.567 - const TMDBElementId KCDTIdIfNetworks = 0x03900000; ///< Commsdat field id for field: IfNetworks. Field is declared in the DialOutISP table.
1.568 - const TMDBElementId KCDTIdIfPromptForAuth = 0x03910000; ///< Commsdat field id for field: IfPromptForAuth. Field is declared in the DialOutISP table.
1.569 - const TMDBElementId KCDTIdIfAuthName = 0x03920000; ///< Commsdat field id for field: IfAuthName. Field is declared in the DialOutISP table.
1.570 - const TMDBElementId KCDTIdIfAuthPass = 0x03930000; ///< Commsdat field id for field: IfAuthPass. Field is declared in the DialOutISP table.
1.571 - const TMDBElementId KCDTIdIfAuthRetries = 0x03940000; ///< Commsdat field id for field: IfAuthRetries. Field is declared in the DialOutISP table.
1.572 - const TMDBElementId KCDTIdIfCallbackEnabled = 0x03950000; ///< Commsdat field id for field: IfCallbackEnabled. Field is declared in the DialOutISP table.
1.573 - const TMDBElementId KCDTIdIfCallbackType = 0x03960000; ///< Commsdat field id for field: IfCallbackType. Field is declared in the DialOutISP table.
1.574 - const TMDBElementId KCDTIdIfCallbackInfo = 0x03970000; ///< Commsdat field id for field: IfCallbackInfo. Field is declared in the DialOutISP table.
1.575 - const TMDBElementId KCDTIdCallbackTimeout = 0x03980000; ///< Commsdat field id for field: CallbackTimeout. Field is declared in the DialOutISP table.
1.576 - const TMDBElementId KCDTIdIfServerMode = 0x03990000; ///< Commsdat field id for field: IfServerMode. Field is declared in the DialOutISP table.
1.577 - const TMDBElementId KCDTIdIpAddrFromServer = 0x039A0000; ///< Commsdat field id for field: IpAddrFromServer. Field is declared in the DialOutISP table.
1.578 - const TMDBElementId KCDTIdIpAddr = 0x039B0000; ///< Commsdat field id for field: IpAddr. Field is declared in the DialOutISP table.
1.579 - const TMDBElementId KCDTIdIpNetMask = 0x039C0000; ///< Commsdat field id for field: IpNetmask. Field is declared in the DialOutISP table.
1.580 - const TMDBElementId KCDTIdIpGateway = 0x039D0000; ///< Commsdat field id for field: IpGateway. Field is declared in the DialOutISP table.
1.581 - const TMDBElementId KCDTIdIpDNSAddrFromServer = 0x039E0000; ///< Commsdat field id for field: IpDNSAddrFromServer. Field is declared in the DialOutISP table.
1.582 - const TMDBElementId KCDTIdIpNameServer1 = 0x039F0000; ///< Commsdat field id for field: IpNameServer1. Field is declared in the DialOutISP table.
1.583 - const TMDBElementId KCDTIdIpNameServer2 = 0x03A00000; ///< Commsdat field id for field: IpNameServer2. Field is declared in the DialOutISP table.
1.584 - const TMDBElementId KCDTIdIp6DNSAddrFromServer = 0x03A10000; ///< Commsdat field id for field: Ip6DNSAddrFromServer. Field is declared in the DialOutISP table.
1.585 - const TMDBElementId KCDTIdIp6NameServer1 = 0x03A20000; ///< Commsdat field id for field: Ip6NameServer1 . Field is declared in the DialOutISP table.
1.586 - const TMDBElementId KCDTIdIp6NameServer2 = 0x03A30000; ///< Commsdat field id for field: Ip6NameServer2. Field is declared in the DialOutISP table.
1.587 - const TMDBElementId KCDTIdIpAddrLeaseValidFrom = 0x03A40000; ///< Commsdat field id for field: IpAddrLeaseValidFrom. Field is declared in the DialOutISP table.
1.588 - const TMDBElementId KCDTIdIpAddrLeaseValidTo = 0x03A50000; ///< Commsdat field id for field: IpAddrLeaseValidTo. Field is declared in the DialOutISP table.
1.589 - const TMDBElementId KCDTIdConfigDaemonManagerName = 0x03A60000; ///< Commsdat field id for field: ConfigDaemonManagerName. Field is declared in the DialOutISP table.
1.590 - const TMDBElementId KCDTIdConfigDaemonName = 0x03A70000; ///< Commsdat field id for field: ConfigDaemonName. Field is declared in the DialOutISP table.
1.591 - const TMDBElementId KCDTIdEnableIpHeaderComp = 0x03A80000; ///< Commsdat field id for field: EnableIpHeaderComp. Field is declared in the DialOutISP table.
1.592 - const TMDBElementId KCDTIdEnableLCPExtension = 0x03A90000; ///< Commsdat field id for field: EnableLCPExtension. Field is declared in the DialOutISP table.
1.593 - const TMDBElementId KCDTIdDisablePlainTextAuth = 0x03AA0000; ///< Commsdat field id for field: DisablePlainTextAuth. Field is declared in the DialOutISP table.
1.594 - const TMDBElementId KCDTIdEnableSwComp = 0x03AB0000; ///< Commsdat field id for field: EnableSwComp. Field is declared in the DialOutISP table.
1.595 - const TMDBElementId KCDTIdBearerName = 0x03AC0000; ///< Commsdat field id for field: BearerName. Field is declared in the DialOutISP table.
1.596 - const TMDBElementId KCDTIdBearerSpeed = 0x03AD0000; ///< Commsdat field id for field: BearerSpeed. Field is declared in the DialOutISP table.
1.597 - const TMDBElementId KCDTIdBearerCe = 0x03AE0000; ///< Commsdat field id for field: BearerCE. Field is declared in the DialOutISP table.
1.598 - const TMDBElementId KCDTIdInitString = 0x03AF0000; ///< Commsdat field id for field: InitString. Field is declared in the DialOutISP table.
1.599 - const TMDBElementId KCDTIdBearerType = 0x03B00000; ///< Commsdat field id for field: BearerType. Field is declared in the DialOutISP table.
1.600 - const TMDBElementId KCDTIdChannelCoding = 0x03B10000; ///< Commsdat field id for field: ChannelCoding. Field is declared in the DialOutISP table.
1.601 - const TMDBElementId KCDTIdAiur = 0x03B20000; ///< Commsdat field id for field: AIUR. Field is declared in the DialOutISP table.
1.602 - const TMDBElementId KCDTIdRequestedTimeSlots = 0x03B30000; ///< Commsdat field id for field: RequestedTimeSlots. Field is declared in the DialOutISP table.
1.603 - const TMDBElementId KCDTIdMaximumTimeSlots = 0x03B40000; ///< Commsdat field id for field: MaximumTimeSlots. Field is declared in the DialOutISP table.
1.604 - const TMDBElementId KCDTIdBearerService = 0x03B50000; ///< Commsdat field id for field: BearerService. Field is declared in the DialOutISP table.
1.605 - const TMDBElementId KCDTIdBearerProtocol = 0x03B60000; ///< Commsdat field id for field: BearerProtocol. Field is declared in the DialOutISP table.
1.606 - const TMDBElementId KCDTIdRlpVersion = 0x03B70000; ///< Commsdat field id for field: RlpVersion. Field is declared in the DialOutISP table.
1.607 - const TMDBElementId KCDTIdIwfToMs = 0x03B80000; ///< Commsdat field id for field: IwfToMs. Field is declared in the DialOutISP table.
1.608 - const TMDBElementId KCDTIdMsToIwf = 0x03B90000; ///< Commsdat field id for field: MsToIwf. Field is declared in the DialOutISP table.
1.609 - const TMDBElementId KCDTIdAckTimer = 0x03BA0000; ///< Commsdat field id for field: AckTimer. Field is declared in the DialOutISP table.
1.610 - const TMDBElementId KCDTIdRetransmissionAttempts = 0x03BB0000; ///< Commsdat field id for field: RetransmissionAttempts. Field is declared in the DialOutISP table.
1.611 - const TMDBElementId KCDTIdResequencePeriod = 0x03BC0000; ///< Commsdat field id for field: ResequencePeriod. Field is declared in the DialOutISP table.
1.612 - const TMDBElementId KCDTIdV42Compression = 0x03BD0000; ///< Commsdat field id for field: V42Compression. Field is declared in the DialOutISP table.
1.613 - const TMDBElementId KCDTIdV42Codewords = 0x03BE0000; ///< Commsdat field id for field: V42Codewords. Field is declared in the DialOutISP table.
1.614 - const TMDBElementId KCDTIdV42MaxLength = 0x03BF0000; ///< Commsdat field id for field: V42MaxLength. Field is declared in the DialOutISP table.
1.615 - const TMDBElementId KCDTIdAsymmetry = 0x03C00000; ///< Commsdat field id for field: Asymmetry. Field is declared in the DialOutISP table.
1.616 - const TMDBElementId KCDTIdUserInitUpgrade = 0x03C10000; ///< Commsdat field id for field: UserInitUpgrade. Field is declared in the DialOutISP table.
1.617 - const TMDBElementId KCDTIdUseEdge = 0x03C20000; ///< Commsdat field id for field: UseEdge. Field is declared in the DialOutISP table.
1.618 -
1.619 -
1.620 - #define KCDTypeNameDescription _S("Description")
1.621 - #define KCDTypeNameType _S("Type")
1.622 - #define KCDTypeNameDefaultTelNum _S("DefaultTelNum")
1.623 - #define KCDTypeNameDialResolution _S("DialResolution")
1.624 - #define KCDTypeNameUseLoginScript _S("UseLoginScript")
1.625 - #define KCDTypeNameLoginScript _S("LoginScript")
1.626 - #define KCDTypeNamePromptForLogin _S("PromptForLogin")
1.627 - #define KCDTypeNameLoginName _S("LoginName")
1.628 - #define KCDTypeNameLoginPass _S("LoginPass")
1.629 - #define KCDTypeNameDisplayPct _S("DisplayPCT")
1.630 - #define KCDTypeNameIfParams _S("IfParams")
1.631 - #define KCDTypeNameIfNetworks _S("IfNetworks")
1.632 - #define KCDTypeNameIfPromptForAuth _S("IfPromptForAuth")
1.633 - #define KCDTypeNameIfAuthName _S("IfAuthName")
1.634 - #define KCDTypeNameIfAuthPass _S("IfAuthPass")
1.635 - #define KCDTypeNameIfAuthRetries _S("AuthRetries")
1.636 - #define KCDTypeNameIfCallbackEnabled _S("IfCallbackEnabled")
1.637 - #define KCDTypeNameIfCallbackType _S("IfCallbackType")
1.638 - #define KCDTypeNameIfCallbackInfo _S("IfCallbackInfo")
1.639 - #define KCDTypeNameCallbackTimeout _S("CallbackTimeout")
1.640 - #define KCDTypeNameIfServerMode _S("IfServerMode")
1.641 - #define KCDTypeNameIpAddrFromServer _S("IpAddrFromServer")
1.642 - #define KCDTypeNameIpAddr _S("IpAddr")
1.643 - #define KCDTypeNameIpNetMask _S("IpNetMask")
1.644 - #define KCDTypeNameIpGateway _S("IpGateway")
1.645 - #define KCDTypeNameIpDNSAddrFromServer _S("IpDNSAddrFromServer")
1.646 - #define KCDTypeNameIpNameServer1 _S("IpNameServer1")
1.647 - #define KCDTypeNameIpNameServer2 _S("IpNameServer2")
1.648 - #define KCDTypeNameIp6DNSAddrFromServer _S("Ip6DnsAddrFromServer")
1.649 - #define KCDTypeNameIp6NameServer1 _S("Ip6NameServer1")
1.650 - #define KCDTypeNameIp6NameServer2 _S("Ip6NameServer2")
1.651 - #define KCDTypeNameIpAddrLeaseValidFrom _S("IpAddrLeaseValidFrom")
1.652 - #define KCDTypeNameIpAddrLeaseValidTo _S("IpAddrLeaseValidTo")
1.653 - #define KCDTypeNameConfigDaemonManagerName _S("ConfigDaemonManagerName")
1.654 - #define KCDTypeNameConfigDaemonName _S("ConfigDaemonName")
1.655 - #define KCDTypeNameEnableIpHeaderComp _S("EnableIPHeaderComp")
1.656 - #define KCDTypeNameEnableLcpExtensions _S("EnableLCPExtension")
1.657 - #define KCDTypeNameDisablePlainTextAuth _S("DisablePlainTextAuth")
1.658 - #define KCDTypeNameEnableSwComp _S("EnableSWComp")
1.659 - #define KCDTypeNameBearerName _S("BearerName")
1.660 - #define KCDTypeNameBearerSpeed _S("BearerSpeed")
1.661 - #define KCDTypeNameBearerCe _S("BearerCE")
1.662 - #define KCDTypeNameInitString _S("InitString")
1.663 - #define KCDTypeNameISPBearerType _S("BearerType")
1.664 - #define KCDTypeNameChannelCoding _S("ChannelCoding")
1.665 - #define KCDTypeNameAiur _S("Aiur")
1.666 - #define KCDTypeNameRequestedTimeSlots _S("RequestedTimeSlots")
1.667 - #define KCDTypeNameMaximumTimeSlots _S("MaximumTimeSlots")
1.668 - #define KCDTypeNameBearerService _S("BearerService")
1.669 - #define KCDTypeNameBearerProtocol _S("BearerProtocol")
1.670 - #define KCDTypeNameRlpVersion _S("RlpVersion")
1.671 - #define KCDTypeNameIwfToMs _S("IwfToMs")
1.672 - #define KCDTypeNameMsToIwf _S("MsToIwf")
1.673 - #define KCDTypeNameAckTimer _S("AckTimer")
1.674 - #define KCDTypeNameRetransmissionAttempts _S("RetransmissionAttempts")
1.675 - #define KCDTypeNameResequencePeriod _S("ResequencePeriod")
1.676 - #define KCDTypeNameV42Compression _S("V42Compression")
1.677 - #define KCDTypeNameV42Codewords _S("V42Codewords")
1.678 - #define KCDTypeNameV42MaxLength _S("V42MaxLength")
1.679 - #define KCDTypeNameAsymmetry _S("Asymmetry")
1.680 - #define KCDTypeNameUserInitUpgrade _S("UserInitUpgrade")
1.681 - #define KCDTypeNameUseEdge _S("UseEdge")
1.682 -
1.683 -
1.684 -
1.685 -
1.686 -
1.687 -
1.688 -
1.689 -//////////////////////////////////////////////////////////////////////////////////////
1.690 -// 040/ DIAL IN ISP RECORD
1.691 -//
1.692 -
1.693 -
1.694 - // FieldTIds
1.695 - //
1.696 - const TMDBElementId KCDTIdDINDescription = 0x04030000; ///< Commsdat field id for field: Description. Field is declared in the DialnISP table.
1.697 - const TMDBElementId KCDTIdDINType = 0x04040000; ///< Commsdat field id for field: Type. Field is declared in the DialnISP table.
1.698 - const TMDBElementId KCDTIdDINUseLoginScript = 0x04050000; ///< Commsdat field id for field: UseLoginScript. Field is declared in the DialnISP table.
1.699 - const TMDBElementId KCDTIdDINLoginScript = 0x04060000; ///< Commsdat field id for field: LoginScript. Field is declared in the DialnISP table.
1.700 - //
1.701 - const TMDBElementId KCDTIdDINAuthentication = 0x04070000; ///< Commsdat field id for field: Authentication. Field is declared in the DialnISP table.
1.702 - //
1.703 - const TMDBElementId KCDTIdDINIfAuthRetries = 0x04080000; ///< Commsdat field id for field: IfAuthRetries. Field is declared in the DialnISP table.
1.704 - const TMDBElementId KCDTIdDINIfParams = 0x04090000; ///< Commsdat field id for field: IfParams. Field is declared in the DialnISP table.
1.705 - const TMDBElementId KCDTIdDINIfNetworks = 0x040A0000; ///< Commsdat field id for field: IfNetworks. Field is declared in the DialnISP table.
1.706 - const TMDBElementId KCDTIdDINIpAddrFromServer = 0x040B0000; ///< Commsdat field id for field: IpAddrFromServer. Field is declared in the DialnISP table.
1.707 - const TMDBElementId KCDTIdDINIpAddr = 0x040C0000; ///< Commsdat field id for field: IpAddr. Field is declared in the DialnISP table.
1.708 - const TMDBElementId KCDTIdDINIpNetMask = 0x040D0000; ///< Commsdat field id for field: IpNetMask. Field is declared in the DialnISP table.
1.709 - const TMDBElementId KCDTIdDINIpGateway = 0x040E0000; ///< Commsdat field id for field: IpGateway. Field is declared in the DialnISP table.
1.710 - const TMDBElementId KCDTIdDINIpDNSAddrFromServer = 0x040F0000; ///< Commsdat field id for field: IpDNSAddrFromServer. Field is declared in the DialnISP table.
1.711 - const TMDBElementId KCDTIdDINIpNameServer1 = 0x04100000; ///< Commsdat field id for field: IpNameServer1. Field is declared in the DialnISP table.
1.712 - const TMDBElementId KCDTIdDINIpNameServer2 = 0x04110000; ///< Commsdat field id for field: IpNameServer2. Field is declared in the DialnISP table.
1.713 - const TMDBElementId KCDTIdDINIp6DNSAddrFromServer = 0x04120000; ///< Commsdat field id for field: Ip6DNSAddrFromServer. Field is declared in the DialnISP table.
1.714 - const TMDBElementId KCDTIdDINIp6NameServer1 = 0x04130000; ///< Commsdat field id for field: Ip6NameServer1. Field is declared in the DialnISP table.
1.715 - const TMDBElementId KCDTIdDINIp6NameServer2 = 0x04140000; ///< Commsdat field id for field: Ip6NameServer2. Field is declared in the DialnISP table.
1.716 - const TMDBElementId KCDTIdDINEnableIpHeaderComp = 0x04150000; ///< Commsdat field id for field: EnableIpHeaderComp. Field is declared in the DialnISP table.
1.717 - const TMDBElementId KCDTIdDINEnableLCPExtensions = 0x04160000; ///< Commsdat field id for field: EnableLCPExtensions. Field is declared in the DialnISP table.
1.718 - const TMDBElementId KCDTIdDINDisablePlainTextAuth = 0x04170000; ///< Commsdat field id for field: DisablePlainTextAuth. Field is declared in the DialnISP table.
1.719 - const TMDBElementId KCDTIdDINEnableSwComp = 0x04180000; ///< Commsdat field id for field: EnableSwComp. Field is declared in the DialnISP table.
1.720 - const TMDBElementId KCDTIdDINBearerName = 0x04190000; ///< Commsdat field id for field: BearerName. Field is declared in the DialnISP table.
1.721 - const TMDBElementId KCDTIdDINBearerSpeed = 0x041A0000; ///< Commsdat field id for field: BearerSpeed. Field is declared in the DialnISP table.
1.722 - const TMDBElementId KCDTIdDINBearerCe = 0x041B0000; ///< Commsdat field id for field: BearerCE. Field is declared in the DialnISP table.
1.723 - const TMDBElementId KCDTIdDINInitString = 0x041C0000; ///< Commsdat field id for field: InitString. Field is declared in the DialnISP table.
1.724 - const TMDBElementId KCDTIdDINUseEdge = 0x041D0000; ///< Commsdat field id for field: UseEdge. Field is declared in the DialnISP table.
1.725 -//
1.726 -
1.727 -
1.728 - #define KCDTypeNameAuthentication _S("Authentication")
1.729 -
1.730 -
1.731 -
1.732 -
1.733 -/////////////////////////////////////////////////////////////////////////////////////
1.734 -// 048/ LAN Service Record
1.735 -//
1.736 -//
1.737 - // FieldTIds
1.738 - const TMDBElementId KCDTIdLANIfNetworks = 0x04830000; ///< Commsdat field id for field: IfNetworks. Field is declared in the LanService table.
1.739 - const TMDBElementId KCDTIdLANIpNetMask = 0x04840000; ///< Commsdat field id for field: IpNetMask. Field is declared in the LanService table.
1.740 - const TMDBElementId KCDTIdLANIpGateway = 0x04850000; ///< Commsdat field id for field: IpGateway. Field is declared in the LanService table.
1.741 - const TMDBElementId KCDTIdLANIpAddrFromServer = 0x04860000; ///< Commsdat field id for field: IpAddrFromServer. Field is declared in the LanService table.
1.742 - const TMDBElementId KCDTIdLANIpAddr = 0x04870000; ///< Commsdat field id for field: IpAddr. Field is declared in the LanService table.
1.743 - const TMDBElementId KCDTIdLANIpDNSAddrFromServer = 0x04880000; ///< Commsdat field id for field: IpDNSAddrFromServer. Field is declared in the LanService table.
1.744 - const TMDBElementId KCDTIdLANIpNameServer1 = 0x04890000; ///< Commsdat field id for field: IpNameServer1. Field is declared in the LanService table.
1.745 - const TMDBElementId KCDTIdLANIpNameServer2 = 0x048A0000; ///< Commsdat field id for field: IpNameServer2. Field is declared in the LanService table.
1.746 - const TMDBElementId KCDTIdLANIp6DNSAddrFromServer = 0x048B0000; ///< Commsdat field id for field: Ip6DNSAddrFromServer. Field is declared in the LanService table.
1.747 - const TMDBElementId KCDTIdLANIp6NameServer1 = 0x048C0000; ///< Commsdat field id for field: Ip6NameServer1. Field is declared in the LanService table.
1.748 - const TMDBElementId KCDTIdLANIp6NameServer2 = 0x048D0000; ///< Commsdat field id for field: Ip6NameServer2. Field is declared in the LanService table.
1.749 - const TMDBElementId KCDTIdLANIpAddrLeaseValidFrom = 0x048E0000; ///< Commsdat field id for field: IpAddrLeaseValidFrom. Field is declared in the LanService table.
1.750 - const TMDBElementId KCDTIdLANIpAddrLeaseValidTo = 0x048F0000; ///< Commsdat field id for field: IpAddrLeaseValidTo. Field is declared in the LanService table.
1.751 - const TMDBElementId KCDTIdLANConfigDaemonManagerName = 0x04900000; ///< Commsdat field id for field: ConfigDaemonManagerName. Field is declared in the LanService table.
1.752 - const TMDBElementId KCDTIdLANConfigDaemonName = 0x04910000; ///< Commsdat field id for field: ConfigDaemonName. Field is declared in the LanService table.
1.753 - //
1.754 - const TMDBElementId KCDTIdLANServiceExtensionTableName = 0x04920000; ///< Commsdat field id for field: LANServiceExtensionTableName. Field is declared in the LanService table.
1.755 - const TMDBElementId KCDTIdLANServiceExtensionTableRecordId = 0x04930000; ///< Commsdat field id for field: LANServiceExtensionTableRecordId. Field is declared in the LanService table.
1.756 -
1.757 -
1.758 - #define KCDTypeNameServiceExtensionTableName _S("LanServiceExtensionTableName")
1.759 - #define KCDTypeNameServiceExtensionTableRecordId _S("LanServiceExtensionTableRecordId")
1.760 - #define KCDTypeNameServiceIfExternIpConfigAlwaysRejectAuth _S("ServiceIfExternIpConfigAlwaysRejectAuth")
1.761 -
1.762 -
1.763 -
1.764 -//////////////////////////////////////////////////////////////////////////////////////
1.765 -// 050/ WLAN SERVICE EXTENSION RECORD
1.766 -//
1.767 -
1.768 - // FieldTIds
1.769 - /**
1.770 - @internalComponent
1.771 - */
1.772 - const TMDBElementId KCDTIdWLANProfile = 0x05030000;
1.773 - /**
1.774 - @internalComponent
1.775 - */
1.776 - const TMDBElementId KCDTIdWLANSSID = 0x05040000;
1.777 - /**
1.778 - @internalComponent
1.779 - */
1.780 - const TMDBElementId KCDTIdWLANEncryptionStatus = 0x05050000;
1.781 - /**
1.782 - @internalComponent
1.783 - */
1.784 - const TMDBElementId KCDTIdWLANEncryptionType = 0x05060000;
1.785 - /**
1.786 - @internalComponent
1.787 - */
1.788 - const TMDBElementId KCDTIdWLANDefaultWepKey = 0x05070000;
1.789 - /**
1.790 - @internalComponent
1.791 - */
1.792 - const TMDBElementId KCDTIdWLANEncryptKey1Valid = 0x05080000;
1.793 - /**
1.794 - @internalComponent
1.795 - */
1.796 - const TMDBElementId KCDTIdWLANWepKey1 = 0x05090000;
1.797 - /**
1.798 - @internalComponent
1.799 - */
1.800 - const TMDBElementId KCDTIdWLANEncryptKey2Valid = 0x050A0000;
1.801 - /**
1.802 - @internalComponent
1.803 - */
1.804 - const TMDBElementId KCDTIdWLANWepKey2 = 0x050B0000;
1.805 - /**
1.806 - @internalComponent
1.807 - */
1.808 - const TMDBElementId KCDTIdWLANEncryptKey3Valid = 0x050C0000;
1.809 - /**
1.810 - @internalComponent
1.811 - */
1.812 - const TMDBElementId KCDTIdWLANWepKey3 = 0x050D0000;
1.813 - /**
1.814 - @internalComponent
1.815 - */
1.816 - const TMDBElementId KCDTIdWLANEncryptKey4Valid = 0x050E0000;
1.817 - /**
1.818 - @internalComponent
1.819 - */
1.820 - const TMDBElementId KCDTIdWLANWepKey4 = 0x050F0000;
1.821 - /**
1.822 - @internalComponent
1.823 - */
1.824 - const TMDBElementId KCDTIdWLANRanking = 0x05100000;
1.825 - /**
1.826 - @internalComponent
1.827 - */
1.828 - const TMDBElementId KCDTIdWLANDialogPref = 0x05110000;
1.829 - /**
1.830 - @internalComponent
1.831 - */
1.832 - const TMDBElementId KCDTIdWLANNetworkType = 0x05120000;
1.833 - /**
1.834 - @internalComponent
1.835 - */
1.836 - const TMDBElementId KCDTIdWLANFragThres = 0x05130000;
1.837 - /**
1.838 - @internalComponent
1.839 - */
1.840 - const TMDBElementId KCDTIdWLANRTSThres = 0x05140000;
1.841 - /**
1.842 - @internalComponent
1.843 - */
1.844 - const TMDBElementId KCDTIdWLANDesTransRate = 0x05150000;
1.845 - /**
1.846 - @internalComponent
1.847 - */
1.848 - const TMDBElementId KCDTIdWLANBeaconInt = 0x05160000;
1.849 - /**
1.850 - @internalComponent
1.851 - */
1.852 - const TMDBElementId KCDTIdWLANChannelId = 0x05170000;
1.853 - /**
1.854 - @internalComponent
1.855 - */
1.856 - const TMDBElementId KCDTIdWLANAuthenticationMode = 0x05180000;
1.857 - /**
1.858 - @internalComponent
1.859 - */
1.860 - const TMDBElementId KCDTIdWLANPowerSaveMode = 0x05190000;
1.861 - /**
1.862 - @internalComponent
1.863 - */
1.864 - const TMDBElementId KCDTIdWLANAllowUnencryptMode = 0x051A0000;
1.865 - /**
1.866 - @internalComponent
1.867 - */
1.868 - const TMDBElementId KCDTIdWLANAllowShortPre = 0x051B0000;
1.869 - /**
1.870 - @internalComponent
1.871 - */
1.872 - const TMDBElementId KCDTIdWLANPreambleType = 0x051C0000;
1.873 - /**
1.874 - @internalComponent
1.875 - */
1.876 - const TMDBElementId KCDTIdWLANTxPowerLevel = 0x051D0000;
1.877 - /**
1.878 - @internalComponent
1.879 - */
1.880 - const TMDBElementId KCDTIdWLANEapPresharedKey = 0x051E0000;
1.881 - /**
1.882 - @internalComponent
1.883 - */
1.884 - const TMDBElementId KCDTIdWLANRegDomain = 0x051F0000;
1.885 - /**
1.886 - @internalComponent
1.887 - */
1.888 - const TMDBElementId KCDTIdWLANSecData = 0x05200000;
1.889 -
1.890 -
1.891 - // Field Names
1.892 - /**
1.893 - @internalComponent
1.894 - */
1.895 - #define KCDTypeNameWLANProfile _S("Wlan_Profile")
1.896 - /**
1.897 - @internalComponent
1.898 - */
1.899 - #define KCDTypeNameWLANSSID _S("Wlan_SSID")
1.900 - /**
1.901 - @internalComponent
1.902 - */
1.903 - #define KCDTypeNameWLANEncryptionStatus _S("Wlan_Encryption_Status")
1.904 - /**
1.905 - @internalComponent
1.906 - */
1.907 - #define KCDTypeNameWLANEncryptionType _S("Wlan_Encryption_Type")
1.908 - /**
1.909 - @internalComponent
1.910 - */
1.911 - #define KCDTypeNameWLANDefaultWepKey _S("Wlan_Wep_Default_Key")
1.912 - /**
1.913 - @internalComponent
1.914 - */
1.915 - #define KCDTypeNameWLANEncryptKey1Valid _S("Wlan_Key1_Valid")
1.916 - /**
1.917 - @internalComponent
1.918 - */
1.919 - #define KCDTypeNameWLANWepKey1 _S("Wlan_Wep_Key1")
1.920 - /**
1.921 - @internalComponent
1.922 - */
1.923 - #define KCDTypeNameWLANEncryptKey2Valid _S("Wlan_Key2_Valid")
1.924 - /**
1.925 - @internalComponent
1.926 - */
1.927 - #define KCDTypeNameWLANWepKey2 _S("Wlan_Wep_Key2")
1.928 - /**
1.929 - @internalComponent
1.930 - */
1.931 - #define KCDTypeNameWLANEncryptKey3Valid _S("Wlan_Key3_Valid")
1.932 - /**
1.933 - @internalComponent
1.934 - */
1.935 - #define KCDTypeNameWLANWepKey3 _S("Wlan_Wep_Key3")
1.936 - /**
1.937 - @internalComponent
1.938 - */
1.939 - #define KCDTypeNameWLANEncryptKey4Valid _S("Wlan_Key4_Valid")
1.940 - /**
1.941 - @internalComponent
1.942 - */
1.943 - #define KCDTypeNameWLANWepKey4 _S("Wlan_Wep_Key4")
1.944 - /**
1.945 - @internalComponent
1.946 - */
1.947 - #define KCDTypeNameWLANRanking _S("Wlan_Ranking")
1.948 - /**
1.949 - @internalComponent
1.950 - */
1.951 - #define KCDTypeNameWLANDialogPref _S("Wlan_Dialog_Pref")
1.952 - /**
1.953 - @internalComponent
1.954 - */
1.955 - #define KCDTypeNameWLANNetworkType _S("Wlan_Network_Type")
1.956 - /**
1.957 - @internalComponent
1.958 - */
1.959 - #define KCDTypeNameWLANFragThres _S("Wlan_Frag_Threshold")
1.960 - /**
1.961 - @internalComponent
1.962 - */
1.963 - #define KCDTypeNameWLANRTSThres _S("Wlan_RTS_Threshold")
1.964 - /**
1.965 - @internalComponent
1.966 - */
1.967 - #define KCDTypeNameWLANDesTransRate _S("Wlan_Desired_Transmit_Rate")
1.968 - /**
1.969 - @internalComponent
1.970 - */
1.971 - #define KCDTypeNameWLANBeaconInt _S("Wlan_Beacon_Int")
1.972 - /**
1.973 - @internalComponent
1.974 - */
1.975 - #define KCDTypeNameWLANChannelId _S("Wlan_Channel_ID")
1.976 - /**
1.977 - @internalComponent
1.978 - */
1.979 - #define KCDTypeNameWLANAuthenticationMode _S("Wlan_Authentication_Mode")
1.980 - /**
1.981 - @internalComponent
1.982 - */
1.983 - #define KCDTypeNameWLANPowerSaveMode _S("Wlan_Power_Save_Mode")
1.984 - /**
1.985 - @internalComponent
1.986 - */
1.987 - #define KCDTypeNameWLANAllowUnencryptMode _S("Wlan_Allow_UnEncrypt_Mode")
1.988 - /**
1.989 - @internalComponent
1.990 - */
1.991 - #define KCDTypeNameWLANAllowShortPre _S("Wlan_Allow_Short_Preamble")
1.992 - /**
1.993 - @internalComponent
1.994 - */
1.995 - #define KCDTypeNameWLANPreambleType _S("Wlan_Preamble_Type")
1.996 - /**
1.997 - @internalComponent
1.998 - */
1.999 - #define KCDTypeNameWLANTxPowerLevel _S("Wlan_TX_Power_Level")
1.1000 - /**
1.1001 - @internalComponent
1.1002 - */
1.1003 - #define KCDTypeNameWLANEapPresharedKey _S("Wlan_EAP_Preshared_Key")
1.1004 - /**
1.1005 - @internalComponent
1.1006 - */
1.1007 - #define KCDTypeNameWLANRegDomain _S("Wlan_Reglutory_Domain")
1.1008 - /**
1.1009 - @internalComponent
1.1010 - */
1.1011 - #define KCDTypeNameWLANSecData _S("Wlan_Security_Data")
1.1012 -
1.1013 -//////////////////////////////////////////////////////////////////////////////////////
1.1014 -// 058/ VPN SERVICE RECORD
1.1015 -//
1.1016 -
1.1017 -
1.1018 - // FieldTIds
1.1019 - const TMDBElementId KCDTIdVPNPolicyName = 0x05830000; ///< Commsdat field id for field: Policy. Policy name. Field is declared in the VPNService table.
1.1020 - const TMDBElementId KCDTIdVPNIAPRecord = 0x05840000; ///< Commsdat field id for field: HomeIAP. Link to a IAP record. Field is declared in the VPNService table.
1.1021 - const TMDBElementId KCDTIdVPNNetwork = 0x05850000; ///< Commsdat field id for field: HomeNetwork. Link to a Network record. Field is declared in the VPNService table.
1.1022 -
1.1023 -
1.1024 - #define KCDTypeNameVPNPolicyName _S("Policy")
1.1025 - #define KCDTypeNameVPNIAPRecord _S("HomeIAP")
1.1026 - #define KCDTypeNameVPNNetwork _S("HomeNetwork")
1.1027 -
1.1028 -
1.1029 -
1.1030 -
1.1031 -//////////////////////////////////////////////////////////////////////////////////////
1.1032 -// 060/ CDMA2000 PACKETSERVICE TABLE RECORD
1.1033 -//
1.1034 -
1.1035 -
1.1036 - // FieldTIds
1.1037 - const TMDBElementId KCDTIdCDMAFchMux = 0x06030000; ///< Commsdat field id for field: CDMAFchMux. Field is declared in the CDMA2000 Packet Service table.
1.1038 - const TMDBElementId KCDTIdCDMASchMux = 0x06040000; ///< Commsdat field id for field: CDMASchMux. Field is declared in the CDMA2000 Packet Service table.
1.1039 - const TMDBElementId KCDTIdIwfName = 0x06050000; ///< Commsdat field id for field: IwfName. Field is declared in the CDMA2000 Packet Service table.
1.1040 - const TMDBElementId KCDTIdServiceOption = 0x06060000; ///< Commsdat field id for field: ServiceOption. Field is declared in the CDMA2000 Packet Service table.
1.1041 - const TMDBElementId KCDTIdPdpType = 0x06070000; ///< Commsdat field id for field: PdpType. Field is declared in the CDMA2000 Packet Service table.
1.1042 - const TMDBElementId KCDTIdPdpAddress = 0x06080000; ///< Commsdat field id for field: PdpAddress. Field is declared in the CDMA2000 Packet Service table.
1.1043 - const TMDBElementId KCDTIdReqFwdPriority = 0x06090000; ///< Commsdat field id for field: ReqFwdPriority. Field is declared in the CDMA2000 Packet Service table.
1.1044 - const TMDBElementId KCDTIdReqRevPriority = 0x060A0000; ///< Commsdat field id for field: ReqRevPriority. Field is declared in the CDMA2000 Packet Service table.
1.1045 - const TMDBElementId KCDTIdReqFwdBitrate = 0x060B0000; ///< Commsdat field id for field: ReqFwdBitrate. Field is declared in the CDMA2000 Packet Service table.
1.1046 - const TMDBElementId KCDTIdReqRevBitrate = 0x060C0000; ///< Commsdat field id for field: ReqRevBitrate. Field is declared in the CDMA2000 Packet Service table.
1.1047 - const TMDBElementId KCDTIdReqFwdLoss = 0x060D0000; ///< Commsdat field id for field: ReqFwdLoss. Field is declared in the CDMA2000 Packet Service table.
1.1048 - const TMDBElementId KCDTIdReqRevLoss = 0x060E0000; ///< Commsdat field id for field: ReqRevLoss. Field is declared in the CDMA2000 Packet Service table.
1.1049 - const TMDBElementId KCDTIdReqFwdMaxdelay = 0x060F0000; ///< Commsdat field id for field: ReqFwdMaxDelay. Field is declared in the CDMA2000 Packet Service table.
1.1050 - const TMDBElementId KCDTIdReqRevMaxdelay = 0x06100000; ///< Commsdat field id for field: ReqRevMaxDelay. Field is declared in the CDMA2000 Packet Service table.
1.1051 - const TMDBElementId KCDTIdMinFwdBitrate = 0x06110000; ///< Commsdat field id for field: MinFwdBitrate. Field is declared in the CDMA2000 Packet Service table.
1.1052 - const TMDBElementId KCDTIdMinRevBitrate = 0x06120000; ///< Commsdat field id for field: MinRevBitrate. Field is declared in the CDMA2000 Packet Service table.
1.1053 - const TMDBElementId KCDTIdAccptFwdLoss = 0x06130000; ///< Commsdat field id for field: AccptFwdLoss. Field is declared in the CDMA2000 Packet Service table.
1.1054 - const TMDBElementId KCDTIdAccptRevLoss = 0x06140000; ///< Commsdat field id for field: AccptRevLoss. Field is declared in the CDMA2000 Packet Service table.
1.1055 - const TMDBElementId KCDTIdAccptFwdMaxdelay = 0x06150000; ///< Commsdat field id for field: AccptFwdMaxDelay. Field is declared in the CDMA2000 Packet Service table.
1.1056 - const TMDBElementId KCDTIdAccptRevMaxdelay = 0x06160000; ///< Commsdat field id for field: AccptRevMaxDelay. Field is declared in the CDMA2000 Packet Service table.
1.1057 - const TMDBElementId KCDTIdDataCompression = 0x06170000; ///< Commsdat field id for field: DataCompression. Field is declared in the CDMA2000 Packet Service table.
1.1058 - const TMDBElementId KCDTIdHeaderCompression = 0x06180000; ///< Commsdat field id for field: HeaderCompression. Field is declared in the CDMA2000 Packet Service table.
1.1059 - const TMDBElementId KCDTIdAnonymousAccess = 0x06190000; ///< Commsdat field id for field: AnonymousAccess. Field is declared in the CDMA2000 Packet Service table.
1.1060 - /* */
1.1061 - /*const TMDBElementId KCDTIdCDMA2000IfName = 0x061A0000;*/
1.1062 - const TMDBElementId KCDTIdCDMA2000IfParams = 0x061B0000; ///< Commsdat field id for field: IfParams. Field is declared in the CDMA2000 Packet Service table.
1.1063 - //
1.1064 - const TMDBElementId KCDTIdApType = 0x061C0000; ///< Commsdat field id for field: ApType. Field is declared in the CDMA2000 Packet Service table.
1.1065 - const TMDBElementId KCDTIdQosWarningTimeout = 0x061D0000; ///< Commsdat field id for field: QosWarningTimeout. Field is declared in the CDMA2000 Packet Service table.
1.1066 - const TMDBElementId KCDTIdRlpMode = 0x061E0000; ///< Commsdat field id for field: RlpMode. Field is declared in the CDMA2000 Packet Service table.
1.1067 - const TMDBElementId KCDTIdNAIType = 0x061F0000; ///< Commsdat field id for field: CDMANaiType. Field is declared in the CDMA2000 Packet Service table.
1.1068 - const TMDBElementId KCDTIdSimIPAuthAlgorithm = 0x06200000; ///< Commsdat field id for field: CDMASimpleIpAuthAlgorithm. Field is declared in the CDMA2000 Packet Service table.
1.1069 - const TMDBElementId KCDTIdSimIPChapSSHandle = 0x06210000; ///< Commsdat field id for field: CDMASimpleIpChapSsHandle. Field is declared in the CDMA2000 Packet Service table.
1.1070 - const TMDBElementId KCDTIdSimIPPapSSHandle = 0x06220000; ///< Commsdat field id for field: CDMASimpleIpPapSsHandle. Field is declared in the CDMA2000 Packet Service table.
1.1071 - const TMDBElementId KCDTIdMIPTBit = 0x06230000; ///< Commsdat field id for field: CDMAMobileIpTBit. Field is declared in the CDMA2000 Packet Service table.
1.1072 - const TMDBElementId KCDTIdMIPHomeAddress = 0x06240000; ///< Commsdat field id for field: CDMAMobileIpHomeAddress. Field is declared in the CDMA2000 Packet Service table.
1.1073 - const TMDBElementId KCDTIdMIPPrimaryHomeAgent = 0x06250000; ///< Commsdat field id for field: CDMAMobileIpPrimaryHomeAgent. Field is declared in the CDMA2000 Packet Service table.
1.1074 - const TMDBElementId KCDTIdMIPSecondaryHomeAgent = 0x06260000; ///< Commsdat field id for field: CDMAMobileIpSecondaryHomeAgent. Field is declared in the CDMA2000 Packet Service table.
1.1075 - const TMDBElementId KCDTIdMIPMnAaaAuthAlgorithm = 0x06270000; ///< Commsdat field id for field: CDMAMobileIpMnAaaAuthAlgorithm. Field is declared in the CDMA2000 Packet Service table.
1.1076 - const TMDBElementId KCDTIdMIPMnAaaSpiIndicator = 0x06280000; ///< Commsdat field id for field: CDMAMobileIpMnAaaSpiIndicator. Field is declared in the CDMA2000 Packet Service table.
1.1077 - const TMDBElementId KCDTIdMIPMnAaaSpi = 0x06290000; ///< Commsdat field id for field: CDMAMobileIpMnAaaSpi. Field is declared in the CDMA2000 Packet Service table.
1.1078 - const TMDBElementId KCDTIdMIPMnAaaSsData = 0x062A0000; ///< Commsdat field id for field: CDMAMobileIpMnHaSsData. Field is declared in the CDMA2000 Packet Service table.
1.1079 - const TMDBElementId KCDTIdMIPMnHaAuthAlgorithm = 0x062B0000; ///< Commsdat field id for field: CDMAMobileIpMnHaAuthAlgorithm. Field is declared in the CDMA2000 Packet Service table.
1.1080 - const TMDBElementId KCDTIdMIPMnHaSpiIndicator = 0x062C0000; ///< Commsdat field id for field: CDMAMobileIpMnHaSpiIndicator. Field is declared in the CDMA2000 Packet Service table.
1.1081 - const TMDBElementId KCDTIdMIPMnHaSpi = 0x062D0000; ///< Commsdat field id for field: CDMAMobileIpMnHaSpi. Field is declared in the CDMA2000 Packet Service table.
1.1082 - const TMDBElementId KCDTIdMIPMnHaSsData = 0x062E0000; ///< Commsdat field id for field: CDMAMobileIpMnHaSsData. Field is declared in the CDMA2000 Packet Service table.
1.1083 - //
1.1084 - const TMDBElementId KCDTIdCDMA2000IfNetworks = 0x062F0000; ///< Commsdat field id for field: IfNetworks. Field is declared in the CDMA2000 Packet Service table.
1.1085 - const TMDBElementId KCDTIdCDMA2000IfPromptForAuth = 0x06300000; ///< Commsdat field id for field: IfPromptForAuth. Field is declared in the CDMA2000 Packet Service table.
1.1086 - const TMDBElementId KCDTIdCDMA2000IfAuthName = 0x06310000; ///< Commsdat field id for field: IfAuthName. Field is declared in the CDMA2000 Packet Service table.
1.1087 - const TMDBElementId KCDTIdCDMA2000IfAuthPass = 0x06320000; ///< Commsdat field id for field: IfAuthPass. Field is declared in the CDMA2000 Packet Service table.
1.1088 - const TMDBElementId KCDTIdCDMA2000IfAuthRetries = 0x06330000; ///< Commsdat field id for field: IfAuthRetries. Field is declared in the CDMA2000 Packet Service table.
1.1089 - const TMDBElementId KCDTIdCDMA2000IpNetMask = 0x06340000; ///< Commsdat field id for field: IpNetmask. Field is declared in the CDMA2000 Packet Service table.
1.1090 - const TMDBElementId KCDTIdCDMA2000IpGateway = 0x06350000; ///< Commsdat field id for field: IpGateway. Field is declared in the CDMA2000 Packet Service table.
1.1091 - const TMDBElementId KCDTIdCDMA2000IpAddrFromServer = 0x06360000; ///< Commsdat field id for field: IpAddrFromServer. Field is declared in the CDMA2000 Packet Service table.
1.1092 - const TMDBElementId KCDTIdCDMA2000IpAddr = 0x06370000; ///< Commsdat field id for field: IpAddr. Field is declared in the CDMA2000 Packet Service table.
1.1093 - const TMDBElementId KCDTIdCDMA2000IpDNSAddrFromServer = 0x06380000; ///< Commsdat field id for field: IpDNSAddrFromServer. Field is declared in the CDMA2000 Packet Service table.
1.1094 - const TMDBElementId KCDTIdCDMA2000IpNameServer1 = 0x06390000; ///< Commsdat field id for field: IpNameServer1. Field is declared in the CDMA2000 Packet Service table.
1.1095 - const TMDBElementId KCDTIdCDMA2000IpNameServer2 = 0x063A0000; ///< Commsdat field id for field: IpNameServer2. Field is declared in the CDMA2000 Packet Service table.
1.1096 - const TMDBElementId KCDTIdCDMA2000Ip6DNSAddrFromServer = 0x063B0000; ///< Commsdat field id for field: Ip6DNSAddrFromServer. Field is declared in the CDMA2000 Packet Service table.
1.1097 - const TMDBElementId KCDTIdCDMA2000Ip6NameServer1 = 0x063C0000; ///< Commsdat field id for field: Ip6NameServer1. Field is declared in the CDMA2000 Packet Service table.
1.1098 - const TMDBElementId KCDTIdCDMA2000Ip6NameServer2 = 0x063D0000; ///< Commsdat field id for field: Ip6NameServer2. Field is declared in the CDMA2000 Packet Service table.
1.1099 - const TMDBElementId KCDTIdCDMA2000IpAddrLeaseValidFrom = 0x063E0000; ///< Commsdat field id for field: IpAddrLeaseValidFrom. Field is declared in the CDMA2000 Packet Service table.
1.1100 - const TMDBElementId KCDTIdCDMA2000IpAddrLeaseValidTo = 0x063F0000; ///< Commsdat field id for field: IpAddrLeaseValidTo. Field is declared in the CDMA2000 Packet Service table.
1.1101 - const TMDBElementId KCDTIdCDMA2000ConfigDaemonManagerName = 0x06400000; ///< Commsdat field id for field: ConfigDaemonManagerName . Field is declared in the CDMA2000 Packet Service table.
1.1102 - const TMDBElementId KCDTIdCDMA2000ConfigDaemonName = 0x06410000; ///< Commsdat field id for field: ConfigDaemonName . Field is declared in the CDMA2000 Packet Service table.
1.1103 - const TMDBElementId KCDTIdCDMA2000EnableLCPExtension = 0x06420000; ///< Commsdat field id for field: EnableLCPExtension. Field is declared in the CDMA2000 Packet Service table.
1.1104 - const TMDBElementId KCDTIdCDMA2000DisablePlainTextAuth = 0x06430000; ///< Commsdat field id for field: DisablePlainTextAuth. Field is declared in the CDMA2000 Packet Service table.
1.1105 - //
1.1106 - const TMDBElementId KCDTIdCDMA2000EnableSwComp = 0x06440000; ///< Commsdat field id for field: EnableSwComp. Field is declared in the CDMA2000 Packet Service table.
1.1107 - const TMDBElementId KCDTIdCDMA2000IfExternIpConfigAlwaysRejectAuth = 0x06450000; ///< Commsdat field id for field: IfExternIpConfigAlwaysRejectAuth. Field is declared in the CDMA2000 Packet Service table.
1.1108 - const TMDBElementId KCDTIdCDMA2000EnableIpHeaderComp = 0x06460000; ///< Commsdat field id for field: EnableIpHeaderComp. Field is declared in the CDMA2000 Packet Service table.
1.1109 - const TMDBElementId KCDTIdCDMA2000CDMAMobileIP = 0x06470000; ///< Commsdat field id for field: CDMAMobileIP. Field is declared in the CDMA2000 Packet Service table.
1.1110 - const TMDBElementId KCDTIdCDMA2000CDMAMobileIPTimeout = 0x06480000; ///< Commsdat field id for field: CDMAMobileIPTimeout. Field is declared in the CDMA2000 Packet Service table.
1.1111 - const TMDBElementId KCDTIdCDMA2000HomeAgentAddress = 0x06490000; ///< Commsdat field id for field: HomeAgentAddress. Field is declared in the CDMA2000 Packet Service table.
1.1112 -
1.1113 -
1.1114 -
1.1115 - // Field Names
1.1116 - #define KCDTypeNameCDMAFchMux _S("CDMAFchMux")
1.1117 - #define KCDTypeNameCDMASchMux _S("CDMASchMux")
1.1118 - #define KCDTypeNameCDMAIwfName _S("IwfName")
1.1119 - #define KCDTypeNameCDMAServiceOption _S("ServiceOption")
1.1120 - #define KCDTypeNameCDMAPdpType _S("PDPType")
1.1121 - #define KCDTypeNameCDMAPdpAddress _S("PDPAddress")
1.1122 - #define KCDTypeNameCDMAReqFwdPriority _S("ReqFwdPriority")
1.1123 - #define KCDTypeNameCDMAReqRevPriority _S("ReqRevPriority")
1.1124 - #define KCDTypeNameCDMAReqFwdBitrate _S("ReqFwdBitrate")
1.1125 - #define KCDTypeNameCDMAReqRevBitrate _S("ReqRevBitrate")
1.1126 - #define KCDTypeNameCDMAReqFwdLoss _S("ReqFwdLoss")
1.1127 - #define KCDTypeNameCDMAReqRevLoss _S("ReqRevLoss")
1.1128 - #define KCDTypeNameCDMAReqFwdMaxdelay _S("ReqFwdMaxdelay")
1.1129 - #define KCDTypeNameCDMAReqRevMaxdelay _S("ReqRevMaxdelay")
1.1130 - #define KCDTypeNameCDMAMinFwdBitrate _S("MinFwdBitrate")
1.1131 - #define KCDTypeNameCDMAMinRevBitrate _S("MinRevBitrate")
1.1132 - #define KCDTypeNameCDMAAccptFwdLoss _S("AccptFwdLoss")
1.1133 - #define KCDTypeNameCDMAAccptRevLoss _S("AccptRevLoss")
1.1134 - #define KCDTypeNameCDMAAccptFwdMaxdelay _S("AccptFwdMaxdelay")
1.1135 - #define KCDTypeNameCDMAAccptRevMaxdelay _S("AccptRevMaxdelay")
1.1136 - #define KCDTypeNameCDMADataCompression _S("DataCompression")
1.1137 - #define KCDTypeNameCDMAHeaderCompression _S("HeaderCompression")
1.1138 - #define KCDTypeNameCDMAAnonymousAccess _S("AnonymousAccess")
1.1139 - #define KCDTypeNameCDMAIfParams _S("IfParams")
1.1140 - #define KCDTypeNameCDMAApType _S("ApType")
1.1141 - #define KCDTypeNameCDMAQosWarningTimeout _S("QosWarningTimeout")
1.1142 - #define KCDTypeNameCDMARlpMode _S("RlpMode")
1.1143 - #define KCDTypeNameCDMANAIType _S("CDMANaiType")
1.1144 - #define KCDTypeNameCDMASimpleIPAuthAlgorithm _S("CDMASimpleIpAuthAlgorithm")
1.1145 - #define KCDTypeNameCDMA_SIMIP_Pap_SS_Handle _S("CDMASimpleIpPapSsHandle")
1.1146 - #define KCDTypeNameCDMASimIpChapSsHandle _S("CDMASimpleIpChapSsHandle")
1.1147 - /*@deprecated as name misleading. should have said CHAP */
1.1148 - #define KCDTypeNameCDMASimpleIpPapSsHandle KCDTypeNameCDMASimIpChapSsHandle
1.1149 - #define KCDTypeNameCDMAMobileIpTBit _S("CDMAMobileIpTBit")
1.1150 - #define KCDTypeNameCDMAMIPHomeAddress _S("CDMAMobileIpHomeAddress")
1.1151 - #define KCDTypeNameCDMAMIPPrimaryHomeAgent _S("CDMAMobileIpPrimaryHomeAgent")
1.1152 - #define KCDTypeNameCDMAMIPSecondaryHomeAgent _S("CDMAMobileIpSecondaryHomeAgent")
1.1153 - #define KCDTypeNameCDMAMIPMnAaaAuthAlgorithm _S("CDMAMobileIpMnAaaAuthAlgorithm")
1.1154 - #define KCDTypeNameCDMAMIPMnAaaSpiIndicator _S("CDMAMobileIpMnAaaSpiIndicator")
1.1155 - #define KCDTypeNameCDMAMIPMnAaaSpi _S("CDMAMobileIpMnAaaSpi")
1.1156 - #define KCDTypeNameCDMAMIPMnAaaSsData _S("CDMAMobileIpMnAaaSsData")
1.1157 - #define KCDTypeNameCDMAMIPMnHaAuthAlgorithm _S("CDMAMobileIpMnHaAuthAlgorithm")
1.1158 - #define KCDTypeNameCDMAMIPMnHaSpiIndicator _S("CDMAMobileIpMnHaSpiIndicator")
1.1159 - #define KCDTypeNameCDMAMIPMnHaSpi _S("CDMAMobileIpMnHaSpi")
1.1160 - #define KCDTypeNameCDMAMIPMnHaSsData _S("CDMAMobileIpMnHaSsData")
1.1161 - #define KCDTypeNameCDMAIfExternIpConfigAlwaysRejectAuth _S("IfExternIpConfigAlwaysRejectAuth")
1.1162 - #define KCDTypeNameCDMAIfPromptForAuth _S("IfPromptForAuth")
1.1163 - #define KCDTypeNameCDMAIfAuthName _S("IfAuthName")
1.1164 - #define KCDTypeNameCDMAIfAuthPass _S("IfAuthPass")
1.1165 - #define KCDTypeNameCDMAAuthRetries _S("AuthRetries")
1.1166 - #define KCDTypeNameCDMAIpNetMask _S("IpNetMask")
1.1167 - #define KCDTypeNameCDMAIpGateway _S("IpGateway")
1.1168 - #define KCDTypeNameCDMAIpAddrFromServer _S("IpAddrFromServer")
1.1169 - #define KCDTypeNameCDMAIpAddr _S("IpAddr")
1.1170 - #define KCDTypeNameCDMAIpDNSAddrFromServer _S("IpDNSAddrFromServer")
1.1171 - #define KCDTypeNameCDMAIpNameServer1 _S("IpNameServer1")
1.1172 - #define KCDTypeNameCDMAIpNameServer2 _S("IpNameServer2")
1.1173 - #define KCDTypeNameCDMAIp6DNSAddrFromServer _S("Ip6DNSAddrFromServer")
1.1174 - #define KCDTypeNameCDMAIp6NameServer1 _S("Ip6NameServer1")
1.1175 - #define KCDTypeNameCDMAIp6NameServer2 _S("Ip6NameServer2")
1.1176 - #define KCDTypeNameCDMAIpAddrLeaseValidFrom _S("IpAddrLeaseValidFrom")
1.1177 - #define KCDTypeNameCDMAIpAddrLeaseValidTo _S("IpAddrLeaseValidTo")
1.1178 - #define KCDTypeNameCDMAConfigDaemonManagerName _S("ConfigDaemonManagerName")
1.1179 - #define KCDTypeNameCDMAConfigDaemonName _S("ConfigDaemonName")
1.1180 - #define KCDTypeNameCDMAEnableLCPExtension _S("EnableLCPExtension")
1.1181 - #define KCDTypeNameCDMADisablePlainTextAuth _S("DisablePlainTextAuth")
1.1182 - #define KCDTypeNameServiceEnableSwComp _S("EnableSWComp")
1.1183 - #define KCDTypeNameCDMAMobileIP _S("CDMAMobileIP")
1.1184 - #define KCDTypeNameCDMAMobileIPTimeout _S("CDMAMobileIPTimeout")
1.1185 -
1.1186 -
1.1187 -
1.1188 -/////////////////////////////////////////////////////////////////////////////////////////
1.1189 -// 0F0/ GPRS QoS R99 Parameters
1.1190 -//
1.1191 -
1.1192 -//VR99/R4 QoS parameters
1.1193 - const TMDBElementId KCDTIdWCDMAReqTrafficClass = 0x0F030000; ///< Commsdat field id for field: ReqTrafficClass. Field is declared in the UmtsR99QoSAndOn table.
1.1194 - const TMDBElementId KCDTIdWCDMAMinTrafficClass = 0x0F040000; ///< Commsdat field id for field: MinTrafficClass. Field is declared in the UmtsR99QoSAndOn table.
1.1195 - const TMDBElementId KCDTIdWCDMAReqDeliveryOrder = 0x0F050000; ///< Commsdat field id for field: ReqDeliveryOrder . Field is declared in the UmtsR99QoSAndOn table.
1.1196 - const TMDBElementId KCDTIdWCDMAMinDeliveryOrder = 0x0F060000; ///< Commsdat field id for field: MinDeliveryOrder . Field is declared in the UmtsR99QoSAndOn table.
1.1197 - const TMDBElementId KCDTIdWCDMAReqDeliverErroneousSDU = 0x0F070000; ///< Commsdat field id for field: ReqDeliverErroneousSDU. Field is declared in the UmtsR99QoSAndOn table.
1.1198 - const TMDBElementId KCDTIdWCDMAMinDeliverErroneousSDU = 0x0F080000; ///< Commsdat field id for field: MinDeliverErroneousSDU. Field is declared in the UmtsR99QoSAndOn table.
1.1199 - const TMDBElementId KCDTIdWCDMAReqMaxSDUSize = 0x0F090000; ///< Commsdat field id for field: ReqMaxSDUSize. Field is declared in the UmtsR99QoSAndOn table.
1.1200 - const TMDBElementId KCDTIdWCDMAMinAcceptableMaxSDUSize = 0x0F0A0000; ///< Commsdat field id for field: MinAcceptableMaxSDUSize. Field is declared in the UmtsR99QoSAndOn table.
1.1201 - const TMDBElementId KCDTIdWCDMAReqMaxUplinkRate = 0x0F0B0000; ///< Commsdat field id for field: ReqMaxUplinkRate. Field is declared in the UmtsR99QoSAndOn table.
1.1202 - const TMDBElementId KCDTIdWCDMAReqMinUplinkRate = 0x0F0C0000; ///< Commsdat field id for field: ReqMinUplinkRate. Field is declared in the UmtsR99QoSAndOn table.
1.1203 - const TMDBElementId KCDTIdWCDMAReqMaxDownlinkRate = 0x0F0D0000; ///< Commsdat field id for field: ReqMaxDownlinkRate . Field is declared in the UmtsR99QoSAndOn table.
1.1204 - const TMDBElementId KCDTIdWCDMAReqMinDownlinkRate = 0x0F0E0000; ///< Commsdat field id for field: ReqMinDownlinkRate. Field is declared in the UmtsR99QoSAndOn table.
1.1205 - const TMDBElementId KCDTIdWCDMAReqBER = 0x0F0F0000; ///< Commsdat field id for field: ReqBER. Field is declared in the UmtsR99QoSAndOn table.
1.1206 - const TMDBElementId KCDTIdWCDMAMaxBER = 0x0F100000; ///< Commsdat field id for field: MaxBER. Field is declared in the UmtsR99QoSAndOn table.
1.1207 - const TMDBElementId KCDTIdWCDMAReqSDUErrorRatio = 0x0F110000; ///< Commsdat field id for field: ReqSDUErrorRatio. Field is declared in the UmtsR99QoSAndOn table.
1.1208 - const TMDBElementId KCDTIdWCDMAMaxSDUErrorRatio = 0x0F120000; ///< Commsdat field id for field: MaxSDUErrorRatio. Field is declared in the UmtsR99QoSAndOn table.
1.1209 - const TMDBElementId KCDTIdWCDMAReqTrafficHandlingPriority = 0x0F130000; ///< Commsdat field id for field: ReqTrafficHandlingPriority. Field is declared in the UmtsR99QoSAndOn table.
1.1210 - const TMDBElementId KCDTIdWCDMAMinTrafficHandlingPriority = 0x0F140000; ///< Commsdat field id for field: MinTrafficHandlingPriority. Field is declared in the UmtsR99QoSAndOn table.
1.1211 - const TMDBElementId KCDTIdWCDMAReqTransferDelay = 0x0F150000; ///< Commsdat field id for field: ReqTransferDelay. Field is declared in the UmtsR99QoSAndOn table.
1.1212 - const TMDBElementId KCDTIdWCDMAMaxTransferDelay = 0x0F160000; ///< Commsdat field id for field: MaxTransferDelay. Field is declared in the UmtsR99QoSAndOn table.
1.1213 - const TMDBElementId KCDTIdWCDMAReqGuaranteedUplinkRate = 0x0F170000; ///< Commsdat field id for field: ReqGuaranteedUplinkRate. Field is declared in the UmtsR99QoSAndOn table.
1.1214 - const TMDBElementId KCDTIdWCDMAMinGuaranteedUplinkRate = 0x0F180000; ///< Commsdat field id for field: MinGuaranteedUplinkRate. Field is declared in the UmtsR99QoSAndOn table.
1.1215 - const TMDBElementId KCDTIdWCDMAReqGuaranteedDownlinkRate = 0x0F190000; ///< Commsdat field id for field: ReqGuaranteedDownlinkRate. Field is declared in the UmtsR99QoSAndOn table.
1.1216 - const TMDBElementId KCDTIdWCDMAMinGuaranteedDownlinkRate = 0x0F1A0000; ///< Commsdat field id for field: MinGuaranteedDownlinkRate. Field is declared in the UmtsR99QoSAndOn table.
1.1217 - const TMDBElementId KCDTIdWCDMASignallingIndication = 0x0F1B0000; ///< Commsdat field id for field: SignallingIndication. Field is declared in the UmtsR99QoSAndOn table.
1.1218 - const TMDBElementId KCDTIdWCDMAImCmSignallingIndication = 0x0F1C0000; ///< Commsdat field id for field: ImCnSignallingIndication. Field is declared in the UmtsR99QoSAndOn table.
1.1219 - const TMDBElementId KCDTIdWCDMASourceStatisticsDescriptor = 0x0F1D0000; ///< Commsdat field id for field: SourceStatisticsDescriptor. Field is declared in the UmtsR99QoSAndOn table.
1.1220 -
1.1221 - //Field names
1.1222 - #define KCDTypeNameGPRSReqTrafficClass _S("ReqTrafficClass")
1.1223 - #define KCDTypeNameGPRSMinTrafficClass _S("MinTrafficClass")
1.1224 - #define KCDTypeNameGPRSReqDeliveryOrder _S("ReqDeliveryOrder")
1.1225 - #define KCDTypeNameGPRSMinDeliveryOrder _S("MinDeliveryOrder")
1.1226 - #define KCDTypeNameGPRSReqDeliverErroneousSDU _S("ReqDeliverErroneousSDU")
1.1227 - #define KCDTypeNameGPRSMinDeliverErroneousSDU _S("MinDeliverErroneousSDU")
1.1228 - #define KCDTypeNameGPRSReqMaxSDUSize _S("ReqMaxSDUSize")
1.1229 - #define KCDTypeNameGPRSMinAcceptableMaxSDUSize _S("MinAcceptableMaxSDUSize")
1.1230 - #define KCDTypeNameGPRSReqMaxUplinkRate _S("ReqMaxUplinkRate")
1.1231 - #define KCDTypeNameGPRSReqMinUplinkRate _S("ReqMinUplinkRate")
1.1232 - #define KCDTypeNameGPRSReqMaxDownlinkRate _S("ReqMaxDownlinkRate")
1.1233 - #define KCDTypeNameGPRSReqMinDownlinkRate _S("ReqMinDownlinkRate")
1.1234 - #define KCDTypeNameGPRSReqBER _S("ReqBER")
1.1235 - #define KCDTypeNameGPRSMaxBER _S("MaxBER")
1.1236 - #define KCDTypeNameGPRSReqSDUErrorRatio _S("ReqSDUErrorRatio")
1.1237 - #define KCDTypeNameGPRSMaxSDUErrorRatio _S("MaxSDUErrorRatio")
1.1238 - #define KCDTypeNameGPRSReqTrafficHandlingPriority _S("ReqTrafficHandlingPriority")
1.1239 - #define KCDTypeNameGPRSMinTrafficHandlingPriority _S("MinTrafficHandlingPriority")
1.1240 - #define KCDTypeNameGPRSReqTransferDelay _S("ReqTransferDelay")
1.1241 - #define KCDTypeNameGPRSMaxTransferDelay _S("MaxTransferDelay")
1.1242 - #define KCDTypeNameGPRSReqGuaranteedUplinkRate _S("ReqGuaranteedUplinkRate")
1.1243 - #define KCDTypeNameGPRSMinGuaranteedUplinkRate _S("MinGuaranteedUplinkRat")
1.1244 - #define KCDTypeNameGPRSReqGuaranteedDownlinkRate _S("ReqGuaranteedDownlinkRate")
1.1245 - #define KCDTypeNameGPRSMinGuaranteedDownlinkRate _S("MinGuaranteedDownlinkRate")
1.1246 - #define KCDTypeNameGPRSSignallingIndication _S("SignallingIndication")
1.1247 - #define KCDTypeNameGPRSImCnSignallingIndication _S("ImCnSignallingIndication")
1.1248 - #define KCDTypeNameGPRSSourceStatisticsDescriptor _S("SourceStatisticsDescriptor")
1.1249 -
1.1250 -
1.1251 -/////////////////////////////////////////////////////////////////////////////////////////
1.1252 -// 068/ WCDMA Packet Service Record
1.1253 -//
1.1254 -
1.1255 - // FieldTIds
1.1256 - const TMDBElementId KCDTIdAPN = 0x00030000; ///< Commsdat field id for field: APN. Field is declared in the WCDMA Packet Service table.
1.1257 - const TMDBElementId KCDTIdWCDMPDPType = 0x00040000; ///< Commsdat field id for field: PDPType. Field is declared in the WCDMA Packet Service table.
1.1258 - const TMDBElementId KCDTIdWCDMAPDPAddress = 0x00050000; ///< Commsdat field id for field: PDPAddress. Field is declared in the WCDMA Packet Service table.
1.1259 - const TMDBElementId KCDTIdReqPrecedence = 0x00060000; ///< Commsdat field id for field: ReqPrecedence. Field is declared in the WCDMA Packet Service table.
1.1260 - const TMDBElementId KCDTIdReqDelay = 0x00070000; ///< Commsdat field id for field: ReqDelay. Field is declared in the WCDMA Packet Service table.
1.1261 - const TMDBElementId KCDTIdReqReliability = 0x00080000; ///< Commsdat field id for field: ReqReliability. Field is declared in the WCDMA Packet Service table.
1.1262 - const TMDBElementId KCDTIdReqPeakThroughput = 0x00090000; ///< Commsdat field id for field: ReqPeakThroughput. Field is declared in the WCDMA Packet Service table.
1.1263 - const TMDBElementId KCDTIdReqMeanThroughput = 0x000A0000; ///< Commsdat field id for field: ReqMeanThroughput. Field is declared in the WCDMA Packet Service table.
1.1264 - const TMDBElementId KCDTIdMinPrecedence = 0x000B0000; ///< Commsdat field id for field: MinPrecedence. Field is declared in the WCDMA Packet Service table.
1.1265 - const TMDBElementId KCDTIdMinDelay = 0x000C0000; ///< Commsdat field id for field: MinDelay. Field is declared in the WCDMA Packet Service table.
1.1266 - const TMDBElementId KCDTIdMinReliability = 0x000D0000; ///< Commsdat field id for field: MinReliability. Field is declared in the WCDMA Packet Service table.
1.1267 - const TMDBElementId KCDTIdMinPeakThroughput = 0x000E0000; ///< Commsdat field id for field: MinPeakThroughput. Field is declared in the WCDMA Packet Service table.
1.1268 - const TMDBElementId KCDTIdMinMeanThroughput = 0x000F0000; ///< Commsdat field id for field: MinMeanThroughput. Field is declared in the WCDMA Packet Service table.
1.1269 - //
1.1270 - const TMDBElementId KCDTIdWCDMADataCompression = 0x00100000; ///< Commsdat field id for field: DataCompression. Field is declared in the WCDMA Packet Service table.
1.1271 - const TMDBElementId KCDTIdWCDMAHeaderCompression = 0x00110000; ///< Commsdat field id for field: HeaderCompression. Field is declared in the WCDMA Packet Service table.
1.1272 - const TMDBElementId KCDTIdWCDMAUseEdge = 0x00120000; ///< Commsdat field id for field: UseEdge. Field is declared in the WCDMA Packet Service table.
1.1273 - const TMDBElementId KCDTIdWCDMAAnonymousAccess = 0x00130000; ///< Commsdat field id for field: AnonymousAccess. Field is declared in the WCDMA Packet Service table.
1.1274 - const TMDBElementId KCDTIdWCDMAIfParams = 0x00140000; ///< Commsdat field id for field: IfParams. Field is declared in the WCDMA Packet Service table.
1.1275 - const TMDBElementId KCDTIdWCDMAIfNetworks = 0x00150000; ///< Commsdat field id for field: IfNetworks. Field is declared in the WCDMA Packet Service table.
1.1276 - const TMDBElementId KCDTIdWCDMAIfPromptForAuth = 0x00160000; ///< Commsdat field id for field: IfPromptForAuth. Field is declared in the WCDMA Packet Service table.
1.1277 - const TMDBElementId KCDTIdWCDMAIfAuthName = 0x00170000; ///< Commsdat field id for field: IfAuthName. Field is declared in the WCDMA Packet Service table.
1.1278 - const TMDBElementId KCDTIdWCDMAIfAuthPass = 0x00180000; ///< Commsdat field id for field: IfAuthPass. Field is declared in the WCDMA Packet Service table.
1.1279 - const TMDBElementId KCDTIdWCDMAIfAuthRetries = 0x00190000; ///< Commsdat field id for field: IfAuthRetries. Field is declared in the WCDMA Packet Service table.
1.1280 - const TMDBElementId KCDTIdWCDMAIPNetMask = 0x001A0000; ///< Commsdat field id for field: IPNetMask. Field is declared in the WCDMA Packet Service table.
1.1281 - const TMDBElementId KCDTIdWCDMAIPGateway = 0x001B0000; ///< Commsdat field id for field: IPGateway. Field is declared in the WCDMA Packet Service table.
1.1282 - const TMDBElementId KCDTIdWCDMAIPAddrFromServer = 0x001C0000; ///< Commsdat field id for field: IPAddrFromServer. Field is declared in the WCDMA Packet Service table.
1.1283 - const TMDBElementId KCDTIdWCDMAIPAddr = 0x001D0000; ///< Commsdat field id for field: IPAddr. Field is declared in the WCDMA Packet Service table.
1.1284 - const TMDBElementId KCDTIdWCDMAIPDNSAddrFromServer = 0x001E0000; ///< Commsdat field id for field: IPDNSAddrFromServer. Field is declared in the WCDMA Packet Service table.
1.1285 - const TMDBElementId KCDTIdWCDMAIPNameServer1 = 0x001F0000; ///< Commsdat field id for field: IPNameServer1. Field is declared in the WCDMA Packet Service table.
1.1286 - const TMDBElementId KCDTIdWCDMAIPNameServer2 = 0x00200000; ///< Commsdat field id for field: IPNameServer2. Field is declared in the WCDMA Packet Service table.
1.1287 - const TMDBElementId KCDTIdWCDMAIP6DNSAddrFromServer = 0x00210000; ///< Commsdat field id for field: IP6DNSAddrFromServer. Field is declared in the WCDMA Packet Service table.
1.1288 - const TMDBElementId KCDTIdWCDMAIP6NameServer1 = 0x00220000; ///< Commsdat field id for field: IP6NameServer1. Field is declared in the WCDMA Packet Service table.
1.1289 - const TMDBElementId KCDTIdWCDMAIP6NameServer2 = 0x00230000; ///< Commsdat field id for field: IP6NameServer2. Field is declared in the WCDMA Packet Service table.
1.1290 - const TMDBElementId KCDTIdWCDMAIPAddrLeaseValidFrom = 0x00240000; ///< Commsdat field id for field: IPAddrLeaseValidFrom. Field is declared in the WCDMA Packet Service table.
1.1291 - const TMDBElementId KCDTIdWCDMAIPAddrLeaseValidTo = 0x00250000; ///< Commsdat field id for field: IPAddrLeaseValidTo. Field is declared in the WCDMA Packet Service table.
1.1292 - const TMDBElementId KCDTIdWCDMAConfigDaemonManagerName = 0x00260000; ///< Commsdat field id for field: ConfigDaemonManagerName. Field is declared in the WCDMA Packet Service table.
1.1293 - const TMDBElementId KCDTIdWCDMAConfigDaemonName = 0x00270000; ///< Commsdat field id for field: ConfigDaemonName. Field is declared in the WCDMA Packet Service table.
1.1294 - const TMDBElementId KCDTIdWCDMAEnableLCPExtensions = 0x00280000; ///< Commsdat field id for field: EnableLCPExtensions. Field is declared in the WCDMA Packet Service table.
1.1295 - const TMDBElementId KCDTIdWCDMADisablePlainTextAuth = 0x00290000; ///< Commsdat field id for field: DisablePlainTextAuth. Field is declared in the WCDMA Packet Service table.
1.1296 - //
1.1297 - const TMDBElementId KCDTIdAPType = 0x002A0000; ///< Commsdat field id for field: APType. Field is declared in the WCDMA Packet Service table.
1.1298 - const TMDBElementId KCDTIdQOSWarningTimeOut = 0x002B0000; ///< Commsdat field id for field: QOSWarningTimeOut. Field is declared in the WCDMA Packet Service table.
1.1299 - //
1.1300 - const TMDBElementId KCDTIdUmtsR99QoSAndOn = 0x002C0000; ///< Commsdat field id for field: UmtsR99QoSAndOn. Field is declared in the WCDMA Packet Service table.
1.1301 -
1.1302 - const TMDBElementId KCDTIdR5DataCompression = 0x002D0000;
1.1303 - const TMDBElementId KCDTIdR5HeaderCompression = 0x002E0000;
1.1304 - const TMDBElementId KCDTIdPacketFlowIdentifier = 0x002F0000;
1.1305 - const TMDBElementId KCDTIdUmtsGprsRelease = 0x00300000;
1.1306 -
1.1307 -
1.1308 - // Field Names
1.1309 - #define KCDTypeNameGPRSAPN _S("APN")
1.1310 - #define KCDTypeNameGPRSPDPType _S("PDPType")
1.1311 - #define KCDTypeNameGPRSPDPAddress _S("PDPAddress")
1.1312 - #define KCDTypeNameGPRSReqPrecedence _S("ReqPrecedence")
1.1313 - #define KCDTypeNameGPRSReqDelay _S("ReqDelay")
1.1314 - #define KCDTypeNameGPRSReqReliability _S("ReqReliability")
1.1315 - #define KCDTypeNameGPRSReqPeakThroughput _S("ReqPeakThroughput")
1.1316 - #define KCDTypeNameGPRSReqMeanThroughput _S("ReqMeanThroughput")
1.1317 - #define KCDTypeNameGPRSMinPrecedence _S("MinPrecedence")
1.1318 - #define KCDTypeNameGPRSMinDelay _S("MinDelay")
1.1319 - #define KCDTypeNameGPRSMinReliability _S("MinReliability")
1.1320 - #define KCDTypeNameGPRSMinPeakThroughput _S("MinPeakThroughput")
1.1321 - #define KCDTypeNameGPRSMinMeanThroughput _S("MinMeanThroughput")
1.1322 - #define KCDTypeNameGPRSDataCompression _S("DataCompression")
1.1323 - #define KCDTypeNameGPRSHeaderCompression _S("HeaderCompression")
1.1324 - #define KCDTypeNameGPRSUseEdge _S("GprsUseEdge")
1.1325 - #define KCDTypeNameGPRSAnonymousAccess _S("AnonymousAccess")
1.1326 - #define KCDTypeNameGPRSIfParams _S("IfParams")
1.1327 - #define KCDTypeNameGPRSIfPromptForAuth _S("IfPromptForAuth")
1.1328 - #define KCDTypeNameGPRSIfAuthName _S("IfAuthName")
1.1329 - #define KCDTypeNameGPRSIfAuthPass _S("IfAuthPass")
1.1330 - #define KCDTypeNameGPRSIfAuthRetries _S("AuthRetries")
1.1331 - #define KCDTypeNameGPRSIPNetMask _S("IpNetMask")
1.1332 - #define KCDTypeNameGPRSIPGateway _S("IpGateway")
1.1333 - #define KCDTypeNameGPRSIPAddrFromServer _S("IpAddrFromServer")
1.1334 - #define KCDTypeNameGPRSIPAddr _S("IpAddr")
1.1335 - #define KCDTypeNameGPRSIPDNSAddrFromServer _S("IpDNSAddrFromServer")
1.1336 - #define KCDTypeNameGPRSIPNameServer1 _S("IpNameServer1")
1.1337 - #define KCDTypeNameGPRSIPNameServer2 _S("IpNameServer2")
1.1338 - #define KCDTypeNameGPRSIP6DNSAddrFromServer _S("Ip6DNSAddrFromServer")
1.1339 - #define KCDTypeNameGPRSIP6NameServer1 _S("Ip6NameServer1")
1.1340 - #define KCDTypeNameGPRSIP6NameServer2 _S("Ip6NameServer2")
1.1341 - #define KCDTypeNameGPRSIPAddrLeaseValidFrom _S("IpAddrLeaseValidFrom")
1.1342 - #define KCDTypeNameGPRSIPAddrLeaseValidTo _S("IpAddrLeaseValidTo")
1.1343 - #define KCDTypeNameGPRSConfigDaemonManagerName _S("ConfigDaemonManagerName")
1.1344 - #define KCDTypeNameGPRSConfigDaemonName _S("ConfigDaemonName")
1.1345 - #define KCDTypeNameGPRSEnableLCPExtensions _S("EnableLCPExtension")
1.1346 - #define KCDTypeNameGPRSDisablePlainTextAuth _S("DisablePlainTextAuth")
1.1347 - #define KCDTypeNameGPRSAPType _S("GprsAccessPointType")
1.1348 - #define KCDTypeNameGPRSQOSWarningTimeOut _S("QosWarningTimeout")
1.1349 - #define KCDTypeNameUmtsR99QoSAndOn _S("UmtsR99QoSAndOn")
1.1350 - #define KCDTypeNameR5DataCompression _S("R5DataCompression")
1.1351 - #define KCDTypeNameR5HeaderCompression _S("R5HeaderCompression")
1.1352 - #define KCDTypeNamePacketFlowIdentifier _S("PacketFlowIdentifier")
1.1353 - #define KCDTypeNameUmtsGprsRelease _S("UmtsGprsRelease")
1.1354 -
1.1355 -
1.1356 -/////////////////////////////////////////////////////////////////////////////////////////
1.1357 -// 0D8/ PAN Service Extensions Table
1.1358 -//
1.1359 -
1.1360 - // FieldTIds
1.1361 - const TMDBElementId KCDTIdLocalRole = 0x0D830000; ///< Commsdat field id for field: LocalRole. Field is declared in the PAN Service Extensions table.
1.1362 - const TMDBElementId KCDTIdPeerRole = 0x0D840000; ///< Commsdat field id for field: PeerRole. Field is declared in the PAN Service Extensions table.
1.1363 - const TMDBElementId KCDTIdPeerMACAddresses = 0x0D850000; ///< Commsdat field id for field: PeerMACAddresses. Field is declared in the PAN Service Extensions table.
1.1364 - const TMDBElementId KCDTIdPromptForRemoteDevices = 0x0D860000; ///< Commsdat field id for field: PromptForRemoteDevices. Field is declared in the PAN Service Extensions table.
1.1365 - const TMDBElementId KCDTIdDisableSdpQuery = 0x0D870000; ///< Commsdat field id for field: PromptForRemoteDevices. Field is declared in the PAN Service Extensions table.
1.1366 - const TMDBElementId KCDTIdAllowIncoming = 0x0D880000; ///< Commsdat field id for field: DisableSdpQuery. Field is declared in the PAN Service Extensions table.
1.1367 - const TMDBElementId KCDTIdPromptIfMACListFails = 0x0D890000; ///< Commsdat field id for field: PromptIfMACListFails. Field is declared in the PAN Service Extensions table.
1.1368 -#ifdef SYMBIAN_NETWORKING_DHCPSERVER
1.1369 - const TMDBElementId KCDTIdNapServiceEnabled = 0x0D8A0000; ///< Commsdat field id for field: NapServiceEnabled. Field is declared in the PAN Service Extensions table.
1.1370 -#endif // SYMBIAN_NETWORKING_DHCPSERVER
1.1371 -
1.1372 - // Field Names
1.1373 - #define KCDTypeNameLocalRole _S("LocalRole")
1.1374 - #define KCDTypeNamePeerRole _S("PeerRole")
1.1375 - #define KCDTypeNamePeerMACAddresses _S("PeerMACAddresses")
1.1376 - #define KCDTypeNamePromptForRemoteDevices _S("PromptForRemoteDevices")
1.1377 - #define KCDTypeNameDisableSdpQuery _S("DisableSdpQuery")
1.1378 - #define KCDTypeNameAllowIncoming _S("AllowIncomingConnections")
1.1379 - #define KCDTypeNamePromptIfMACListFails _S("PromptIfMACListFails")
1.1380 -#ifdef SYMBIAN_NETWORKING_DHCPSERVER
1.1381 - #define KCDTypeNameNapServiceEnabled _S("NapServiceEnabled")
1.1382 -#endif // SYMBIAN_NETWORKING_DHCPSERVER
1.1383 -
1.1384 -/////////////////////////////////////////////////////////////////////////////////////////
1.1385 -// 070/ Default CDMA2000 Settings Table
1.1386 -//
1.1387 -
1.1388 -
1.1389 - // Element Type Ids
1.1390 - const TMDBElementId KCDTIdDefaultCdmaUsage = 0x07030000; ///< Commsdat field id for field: Usage. Field is declared in the Default CDMA2000 Settings table.
1.1391 - const TMDBElementId KCDTIdCdmaIwfName = 0x07040000; ///< Commsdat field id for field: IwfName. Field is declared in the Default CDMA2000 Settings table.
1.1392 - const TMDBElementId KCDTIdCdmaServiceOptions = 0x07050000; ///< Commsdat field id for field: ServiceOption. Field is declared in the Default CDMA2000 Settings table.
1.1393 - const TMDBElementId KCDTIdCdmaPdpType = 0x07060000; ///< Commsdat field id for field: PDPType. Field is declared in the Default CDMA2000 Settings table.
1.1394 - const TMDBElementId KCDTIdCdmaPdpAddress = 0x07070000; ///< Commsdat field id for field: PDPAddress. Field is declared in the Default CDMA2000 Settings table.
1.1395 - const TMDBElementId KCDTIdCdmaReqFwdPriority = 0x07080000; ///< Commsdat field id for field: ReqFwdPriority. Field is declared in the Default CDMA2000 Settings table.
1.1396 - const TMDBElementId KCDTIdCdmaReqRevPriority = 0x07090000; ///< Commsdat field id for field: ReqRevPriority. Field is declared in the Default CDMA2000 Settings table.
1.1397 - const TMDBElementId KCDTIdCdmaReqFwdBitrate = 0x070A0000; ///< Commsdat field id for field: ReqFwdBitrate. Field is declared in the Default CDMA2000 Settings table.
1.1398 - const TMDBElementId KCDTIdCdmaReqRevBitrate = 0x070B0000; ///< Commsdat field id for field: ReqRevBitrate. Field is declared in the Default CDMA2000 Settings table.
1.1399 - const TMDBElementId KCDTIdCdmaReqFwdLoss = 0x070C0000; ///< Commsdat field id for field: ReqFwdLoss. Field is declared in the Default CDMA2000 Settings table.
1.1400 - const TMDBElementId KCDTIdCdmaReqRevLoss = 0x070D0000; ///< Commsdat field id for field: ReqRevLoss. Field is declared in the Default CDMA2000 Settings table.
1.1401 - const TMDBElementId KCDTIdCdmaReqFwdMaxdelay = 0x070E0000; ///< Commsdat field id for field: ReqFwdMaxdelay. Field is declared in the Default CDMA2000 Settings table.
1.1402 - const TMDBElementId KCDTIdCdmaReqRevMaxdelay = 0x070F0000; ///< Commsdat field id for field: ReqRevMaxdelay. Field is declared in the Default CDMA2000 Settings table.
1.1403 - const TMDBElementId KCDTIdCdmaMinFwdBitrate = 0x07100000; ///< Commsdat field id for field: MinFwdBitrate. Field is declared in the Default CDMA2000 Settings table.
1.1404 - const TMDBElementId KCDTIdCdmaMinRevBitrate = 0x07110000; ///< Commsdat field id for field: MinRevBitrate. Field is declared in the Default CDMA2000 Settings table.
1.1405 - const TMDBElementId KCDTIdCdmaAccptFwdLoss = 0x07120000; ///< Commsdat field id for field: AccptFwdLoss. Field is declared in the Default CDMA2000 Settings table.
1.1406 - const TMDBElementId KCDTIdCdmaAccptRevLoss = 0x07130000; ///< Commsdat field id for field: AccptRevLoss. Field is declared in the Default CDMA2000 Settings table.
1.1407 - const TMDBElementId KCDTIdCdmaAccptFwdMaxdelay = 0x07140000; ///< Commsdat field id for field: AccptFwdMaxdelay. Field is declared in the Default CDMA2000 Settings table.
1.1408 - const TMDBElementId KCDTIdCdmaAccptRevMaxdelay = 0x07150000; ///< Commsdat field id for field: AccptRevMaxdelay. Field is declared in the Default CDMA2000 Settings table.
1.1409 - const TMDBElementId KCDTIdCdmaDataCompression = 0x07160000; ///< Commsdat field id for field: DataCompression. Field is declared in the Default CDMA2000 Settings table.
1.1410 - const TMDBElementId KCDTIdCdmaHeaderCompression = 0x07170000; ///< Commsdat field id for field: HeaderCompression. Field is declared in the Default CDMA2000 Settings table.
1.1411 - const TMDBElementId KCDTIdCdmaAnonymousAccess = 0x07180000; ///< Commsdat field id for field: AnonymousAccess. Field is declared in the Default CDMA2000 Settings table.
1.1412 - const TMDBElementId KCDTIdCdmaOpMode = 0x07190000; ///< Commsdat field id for field: CDMAOperationMode. Field is declared in the Default CDMA2000 Settings table.
1.1413 - const TMDBElementId KCDTIdCdmaMipMaxNumRetry = 0x071A0000; ///< Commsdat field id for field: CDMAMobileIpMaxNumRetry. Field is declared in the Default CDMA2000 Settings table.
1.1414 - const TMDBElementId KCDTIdCdmaMipFirstRetryTimeout = 0x071B0000; ///< Commsdat field id for field: CDMAMobileIpFirstRetryTimeout. Field is declared in the Default CDMA2000 Settings table.
1.1415 - const TMDBElementId KCDTIdCdmaMipReregThreshold = 0x071C0000; ///< Commsdat field id for field: CDMAMobileIpReregThreshold. Field is declared in the Default CDMA2000 Settings table.
1.1416 - const TMDBElementId KCDTIdCdmaServiceEnableLlmnr = 0x071D0000; ///< Commsdat field id for field: EnableLLMNR. Field is declared in the Default CDMA2000 Settings table.
1.1417 - const TMDBElementId KCDTIdCdmaEnableIpHeaderComp = 0x071E0000; ///< Commsdat field id for field: EnableIpHeaderComp. Field is declared in the Default CDMA2000 Settings table.
1.1418 - const TMDBElementId KCDTIdCdmaMobileIP = 0x071F0000; ///< Commsdat field id for field: CDMAMobileIP. Field is declared in the Default CDMA2000 Settings table.
1.1419 - const TMDBElementId KCDTIdCdmaHomeAgentAddress = 0x07200000; ///< Commsdat field id for field: CDMAMobileIPTimeout. Field is declared in the Default CDMA2000 Settings table.
1.1420 - const TMDBElementId KCDTIdCdmaMobileIPTimeout = 0x07210000; ///< Commsdat field id for field: DMAMobileIPTimeout. Field is declared in the Default CDMA2000 Settings table.
1.1421 - const TMDBElementId KCDTIdCdmaFchMux = 0x07220000; ///< Commsdat field id for field: CDMAFchMux. Field is declared in the Default CDMA2000 Settings table.
1.1422 - const TMDBElementId KCDTIdCdmaSchMux = 0x07230000; ///< Commsdat field id for field: CDMASchMux. Field is declared in the Default CDMA2000 Settings table.
1.1423 -
1.1424 -
1.1425 -
1.1426 - // Element Type Names
1.1427 - #define KCDTypeNameDefaultCdmaUsage _S("Usage")
1.1428 - #define KCDTypeNameCdmaIwfName _S("IwfName")
1.1429 - #define KCDTypeNameCdmaServiceOptions _S("ServiceOption")
1.1430 - #define KCDTypeNameCdmaPdpType _S("PDPType")
1.1431 - #define KCDTypeNameCdmaPdpAddress _S("PDPAddress")
1.1432 - #define KCDTypeNameCdmaReqFwdPriority _S("ReqFwdPriority")
1.1433 - #define KCDTypeNameCdmaReqRevPriority _S("ReqRevPriority")
1.1434 - #define KCDTypeNameCdmaReqFwdBitrate _S("ReqFwdBitrate")
1.1435 - #define KCDTypeNameCdmaReqRevBitrate _S("ReqRevBitrate")
1.1436 - #define KCDTypeNameCdmaReqFwdLoss _S("ReqFwdLoss")
1.1437 - #define KCDTypeNameCdmaReqRevLoss _S("ReqRevLoss")
1.1438 - #define KCDTypeNameCdmaReqFwdMaxdelay _S("ReqFwdMaxdelay")
1.1439 - #define KCDTypeNameCdmaReqRevMaxdelay _S("ReqRevMaxdelay")
1.1440 - #define KCDTypeNameCdmaMinFwdBitrate _S("MinFwdBitrate")
1.1441 - #define KCDTypeNameCdmaMinRevBitrate _S("MinRevBitrate")
1.1442 - #define KCDTypeNameCdmaAccptFwdLoss _S("AccptFwdLoss")
1.1443 - #define KCDTypeNameCdmaAccptRevLoss _S("AccptRevLoss")
1.1444 - #define KCDTypeNameCdmaAccptFwdMaxdelay _S("AccptFwdMaxdelay")
1.1445 - #define KCDTypeNameCdmaAccptRevMaxdelay _S("AccptRevMaxdelay")
1.1446 - #define KCDTypeNameCdmaDataCompression _S("DataCompression")
1.1447 - #define KCDTypeNameCdmaHeaderCompression _S("HeaderCompression")
1.1448 - #define KCDTypeNameCdmaAnonymousAccess _S("AnonymousAccess")
1.1449 - #define KCDTypeNameCdmaOpMode _S("CDMAOperationMode")
1.1450 - #define KCDTypeNameCdmaMipMaxNumRetry _S("CDMAMobileIpMaxNumRetry")
1.1451 - #define KCDTypeNameCdmaMipFirstRetryTimeout _S("CDMAMobileIpFirstRetryTimeout")
1.1452 - #define KCDTypeNameCdmaMipReregThreshold _S("CDMAMobileIpReregThreshold")
1.1453 - #define KCDTypeNameDefaultCdmaHomeAgentAddress _S("HomeAgentAddress")
1.1454 - #define KCDTypeNameDefaultCdmaMobileIPTimeout _S("CDMAMobileIPTimeout")
1.1455 -
1.1456 -////////////////////////////////////////////////////////////////////////////
1.1457 -// 078/ Default WCDMA Settings Table
1.1458 -//
1.1459 -
1.1460 - const TMDBElementId KCDTIdDefaultGPRSUsage = 0x07830000; ///< Commsdat field id for field: Usage. Field is declared in the Default WCDMA Settings table.
1.1461 - const TMDBElementId KCDTIdDefaultGPRSAPN = 0x07840000; ///< Commsdat field id for field: APN. Field is declared in the Default WCDMA Settings table.
1.1462 - const TMDBElementId KCDTIdDefaultGPRSPDPType = 0x07850000; ///< Commsdat field id for field: PDPType. Field is declared in the Default WCDMA Settings table.
1.1463 - const TMDBElementId KCDTIdDefaultGPRSPDPAddress = 0x07860000; ///< Commsdat field id for field: PDPAddress. Field is declared in the Default WCDMA Settings table.
1.1464 - const TMDBElementId KCDTIdDefaultGPRSPrecedence = 0x07870000; ///< Commsdat field id for field: Precedence. Field is declared in the Default WCDMA Settings table.
1.1465 - const TMDBElementId KCDTIdDefaultGPRSDelay = 0x07880000; ///< Commsdat field id for field: Delay. Field is declared in the Default WCDMA Settings table.
1.1466 - const TMDBElementId KCDTIdDefaultGPRSReliability = 0x07890000; ///< Commsdat field id for field: Reliability. Field is declared in the Default WCDMA Settings table.
1.1467 - const TMDBElementId KCDTIdDefaultGPRSPeakThroughput = 0x078A0000; ///< Commsdat field id for field: PeakThroughput. Field is declared in the Default WCDMA Settings table.
1.1468 - const TMDBElementId KCDTIdDefaultGPRSMeanThroughput = 0x078B0000; ///< Commsdat field id for field: MeanThroughput. Field is declared in the Default WCDMA Settings table.
1.1469 - const TMDBElementId KCDTIdDefaultGPRSMinPrecedence = 0x078C0000; ///< Commsdat field id for field: MinPrecedence. Field is declared in the Default WCDMA Settings table.
1.1470 - const TMDBElementId KCDTIdDefaultGPRSMinDelay = 0x078D0000; ///< Commsdat field id for field: MinDelay. Field is declared in the Default WCDMA Settings table.
1.1471 - const TMDBElementId KCDTIdDefaultGPRSMinReliability = 0x078E0000; ///< Commsdat field id for field: MinReliability. Field is declared in the Default WCDMA Settings table.
1.1472 - const TMDBElementId KCDTIdDefaultGPRSMinPeakThroughput = 0x078F0000; ///< Commsdat field id for field: MinPeakThroughput. Field is declared in the Default WCDMA Settings table.
1.1473 - const TMDBElementId KCDTIdDefaultGPRSMinMeanThroughput = 0x07900000; ///< Commsdat field id for field: MinMeanThroughput. Field is declared in the Default WCDMA Settings table.
1.1474 - const TMDBElementId KCDTIdDefaultGPRSDataCompression = 0x07910000; ///< Commsdat field id for field: DataCompression. Field is declared in the Default WCDMA Settings table.
1.1475 - const TMDBElementId KCDTIdDefaultGPRSHeaderCompression = 0x07920000; ///< Commsdat field id for field: HeaderCompression. Field is declared in the Default WCDMA Settings table.
1.1476 - const TMDBElementId KCDTIdDefaultGPRSUseEdge = 0x07930000; ///< Commsdat field id for field: UseEdge. Field is declared in the Default WCDMA Settings table.
1.1477 - const TMDBElementId KCDTIdDefaultGPRSAnonymousAccess = 0x07940000; ///< Commsdat field id for field: AnonymousAccess. Field is declared in the Default WCDMA Settings table.
1.1478 -
1.1479 -
1.1480 - #define KCDTypeNameUsage _S("Usage")
1.1481 - #define KCDTypeNameAPN _S("APN")
1.1482 - #define KCDTypeNamePDPType _S("PDPType")
1.1483 - #define KCDTypeNamePDPAddress _S("PDPAddress")
1.1484 - #define KCDTypeNamePrecedence _S("Precedence")
1.1485 - #define KCDTypeNameDelay _S("Delay")
1.1486 - #define KCDTypeNameReliability _S("Reliability")
1.1487 - #define KCDTypeNamePeakThroughput _S("PeakThroughput")
1.1488 - #define KCDTypeNameMeanThroughput _S("MeanThroughput")
1.1489 - #define KCDTypeNameMinPrecedence _S("MinPrecedence")
1.1490 - #define KCDTypeNameMinDelay _S("MinDelay")
1.1491 - #define KCDTypeNameMinReliability _S("MinReliability")
1.1492 - #define KCDTypeNameMinPeakThroughput _S("MinPeakThroughput")
1.1493 - #define KCDTypeNameMinMeanThroughput _S("MinMeanThroughput")
1.1494 - #define KCDTypeNameDataCompression _S("DataCompression")
1.1495 - #define KCDTypeNameHeaderCompression _S("HeaderCompression")
1.1496 - #define KCDTypeNameAnonymousAccess _S("AnonymousAccess")
1.1497 -
1.1498 -
1.1499 -
1.1500 -
1.1501 -////////////////////////////////////////////////////////////////////////////
1.1502 -// 080/ MODEM BEARER RECORD
1.1503 -//
1.1504 -
1.1505 - const TMDBElementId KCDTIdNifName = 0x08030000; ///< Commsdat field id for field: IfName. Field is declared in the ModemBearer table.
1.1506 - const TMDBElementId KCDTIdPortName = 0x08040000; ///< Commsdat field id for field: PortName. Field is declared in the ModemBearer table.
1.1507 - const TMDBElementId KCDTIdTsyName = 0x08050000; ///< Commsdat field id for field: TSYName. Field is declared in the ModemBearer table.
1.1508 - const TMDBElementId KCDTIdCsyName = 0x08060000; ///< Commsdat field id for field: CSYName. Field is declared in the ModemBearer table.
1.1509 - const TMDBElementId KCDTIdDataBits = 0x08070000; ///< Commsdat field id for field: DataBits. Field is declared in the ModemBearer table.
1.1510 - const TMDBElementId KCDTIdStopBits = 0x08080000; ///< Commsdat field id for field: StopBits. Field is declared in the ModemBearer table.
1.1511 - const TMDBElementId KCDTIdParity = 0x08090000; ///< Commsdat field id for field: Parity. Field is declared in the ModemBearer table.
1.1512 - const TMDBElementId KCDTIdRate = 0x080A0000; ///< Commsdat field id for field: Rate. Field is declared in the ModemBearer table.
1.1513 - const TMDBElementId KCDTIdHandshaking = 0x080B0000; ///< Commsdat field id for field: Handshaking. Field is declared in the ModemBearer table.
1.1514 - const TMDBElementId KCDTIdSpecialRate = 0x080C0000; ///< Commsdat field id for field: SpecialRate. Field is declared in the ModemBearer table.
1.1515 - const TMDBElementId KCDTIdXonChar = 0x080D0000; ///< Commsdat field id for field: XonChar. Field is declared in the ModemBearer table.
1.1516 - const TMDBElementId KCDTIdXoffChar = 0x080E0000; ///< Commsdat field id for field: XoffChar. Field is declared in the ModemBearer table.
1.1517 - const TMDBElementId KCDTIdFaxClassPref = 0x080F0000; ///< Commsdat field id for field: FaxClassPref. Field is declared in the ModemBearer table.
1.1518 - const TMDBElementId KCDTIdSpeakerPref = 0x08100000; ///< Commsdat field id for field: SpeakerPref. Field is declared in the ModemBearer table.
1.1519 - const TMDBElementId KCDTIdSpeakerVolPref = 0x08110000; ///< Commsdat field id for field: SpeakerVolPref. Field is declared in the ModemBearer table.
1.1520 - const TMDBElementId KCDTIdModemInitString = 0x08120000; ///< Commsdat field id for field: ModemInitString. Field is declared in the ModemBearer table.
1.1521 - const TMDBElementId KCDTIdDataInitString = 0x08130000; ///< Commsdat field id for field: DataInitString. Field is declared in the ModemBearer table.
1.1522 - const TMDBElementId KCDTIdFaxInitString = 0x08140000; ///< Commsdat field id for field: FaxInitString. Field is declared in the ModemBearer table.
1.1523 - const TMDBElementId KCDTIdIspInitString = 0x08150000; ///< Commsdat field id for field: IspInitString . Field is declared in the ModemBearer table.
1.1524 - const TMDBElementId KCDTIdDialPauseLength = 0x08160000; ///< Commsdat field id for field: DialPauseLength. Field is declared in the ModemBearer table.
1.1525 - const TMDBElementId KCDTIdCarrierTimeOut = 0x08170000; ///< Commsdat field id for field: CarrierTimeOut. Field is declared in the ModemBearer table.
1.1526 - const TMDBElementId KCDTIdAutoAnswerRingCount = 0x08180000; ///< Commsdat field id for field: AutoAnswerRingCount. Field is declared in the ModemBearer table.
1.1527 - const TMDBElementId KCDTIdSpeakerVolControlLow = 0x08190000; ///< Commsdat field id for field: SpeakerVolControlLow. Field is declared in the ModemBearer table.
1.1528 - const TMDBElementId KCDTIdSpeakerVolControlMedium = 0x081A0000; ///< Commsdat field id for field: SpeakerVolControlMedium. Field is declared in the ModemBearer table.
1.1529 - const TMDBElementId KCDTIdSpeakerVolControlHigh = 0x081B0000; ///< Commsdat field id for field: SpeakerVolControlHigh . Field is declared in the ModemBearer table.
1.1530 - const TMDBElementId KCDTIdSpeakerAlwaysOff = 0x081C0000; ///< Commsdat field id for field: SpeakerAlwaysOff. Field is declared in the ModemBearer table.
1.1531 - const TMDBElementId KCDTIdSpeakerOnUntilCarrier = 0x081D0000; ///< Commsdat field id for field: SpeakerOnUntilCarrier. Field is declared in the ModemBearer table.
1.1532 - const TMDBElementId KCDTIdSpeakerAlwaysOn = 0x081E0000; ///< Commsdat field id for field: SpeakerAlwaysOn. Field is declared in the ModemBearer table.
1.1533 - const TMDBElementId KCDTIdSpeakerOnAfterUntilCarrier = 0x081F0000; ///< Commsdat field id for field: SpeakerOnAfterUntilCarrier. Field is declared in the ModemBearer table.
1.1534 - const TMDBElementId KCDTIdDialToneWaitModifier = 0x08200000; ///< Commsdat field id for field: DialToneWaitModifier. Field is declared in the ModemBearer table.
1.1535 - const TMDBElementId KCDTIdCallProgress1 = 0x08210000; ///< Commsdat field id for field: CallProgress1. Field is declared in the ModemBearer table.
1.1536 - const TMDBElementId KCDTIdCallProgress2 = 0x08220000; ///< Commsdat field id for field: CallProgress2. Field is declared in the ModemBearer table.
1.1537 - const TMDBElementId KCDTIdCallProgress3 = 0x08230000; ///< Commsdat field id for field: CallProgress3. Field is declared in the ModemBearer table.
1.1538 - const TMDBElementId KCDTIdCallProgress4 = 0x08240000; ///< Commsdat field id for field: CallProgress4. Field is declared in the ModemBearer table.
1.1539 - const TMDBElementId KCDTIdEchoOff = 0x08250000; ///< Commsdat field id for field: EchoOff. Field is declared in the ModemBearer table.
1.1540 - const TMDBElementId KCDTIdVerboseText = 0x08260000; ///< Commsdat field id for field: VerboseText. Field is declared in the ModemBearer table.
1.1541 - const TMDBElementId KCDTIdQuietOff = 0x08270000; ///< Commsdat field id for field: QuietOff. Field is declared in the ModemBearer table.
1.1542 - const TMDBElementId KCDTIdQuietOn = 0x08280000; ///< Commsdat field id for field: QuietOn. Field is declared in the ModemBearer table.
1.1543 - const TMDBElementId KCDTIdDialCommandStateModifier = 0x08290000; ///< Commsdat field id for field: DialCommandStateModifier . Field is declared in the ModemBearer table.
1.1544 - const TMDBElementId KCDTIdOnLine = 0x082A0000; ///< Commsdat field id for field: OnLine. Field is declared in the ModemBearer table.
1.1545 - const TMDBElementId KCDTIdResetConfiguration = 0x082B0000; ///< Commsdat field id for field: ResetConfiguration. Field is declared in the ModemBearer table.
1.1546 - const TMDBElementId KCDTIdReturnToFactoryDefs = 0x082C0000; ///< Commsdat field id for field: ReturnToFactoryDefs. Field is declared in the ModemBearer table.
1.1547 - const TMDBElementId KCDTIdDcdOnDuringLink = 0x082D0000; ///< Commsdat field id for field: DCDOnDuringLink. Field is declared in the ModemBearer table.
1.1548 - const TMDBElementId KCDTIdDtrHangUp = 0x082E0000; ///< Commsdat field id for field: DTRHangUp. Field is declared in the ModemBearer table.
1.1549 - const TMDBElementId KCDTIdDsrAlwaysOn = 0x082F0000; ///< Commsdat field id for field: DSRAlwaysOn. Field is declared in the ModemBearer table.
1.1550 - const TMDBElementId KCDTIdRtsCtsHandshake = 0x08300000; ///< Commsdat field id for field: RTSCTSHandshake. Field is declared in the ModemBearer table.
1.1551 - const TMDBElementId KCDTIdXonXoffHandshake = 0x08310000; ///< Commsdat field id for field: XonXoffHandshake. Field is declared in the ModemBearer table.
1.1552 - const TMDBElementId KCDTIdEscapeCharacter = 0x08320000; ///< Commsdat field id for field: EscapeCharacter. Field is declared in the ModemBearer table.
1.1553 - const TMDBElementId KCDTIdEscapeGuardPeriod = 0x08330000; ///< Commsdat field id for field: EscapeGuardPeriod. Field is declared in the ModemBearer table.
1.1554 - const TMDBElementId KCDTIdFaxClassInterrogate = 0x08340000; ///< Commsdat field id for field: FaxClassInterrogate. Field is declared in the ModemBearer table.
1.1555 - const TMDBElementId KCDTIdFaxClass = 0x08350000; ///< Commsdat field id for field: FaxClass. Field is declared in the ModemBearer table.
1.1556 - const TMDBElementId KCDTIdNoDialTone = 0x08360000; ///< Commsdat field id for field: NoDialTone. Field is declared in the ModemBearer table.
1.1557 - const TMDBElementId KCDTIdBusy = 0x08370000; ///< Commsdat field id for field: Busy. Field is declared in the ModemBearer table.
1.1558 - const TMDBElementId KCDTIdNoAnswer = 0x08380000; ///< Commsdat field id for field: NoAnswer. Field is declared in the ModemBearer table.
1.1559 - const TMDBElementId KCDTIdCarrier = 0x08390000; ///< Commsdat field id for field: Carrier. Field is declared in the ModemBearer table.
1.1560 - const TMDBElementId KCDTIdConnect = 0x083A0000; ///< Commsdat field id for field: Connect. Field is declared in the ModemBearer table.
1.1561 - const TMDBElementId KCDTIdCompressionClass5 = 0x083B0000; ///< Commsdat field id for field: CompressionClass5. Field is declared in the ModemBearer table.
1.1562 - const TMDBElementId KCDTIdCompressionV42bis = 0x083C0000; ///< Commsdat field id for field: CompressionV42bis. Field is declared in the ModemBearer table.
1.1563 - const TMDBElementId KCDTIdCompressionNone = 0x083D0000; ///< Commsdat field id for field: CompressionNone. Field is declared in the ModemBearer table.
1.1564 - const TMDBElementId KCDTIdProtocolLapd = 0x083E0000; ///< Commsdat field id for field: ProtocolLAPD. Field is declared in the ModemBearer table.
1.1565 - const TMDBElementId KCDTIdProtocolAlt = 0x083F0000; ///< Commsdat field id for field: ProtocolALT. Field is declared in the ModemBearer table.
1.1566 - const TMDBElementId KCDTIdProtocolAltcellular = 0x08400000; ///< Commsdat field id for field: ProtocolALTCELLULAR. Field is declared in the ModemBearer table.
1.1567 - const TMDBElementId KCDTIdProtocolNone = 0x08410000; ///< Commsdat field id for field: ProtocolNone. Field is declared in the ModemBearer table.
1.1568 - const TMDBElementId KCDTIdMessageCentreNumber = 0x08420000; ///< Commsdat field id for field: MessageCentreNumber. Field is declared in the ModemBearer table.
1.1569 - const TMDBElementId KCDTIdMessageValidityPeriod = 0x08430000; ///< Commsdat field id for field: MessageValidityPeriod. Field is declared in the ModemBearer table.
1.1570 - const TMDBElementId KCDTIdMessageDeliveryReport = 0x08440000; ///< Commsdat field id for field: MessageDeliveryReport. Field is declared in the ModemBearer table.
1.1571 - const TMDBElementId KCDTIdMinSignalLevel = 0x08450000; ///< Commsdat field id for field: MinimumSignalLevel. Field is declared in the ModemBearer table.
1.1572 - const TMDBElementId KCDTIdCommRole = 0x08460000; ///< Commsdat field id for field: CommRole. Field is declared in the ModemBearer table.
1.1573 - const TMDBElementId KCDTIdControlChannelPortName = 0x08470000; ///< Commsdat field id for field: ControlChannelPortName. Field is declared in the ModemBearer table.
1.1574 - const TMDBElementId KCDTIdSirSettings = 0x08480000; ///< Commsdat field id for field: SirSettings. Field is declared in the ModemBearer table.
1.1575 - const TMDBElementId KCDTIdLastSocketActivityTimeout = 0x08490000; ///< Commsdat field id for field: LastSocketActivityTimeout. Field is declared in the ModemBearer table.
1.1576 - const TMDBElementId KCDTIdLastSessionClosedTimeout = 0x084A0000; ///< Commsdat field id for field: LastSessionClosedTimeout. Field is declared in the ModemBearer table.
1.1577 - const TMDBElementId KCDTIdLastSocketClosedTimeout = 0x084B0000; ///< Commsdat field id for field: LastSocketClosedTimeout. Field is declared in the ModemBearer table.
1.1578 - const TMDBElementId KCDTIdBCAStack = 0x084C0000; ///< Commsdat field id for field: BCAStack. Field is declared in the ModemBearer table.
1.1579 -
1.1580 -
1.1581 -
1.1582 - // Field Names
1.1583 - #define KCDTypeNameNifName _S("IfName")
1.1584 - #define KCDTypeNamePortName _S("PortName")
1.1585 - #define KCDTypeNameTsyName _S("TSYName")
1.1586 - #define KCDTypeNameCsyName _S("CSYName")
1.1587 - #define KCDTypeNameSocketActivityTimeout _S("SocketActivityTimeout")
1.1588 - #define KCDTypeNameSessionClosedTimeout _S("SessionClosedTimeout")
1.1589 - #define KCDTypeNameSocketClosedTimeout _S("SocketClosedTimeout")
1.1590 - #define KCDTypeNameDataBits _S("DataBits")
1.1591 - #define KCDTypeNameStopBits _S("StopBits")
1.1592 - #define KCDTypeNameParity _S("Parity")
1.1593 - #define KCDTypeNameRate _S("Rate")
1.1594 - #define KCDTypeNameHandShaking _S("Handshaking")
1.1595 - #define KCDTypeNameSpecialRate _S("SpecialRate")
1.1596 - #define KCDTypeNameXonChar _S("XonChar")
1.1597 - #define KCDTypeNameXoffChar _S("XoffChar")
1.1598 - #define KCDTypeNameFaxClassPref _S("FaxClassPref")
1.1599 - #define KCDTypeNameSpeakerPref _S("SpeakerPref")
1.1600 - #define KCDTypeNameSpeakerVolPref _S("SpeakerVolPref")
1.1601 - #define KCDTypeNameModemInitString _S("ModemInitString")
1.1602 - #define KCDTypeNameDataInitString _S("DataInitString")
1.1603 - #define KCDTypeNameFaxInitString _S("FaxInitString")
1.1604 - #define KCDTypeNameIspInitString _S("IspInitString")
1.1605 - #define KCDTypeNameDialPauseLength _S("DialPauseLength")
1.1606 - #define KCDTypeNameCarrierTimeout _S("CarrierTimeout")
1.1607 - #define KCDTypeNameAutoAnswerRingCount _S("AutoAnswerRingCount")
1.1608 - #define KCDTypeNameSpeakerVolControlLow _S("SpeakerVolContorlLow")
1.1609 - #define KCDTypeNameSpeakerVolControlMedium _S("SpeakerVolControlMedium")
1.1610 - #define KCDTypeNameSpeakerVolControlHigh _S("SpeakerVolControlHigh")
1.1611 - #define KCDTypeNameSpeakerAlwaysOff _S("SpeakerAlwaysOff")
1.1612 - #define KCDTypeNameSpeakerOnUntilCarrier _S("SpeakerOnUntilCarrier")
1.1613 - #define KCDTypeNameSpeakerAlwaysOn _S("SpeakerAlwaysOn")
1.1614 - #define KCDTypeNameSpeakerOnAfterUntilCarrier _S("SpeakerOnAfterUntilCarrier")
1.1615 - #define KCDTypeNameDialToneWaitModifier _S("DialToneWaitModifier")
1.1616 - #define KCDTypeNameCallProgress1 _S("CallProgress1")
1.1617 - #define KCDTypeNameCallProgress2 _S("CallProgress2")
1.1618 - #define KCDTypeNameCallProgress3 _S("CallProgress3")
1.1619 - #define KCDTypeNameCallProgress4 _S("CallProgress4")
1.1620 - #define KCDTypeNameEchoOff _S("EchoOff")
1.1621 - #define KCDTypeNameVerboseText _S("VerboseText")
1.1622 - #define KCDTypeNameQuietOff _S("QuietOff")
1.1623 - #define KCDTypeNameQuietOn _S("QuietOn")
1.1624 - #define KCDTypeNameDialCommandStateModifier _S("DialCommandStateModifier")
1.1625 - #define KCDTypeNameOnLine _S("OnLine")
1.1626 - #define KCDTypeNameResetConfiguration _S("ResetConfiguration")
1.1627 - #define KCDTypeNameReturnToFactoryDefs _S("ReturnToFactoryDefs")
1.1628 - #define KCDTypeNameDcdOnDuringLink _S("DCDOnDuringLink")
1.1629 - #define KCDTypeNameDtrHangUp _S("DTRHangUp")
1.1630 - #define KCDTypeNameDsrAlwaysOn _S("DSRAlwaysOn")
1.1631 - #define KCDTypeNameRtsCtsHandshake _S("RTSCTSHandshake")
1.1632 - #define KCDTypeNameXonXoffHandshake _S("XonXoffHandshake")
1.1633 - #define KCDTypeNameEscapeCharacter _S("EscapeCharacter")
1.1634 - #define KCDTypeNameEscapeGuardPeriod _S("EscapeGuardPeriod")
1.1635 - #define KCDTypeNameFaxClassInterrogate _S("FaxClassInterrogate")
1.1636 - #define KCDTypeNameFaxClass _S("FaxClass")
1.1637 - #define KCDTypeNameNoDialTone _S("NoDialTone")
1.1638 - #define KCDTypeNameBusy _S("Busy")
1.1639 - #define KCDTypeNameNoAnswer _S("NoAnswer")
1.1640 - #define KCDTypeNameCarrier _S("Carrier")
1.1641 - #define KCDTypeNameConnect _S("Connect")
1.1642 - #define KCDTypeNameCompressionClass5 _S("CompressionClass5")
1.1643 - #define KCDTypeNameCompressionClassV42bis _S("CompressionV42bis")
1.1644 - #define KCDTypeNameCompressionNone _S("CompressionNone")
1.1645 - #define KCDTypeNameProtocolLapd _S("ProtocolLAPD")
1.1646 - #define KCDTypeNameProtocolAlt _S("ProtocolALT")
1.1647 - #define KCDTypeNameProtocolAltcellular _S("ProtocolALTCELLULAR")
1.1648 - #define KCDTypeNameProtocolNone _S("ProtocolNone")
1.1649 - #define KCDTypeNameMessageCentreNumber _S("MessageCentreNumber")
1.1650 - #define KCDTypeNameMessageValidityPeriod _S("MessageValidityPeriod")
1.1651 - #define KCDTypeNameMessageDeliveryReport _S("MessageDeliveryReport")
1.1652 - #define KCDTypeNameMinSignalLevel _S("MinimumSignalLevel")
1.1653 - #define KCDTypeNameCommRole _S("CommRole")
1.1654 - #define KCDTypeNameControlChannelPortName _S("ControlChannelPortName")
1.1655 - #define KCDTypeNameSirSettings _S("SIRSettings")
1.1656 - #define KCDTypeNameBCAStack _S("BCAStack")
1.1657 -
1.1658 -
1.1659 -
1.1660 -/////////////////////////////////////////////////////////////////////////////////////
1.1661 -// 088/ LAN Bearer
1.1662 -//
1.1663 -
1.1664 - const TMDBElementId KCDTIdLANBearerNifName = 0x08830000; ///< Commsdat field id for field: IfName. Field is declared in the LANBearer table.
1.1665 - const TMDBElementId KCDTIdLANBearerLddFilename = 0x08840000; ///< Commsdat field id for field: LDDFilename. Field is declared in the LANBearer table.
1.1666 - const TMDBElementId KCDTIdLANBearerLddName = 0x08850000; ///< Commsdat field id for field: LDDName. Field is declared in the LANBearer table.
1.1667 - const TMDBElementId KCDTIdLANBearerPddFilename = 0x08860000; ///< Commsdat field id for field: PDDFilename. Field is declared in the LANBearer table.
1.1668 - const TMDBElementId KCDTIdLANBearerPddName = 0x08870000; ///< Commsdat field id for field: PDDName. Field is declared in the LANBearer table.
1.1669 - const TMDBElementId KCDTIdLANBearerPacketDriverName = 0x08880000; ///< Commsdat field id for field: PacketDriverName. Field is declared in the LANBearer table.
1.1670 - const TMDBElementId KCDTIdLANLastSocketActivityTimeout = 0x08890000; ///< Commsdat field id for field: LastSocketActivityTimeout. Field is declared in the LANBearer table.
1.1671 - const TMDBElementId KCDTIdLANLastSessionClosedTimeout = 0x088A0000; ///< Commsdat field id for field: LastSessionClosedTimeout. Field is declared in the LANBearer table.
1.1672 - const TMDBElementId KCDTIdLANLastSocketClosedTimeout = 0x088B0000; ///< Commsdat field id for field: LastSocketClosedTimeout. Field is declared in the LANBearer table.
1.1673 -
1.1674 - // Field Names
1.1675 - #define KCDTypeNameLanBearerLddFilename _S("LDDFilename")
1.1676 - #define KCDTypeNameLanBearerLddName _S("LDDName")
1.1677 - #define KCDTypeNameLanBearerPddFilename _S("PDDFilename")
1.1678 - #define KCDTypeNameLanBearerPddName _S("PDDName")
1.1679 - #define KCDTypeNameLanBearerPacketDriverName _S("PacketDriverName")
1.1680 -
1.1681 -
1.1682 -
1.1683 -//////////////////////////////////////////////////////////////////////////////////////
1.1684 -// 090/ VIRTUAL BEARER RECORD
1.1685 -//
1.1686 -
1.1687 - // FieldTIds
1.1688 - const TMDBElementId KCDTIdVirtualBearerNifName = 0x09030000; ///< Commsdat field id for field: IfName. Field is declared in the VirtualBearer table.
1.1689 - //
1.1690 - const TMDBElementId KCDTIdVBLastSocketActivityTimeout = 0x09040000; ///< Commsdat field id for field: LastSocketActivityTimeout. Field is declared in the VirtualBearer table.
1.1691 - const TMDBElementId KCDTIdVBLastSessionClosedTimeout = 0x09050000; ///< Commsdat field id for field: LastSessionClosedTimeout. Field is declared in the VirtualBearer table.
1.1692 - const TMDBElementId KCDTIdVBLastSocketClosedTimeout = 0x09060000; ///< Commsdat field id for field: LastSocketClosedTimeout. Field is declared in the VirtualBearer table.
1.1693 - //
1.1694 -
1.1695 -
1.1696 - // Field Names
1.1697 - #define KCDTypeNameVirtualBearerAgent _S("Agent")
1.1698 - #define KCDTypeNameVirtualBeareNIFName _S("IfName")
1.1699 - #define KCDTypeNameLastSocketActivityTimeout _S("LastSocketActivityTimeout")
1.1700 - #define KCDTypeNameLastSessionClosedTimeout _S("LastSessionClosedTimeout")
1.1701 - #define KCDTypeNameLastSocketClosedTimeout _S("LastSocketClosedTimeout")
1.1702 -
1.1703 -
1.1704 -
1.1705 -
1.1706 -
1.1707 -//////////////////////////////////////////////////////////////////////////////////////
1.1708 -// 098/ WAP SMS Bearer Record
1.1709 -//
1.1710 -
1.1711 - // Element Type Ids
1.1712 - const TMDBElementId KCDTIdWAPSMSAccessPointId = 0x09830000; ///< Commsdat field id for field: AccessPointId. Field is declared in the VirtualBearer table.
1.1713 - const TMDBElementId KCDTIdWAPSMSGatewayAddress = 0x09840000; ///< Commsdat field id for field: GatewayAddress. Field is declared in the VirtualBearer table.
1.1714 - const TMDBElementId KCDTIdWAPSMSServiceCentreAddress = 0x09850000; ///< Commsdat field id for field: ServiceCentreAddress. Field is declared in the VirtualBearer table.
1.1715 - const TMDBElementId KCDTIdWAPSMSWSPOption = 0x09860000; ///< Commsdat field id for field: WSPOption. Field is declared in the VirtualBearer table.
1.1716 - const TMDBElementId KCDTIdWAPSMSSecurity = 0x09870000; ///< Commsdat field id for field: Security. Field is declared in the VirtualBearer table.
1.1717 -
1.1718 -
1.1719 - // Element Type Names
1.1720 - #define KCDTypeNameWAPAccessPointId _S("AccessPointId")
1.1721 - #define KCDTypeNameWAPGatewayAddress _S("GatewayAddress")
1.1722 - #define KCDTypeNameWAPServiceCentreAddress _S("ServiceCentreAddress")
1.1723 - #define KCDTypeNameWAPWSPOption _S("WSPOption")
1.1724 - #define KCDTypeNameWAPSecurity _S("Security")
1.1725 -
1.1726 -
1.1727 -
1.1728 -
1.1729 -////////////////////////////////////////////////////////////////////////////////////////
1.1730 -// 0A0/ WAP IP BEARER
1.1731 -//
1.1732 -
1.1733 - const TMDBElementId KCDTIdWAPAccessPointId = 0x0A030000; ///< Commsdat field id for field: AccessPointId. Field is declared in the WAP IP table.
1.1734 - const TMDBElementId KCDTIdWAPGatewayAddress = 0x0A040000; ///< Commsdat field id for field: GatewayAddress. Field is declared in the WAP IP table.
1.1735 - const TMDBElementId KCDTIdWAPChargecard = 0x0A050000; ///< Commsdat field id though this field is not assigned a field yet. Field is declared in the WAP IP table.
1.1736 - const TMDBElementId KCDTIdWAPIAP = 0x0A060000; ///< Commsdat field id for field: IAP. Field is declared in the WAP IP table.
1.1737 - const TMDBElementId KCDTIdWAPWSPOption = 0x0A070000; ///< Commsdat field id for field: WSPOption. Field is declared in the WAP IP table.
1.1738 - const TMDBElementId KCDTIdWAPSecurity = 0x0A080000; ///< Commsdat field id for field: Security. Field is declared in the WAP IP table.
1.1739 - const TMDBElementId KCDTIdWAPProxyPort = 0x0A090000; ///< Commsdat field id for field: ProxyPortNumber. Field is declared in the WAP IP table.
1.1740 - const TMDBElementId KCDTIdWAPProxyLoginName = 0x0A0A0000; ///< Commsdat field id for field: ProxyLogin. Field is declared in the WAP IP table.
1.1741 - const TMDBElementId KCDTIdWAPProxyLoginPass = 0x0A0B0000; ///< Commsdat field id for field: ProxyPassword. Field is declared in the WAP IP table.
1.1742 -
1.1743 -
1.1744 - // Element Type Names
1.1745 -
1.1746 - #define KCDTypeNameWAPIAP _S("IAP" )
1.1747 - #define KCDTypeNameWAPProxyPort _S("ProxyPortNumber" )
1.1748 - #define KCDTypeNameWAPProxyLoginName _S("ProxyLogin" )
1.1749 - #define KCDTypeNameWAPProxyLoginPass _S("ProxyPassword" )
1.1750 -
1.1751 -//////////////////////////////////////////////////////////////////////////////////////
1.1752 -// 0A8/ CHARGECARD RECORD
1.1753 -//
1.1754 -
1.1755 -
1.1756 - // Element Type Ids
1.1757 - const TMDBElementId KCDTIdAccountNo = 0x0A830000; ///< Commsdat field id for field: AccountNumber. Field is declared in the ChargeCard table.
1.1758 - const TMDBElementId KCDTIdPin = 0x0A840000; ///< Commsdat field id for field: Pin. Field is declared in the ChargeCard table.
1.1759 - const TMDBElementId KCDTIdLocalRule = 0x0A850000; ///< Commsdat field id for field: LocalRule. Field is declared in the ChargeCard table.
1.1760 - const TMDBElementId KCDTIdNatRule = 0x0A860000; ///< Commsdat field id for field: NatRule . Field is declared in the ChargeCard table.
1.1761 - const TMDBElementId KCDTIdIntlRule = 0x0A870000; ///< Commsdat field id for field: IntlRule. Field is declared in the ChargeCard table.
1.1762 -
1.1763 -
1.1764 - // Element Type Names
1.1765 - #define KCDTypeNameAccountNo _S("AccountNumber")
1.1766 - #define KCDTypeNamePin _S("Pin")
1.1767 - #define KCDTypeNameLocalRule _S("LocalRule")
1.1768 - #define KCDTypeNameNatRule _S("NatRule")
1.1769 - #define KCDTypeNameIntlRule _S("IntlRule")
1.1770 -
1.1771 -
1.1772 -
1.1773 -
1.1774 -//////////////////////////////////////////////////////////////////////////////////////
1.1775 -// 0B0/ PROXIES RECORD
1.1776 -//
1.1777 -
1.1778 - // Element Type Ids
1.1779 - const TMDBElementId KCDTIdISP = 0x0B030000; ///< Commsdat field id for field: ISP. Field is declared in the Proxies table.
1.1780 - const TMDBElementId KCDTIdProxyServiceType = 0x0B040000; ///< Commsdat field id for field: ProxyServiceType. Field is declared in the Proxies table.
1.1781 - const TMDBElementId KCDTIdUseProxyServer = 0x0B050000; ///< Commsdat field id for field: UseProxyServer. Field is declared in the Proxies table.
1.1782 - const TMDBElementId KCDTIdServerName = 0x0B060000; ///< Commsdat field id for field: ProxyServerName. Field is declared in the Proxies table.
1.1783 - const TMDBElementId KCDTIdProtocolName = 0x0B070000; ///< Commsdat field id for field: ProtocolName. Field is declared in the Proxies table.
1.1784 - const TMDBElementId KCDTIdPortNumber = 0x0B080000; ///< Commsdat field id for field: PortNumber. Field is declared in the Proxies table.
1.1785 - const TMDBElementId KCDTIdExceptions = 0x0B090000; ///< Commsdat field id for field: Exceptions. Field is declared in the Proxies table.
1.1786 -
1.1787 -
1.1788 - // Element Type Names
1.1789 - #define KCDTypeNameProxyISP _S("ISP")
1.1790 - #define KCDTypeNameUseProxyServer _S("UseProxyServer")
1.1791 - #define KCDTypeNameProxyServiceType _S("ProxyServiceType")
1.1792 - #define KCDTypeNameServerName _S("ProxyServerName")
1.1793 - #define KCDTypeNameProtocolName _S("ProtocolName")
1.1794 - #define KCDTypeNamePortNumber _S("PortNumber")
1.1795 - #define KCDTypeNameExceptions _S("Exceptions")
1.1796 -
1.1797 -
1.1798 -
1.1799 -//////////////////////////////////////////////////////////////////////////////////////
1.1800 -// 0B8/ SECURE SOCKET PROTO RECORD
1.1801 -//
1.1802 -
1.1803 - // Field Type Ids
1.1804 - /**
1.1805 - @internalComponent
1.1806 - */
1.1807 - const TMDBElementId KCDTIdSSProtoName = 0x0B830000;
1.1808 - /**
1.1809 - @internalComponent
1.1810 - */
1.1811 - const TMDBElementId KCDTIdSSProtoLibrary = 0x0B840000;
1.1812 -
1.1813 -
1.1814 - /**
1.1815 - @internalComponent
1.1816 - */
1.1817 - #define KCDTypeNameSSProtoName _S("ProtocolName")
1.1818 - /**
1.1819 - @internalComponent
1.1820 - */
1.1821 - #define KCDTypeNameSSProtoLibrary _S("ProtoLibrary")
1.1822 -
1.1823 -
1.1824 -
1.1825 -
1.1826 -
1.1827 -//////////////////////////////////////////////////////////////////////////////////////
1.1828 -// 17/ AGENTLOOKUPTABLE RECORD
1.1829 -//
1.1830 -
1.1831 -
1.1832 - // FieldTIds
1.1833 - /**
1.1834 - @internalComponent
1.1835 - */
1.1836 - const TMDBElementId KCDTIdAgentFriendlyName = 0x0C030000;
1.1837 - /**
1.1838 - @internalComponent
1.1839 - */
1.1840 - const TMDBElementId KCDTIdAgentFileName = 0x0C040000;
1.1841 -
1.1842 -
1.1843 - // Field Names - names used more than once stored globally
1.1844 - /**
1.1845 - @internalComponent
1.1846 - */
1.1847 - #define KCDTypeNameAgentFileName _S("AgentFilename")
1.1848 - /**
1.1849 - @internalComponent
1.1850 - */
1.1851 - #define KCDTypeNameAgentFriendlyName _S("AgentFriendlyName")
1.1852 -
1.1853 -
1.1854 -//////////////////////////////////////////////////////////////////////////////////////
1.1855 -// 1D/ ACCESS POINT RECORD
1.1856 -//
1.1857 - // FieldTIds
1.1858 -
1.1859 - const TMDBElementId KCDTIdAccessPointGID = 0x0E030000; ///< Commsdat field id for field: AccessPointGID. Field is declared in the Access Point table.
1.1860 - const TMDBElementId KCDTIdSelectionPolicy = 0x0E040000; ///< Commsdat field id for field: AccessPointSelectionPolicy. Field is declared in the Acess Point table.
1.1861 -
1.1862 -#ifdef SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY
1.1863 - const TMDBElementId KCDTIdTier = 0x0E050000;
1.1864 - const TMDBElementId KCDTIdMCpr = 0x0E060000;
1.1865 - const TMDBElementId KCDTIdCpr = 0x0E070000;
1.1866 - const TMDBElementId KCDTIdCprConfig = 0x0E080000;
1.1867 - const TMDBElementId KCDTIdSCpr = 0x0E090000;
1.1868 - const TMDBElementId KCDTIdProtocol = 0x0E0A0000;
1.1869 - const TMDBElementId KCDTIdAppSID = 0x0E0B0000;
1.1870 - const TMDBElementId KCDTIdConfigAPIdList = 0x0E0C0000;
1.1871 - const TMDBElementId KCDTIdCustomSelectionPolicy = 0x0E0D0000;
1.1872 -#endif
1.1873 -
1.1874 - // Field Names - names used more than once stored globally
1.1875 -
1.1876 - #define KCDTypeNameAccessPointGID _S("AccessPointGID")
1.1877 -#ifdef SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY
1.1878 - //the name of this field (KCDTypeNameSelectionPolicy) depends from the actual environment
1.1879 - #define KCDTypeNameSelectionPolicy _S("SelectionPolicy")
1.1880 - #define KCDTypeNameSelectionPolicyBC _S("SelectionPolicy#AccessPointSelectionPolicy")
1.1881 - #define KCDTypeNameTier _S("Tier")
1.1882 - #define KCDTypeNameMCpr _S("MCpr")
1.1883 - #define KCDTypeNameCpr _S("Cpr")
1.1884 - #define KCDTypeNameCprConfig _S("CprConfig")
1.1885 - #define KCDTypeNameSCpr _S("SCpr")
1.1886 - #define KCDTypeNameProtocol _S("Protocol")
1.1887 - #define KCDTypeNameAppSID _S("AppSID")
1.1888 - #define KCDTypeNameConfigAPIdList _S("ConfigAPIdList")
1.1889 - #define KCDTypeNameCustomSelectionPolicy _S("CustomSelectionPolicy")
1.1890 -#else
1.1891 - //the name of this field (KCDTypeNameSelectionPolicy) depends from the actual environment
1.1892 - #define KCDTypeNameSelectionPolicy _S("AccessPointSelectionPolicy")
1.1893 -#endif //SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY
1.1894 -
1.1895 -//////////////////////////////////////////////////////////////////////////////////////
1.1896 -// 1E/ IAP PRIORITY RECORD
1.1897 -//
1.1898 - // FieldTIds
1.1899 - const TMDBElementId KCDTIdIap1 = 0x0E830000; ///< Commsdat field id for field: IAP1. Field is declared in the IAP Priority table.
1.1900 - const TMDBElementId KCDTIdIap2 = 0x0E840000; ///< Commsdat field id for field: IAP2. Field is declared in the IAP Priority table.
1.1901 - const TMDBElementId KCDTIdIap3 = 0x0E850000; ///< Commsdat field id for field: IAP3. Field is declared in the IAP Priority table.
1.1902 - const TMDBElementId KCDTIdIap4 = 0x0E860000; ///< Commsdat field id for field: IAP4. Field is declared in the IAP Priority table.
1.1903 - const TMDBElementId KCDTIdIap5 = 0x0E870000; ///< Commsdat field id for field: IAP5. Field is declared in the IAP Priority table.
1.1904 - const TMDBElementId KCDTIdIap6 = 0x0E880000; ///< Commsdat field id for field: IAP6. Field is declared in the IAP Priority table.
1.1905 - const TMDBElementId KCDTIdIap7 = 0x0E890000; ///< Commsdat field id for field: IAP7. Field is declared in the IAP Priority table.
1.1906 - const TMDBElementId KCDTIdIap8 = 0x0E8A0000; ///< Commsdat field id for field: IAP8. Field is declared in the IAP Priority table.
1.1907 - const TMDBElementId KCDTIdIap9 = 0x0E8B0000; ///< Commsdat field id for field: IAP9. Field is declared in the IAP Priority table.
1.1908 - const TMDBElementId KCDTIdIap10 = 0x0E8C0000; ///< Commsdat field id for field: IAP10. Field is declared in the IAP Priority table.
1.1909 - const TMDBElementId KCDTIdIap11 = 0x0E8D0000; ///< Commsdat field id for field: IAP11. Field is declared in the IAP Priority table.
1.1910 - const TMDBElementId KCDTIdIap12 = 0x0E8E0000; ///< Commsdat field id for field: IAP12. Field is declared in the IAP Priority table.
1.1911 - const TMDBElementId KCDTIdIap13 = 0x0E8F0000; ///< Commsdat field id for field: IAP13. Field is declared in the IAP Priority table.
1.1912 - const TMDBElementId KCDTIdIap14 = 0x0E900000; ///< Commsdat field id for field: IAP14. Field is declared in the IAP Priority table.
1.1913 - const TMDBElementId KCDTIdIap15 = 0x0E910000; ///< Commsdat field id for field: IAP15. Field is declared in the IAP Priority table.
1.1914 - const TMDBElementId KCDTIdIapCount = 0x0E920000; ///< Commsdat field id for field: IAPCount. Field is declared in the IAP Priority table.
1.1915 -
1.1916 - // Field Names - names used more than once stored globally
1.1917 - #define KCDTypeNameIap1Name _S("IAP1")
1.1918 - #define KCDTypeNameIap2Name _S("IAP2")
1.1919 - #define KCDTypeNameIap3Name _S("IAP3")
1.1920 - #define KCDTypeNameIap4Name _S("IAP4")
1.1921 - #define KCDTypeNameIap5Name _S("IAP5")
1.1922 - #define KCDTypeNameIap6Name _S("IAP6")
1.1923 - #define KCDTypeNameIap7Name _S("IAP7")
1.1924 - #define KCDTypeNameIap8Name _S("IAP8")
1.1925 - #define KCDTypeNameIap9Name _S("IAP9")
1.1926 - #define KCDTypeNameIap10Name _S("IAP10")
1.1927 - #define KCDTypeNameIap11Name _S("IAP11")
1.1928 - #define KCDTypeNameIap12Name _S("IAP12")
1.1929 - #define KCDTypeNameIap13Name _S("IAP13")
1.1930 - #define KCDTypeNameIap14Name _S("IAP14")
1.1931 - #define KCDTypeNameIap15Name _S("IAP15")
1.1932 - #define KCDTypeNameIapCountName _S("IAPCOUNT")
1.1933 -
1.1934 -#ifdef SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY
1.1935 - //////////////////////////////////////////////////////////////////////////////////////
1.1936 - // AP PRIORITY RECORD
1.1937 - //
1.1938 - // FieldTIds
1.1939 - const TMDBElementId KCDTIdAp1 = 0x15030000;
1.1940 - const TMDBElementId KCDTIdAp2 = 0x15040000;
1.1941 - const TMDBElementId KCDTIdAp3 = 0x15050000;
1.1942 - const TMDBElementId KCDTIdAp4 = 0x15060000;
1.1943 - const TMDBElementId KCDTIdAp5 = 0x15070000;
1.1944 - const TMDBElementId KCDTIdAp6 = 0x15080000;
1.1945 - const TMDBElementId KCDTIdAp7 = 0x15090000;
1.1946 - const TMDBElementId KCDTIdAp8 = 0x150A0000;
1.1947 - const TMDBElementId KCDTIdAp9 = 0x150B0000;
1.1948 - const TMDBElementId KCDTIdAp10 = 0x150C0000;
1.1949 - const TMDBElementId KCDTIdAp11 = 0x150D0000;
1.1950 - const TMDBElementId KCDTIdAp12 = 0x150E0000;
1.1951 - const TMDBElementId KCDTIdAp13 = 0x150F0000;
1.1952 - const TMDBElementId KCDTIdAp14 = 0x15100000;
1.1953 - const TMDBElementId KCDTIdAp15 = 0x15110000;
1.1954 - const TMDBElementId KCDTIdApCount = 0x15120000;
1.1955 -
1.1956 - // Field Names - names used more than once stored globally
1.1957 - #define KCDTypeNameAp1Name _S("AP1")
1.1958 - #define KCDTypeNameAp2Name _S("AP2")
1.1959 - #define KCDTypeNameAp3Name _S("AP3")
1.1960 - #define KCDTypeNameAp4Name _S("AP4")
1.1961 - #define KCDTypeNameAp5Name _S("AP5")
1.1962 - #define KCDTypeNameAp6Name _S("AP6")
1.1963 - #define KCDTypeNameAp7Name _S("AP7")
1.1964 - #define KCDTypeNameAp8Name _S("AP8")
1.1965 - #define KCDTypeNameAp9Name _S("AP9")
1.1966 - #define KCDTypeNameAp10Name _S("AP10")
1.1967 - #define KCDTypeNameAp11Name _S("AP11")
1.1968 - #define KCDTypeNameAp12Name _S("AP12")
1.1969 - #define KCDTypeNameAp13Name _S("AP13")
1.1970 - #define KCDTypeNameAp14Name _S("AP14")
1.1971 - #define KCDTypeNameAp15Name _S("AP15")
1.1972 - #define KCDTypeNameApCountName _S("APCOUNT")
1.1973 -
1.1974 -//////////////////////////////////////////////////////////////////////////////////////
1.1975 -// TIER RECORD
1.1976 -
1.1977 - // FieldTIds
1.1978 - const TMDBElementId KCDTIdTierThreadName = 0x11830000;
1.1979 - const TMDBElementId KCDTIdTierManagerName = 0x11840000;
1.1980 - const TMDBElementId KCDTIdDefaultAccessPoint = 0x11850000;
1.1981 - const TMDBElementId KCDTIdPromptUser = 0x11860000;
1.1982 -
1.1983 - // Field Names - names used more than once stored globally
1.1984 - #define KCDTypeNameTierThreadName _S("TierThreadName")
1.1985 - #define KCDTypeNameTierManagerName _S("TierManagerName")
1.1986 - #define KCDTypeNameDefaultAccessPoint _S("DefaultAccessPoint")
1.1987 - #define KCDTypeNamePromptUser _S("PromptUser")
1.1988 -
1.1989 -//////////////////////////////////////////////////////////////////////////////////////
1.1990 -// MCPR RECORD
1.1991 -
1.1992 - // FieldTIds
1.1993 - const TMDBElementId KCDTIdMCprUid = 0x12030000;
1.1994 -
1.1995 - // Field Names - names used more than once stored globally
1.1996 - #define KCDTypeNameMCprUid _S("MCprUid")
1.1997 -
1.1998 -//////////////////////////////////////////////////////////////////////////////////////
1.1999 -// CPR RECORD
1.2000 -
1.2001 - // FieldTIds
1.2002 - const TMDBElementId KCDTIdCprUid = 0x12830000;
1.2003 -
1.2004 - // Field Names - names used more than once stored globally
1.2005 - #define KCDTypeNameCprUid _S("CprUid")
1.2006 -
1.2007 -//////////////////////////////////////////////////////////////////////////////////////
1.2008 -// SCPR RECORD
1.2009 -
1.2010 - // FieldTIds
1.2011 - const TMDBElementId KCDTIdSCprUid = 0x13030000;
1.2012 -
1.2013 - // Field Names - names used more than once stored globally
1.2014 - #define KCDTypeNameSCprUid _S("SCprUid")
1.2015 -
1.2016 -//////////////////////////////////////////////////////////////////////////////////////
1.2017 -// PROTOCOL RECORD
1.2018 -
1.2019 - // FieldTIds
1.2020 - const TMDBElementId KCDTIdProtocolUid = 0x13830000;
1.2021 - const TMDBElementId KCDTIdProtocolConfigLoaderUid = 0x13840000;
1.2022 -
1.2023 - // Field Names - names used more than once stored globally
1.2024 - #define KCDTypeNameProtocolUid _S("ProtocolUid")
1.2025 - #define KCDTypeNameProtocolConfigLoaderUid _S("ProtocolConfigLoaderUid")
1.2026 -
1.2027 -//////////////////////////////////////////////////////////////////////////////////////
1.2028 -// 14/ BearerType
1.2029 -//
1.2030 - /**
1.2031 - @internalComponent
1.2032 - */
1.2033 - const TMDBElementId KCDTIdBearerTypeTier = 0x14030000;
1.2034 - /**
1.2035 - @internalComponent
1.2036 - */
1.2037 - const TMDBElementId KCDTIdBearerTypeMCpr = 0x14040000;
1.2038 - /**
1.2039 - @internalComponent
1.2040 - */
1.2041 - const TMDBElementId KCDTIdBearerTypeCpr = 0x14050000;
1.2042 - /**
1.2043 - @internalComponent
1.2044 - */
1.2045 - const TMDBElementId KCDTIdBearerTypeSCpr = 0x14060000;
1.2046 - /**
1.2047 - @internalComponent
1.2048 - */
1.2049 - const TMDBElementId KCDTIdBearerTypeProtocol = 0x14070000;
1.2050 -
1.2051 - // Draw the field names from the Access Point Record
1.2052 -
1.2053 -///////////////////////////////////////////////////////////////////////////////////////
1.2054 -// 148/ ConfigAccessPoint
1.2055 -//
1.2056 - // FieldTIds
1.2057 - const TMDBElementId KCDTIdConfigAccessPointSCpr = 0x14830000;
1.2058 - const TMDBElementId KCDTIdConfigAccessPointProtocol = 0x14840000;
1.2059 - const TMDBElementId KCDTIdConfigAccessPointProtocolConfig = 0x14850000;
1.2060 - const TMDBElementId KCDTIdConfigAccessPointLayerBelow = 0x14860000;
1.2061 -
1.2062 - // Field Names - names used more than once stored globally
1.2063 - #define KCDTypeNameConfigAccessPointSCpr _S("SCpr")
1.2064 - #define KCDTypeNameConfigAccessPointProtocol _S("Protocol")
1.2065 - #define KCDTypeNameConfigAccessPointProtocolConfig _S("ProtocolConfig")
1.2066 - #define KCDTypeNameConfigAccessPointLayerBelow _S("LayerBelow")
1.2067 -
1.2068 -#endif // SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY
1.2069 -
1.2070 -
1.2071 -//////////////////////////////////////////////////////////////////////////////////////
1.2072 -// EAP-SIM PROTOCOL RECORD
1.2073 -
1.2074 - // FieldTIds
1.2075 - const TMDBElementId KCDTIdEapSimProtocolId = 0x17830000; ///< Commsdat field id for field: ProtocolId. Field is declared in the EAP-SIM PROTOCOL table.
1.2076 - const TMDBElementId KCDTIdEapSimPseudonym = 0x17840000; ///< Commsdat field id for field: Pseudonym. Field is declared in the EAP-SIM PROTOCOL table.
1.2077 - const TMDBElementId KCDTIdEapSimUseNaiRealm = 0x17850000; ///< Commsdat field id for field: UseNaiRealm. Field is declared in the EAP-SIM PROTOCOL table.
1.2078 - const TMDBElementId KCDTIdEapSimNaiRealm = 0x17860000; ///< Commsdat field id for field: NaiRealm. Field is declared in the EAP-SIM PROTOCOL table.
1.2079 - const TMDBElementId KCDTIdEapSimTsyName = 0x17870000; ///< Commsdat field id for field: TsyName. Field is declared in the EAP-SIM PROTOCOL table.
1.2080 - const TMDBElementId KCDTIdEapSimMinRands = 0x17880000;
1.2081 -
1.2082 - // Field Names - names used more than once stored globally
1.2083 - #define KCDTypeNameEapSimProtocolId _S("ProtocolId")
1.2084 - #define KCDTypeNameEapSimPseudonym _S("Pseudonym")
1.2085 - #define KCDTypeNameEapSimUseNaiRealm _S("UseNaiRealm")
1.2086 - #define KCDTypeNameEapSimNaiRealm _S("NaiRealm")
1.2087 - #define KCDTypeNameEapSimTsyName _S("TsyName")
1.2088 - #define KCDTypeNameEapSimMinRands _S("MinRands")
1.2089 -
1.2090 -
1.2091 -//////////////////////////////////////////////////////////////////////////////////////
1.2092 -// EAP-AKA PROTOCOL RECORD
1.2093 -
1.2094 - // FieldTIds
1.2095 - const TMDBElementId KCDTIdEapAkaProtocolId = 0x18030000;
1.2096 - const TMDBElementId KCDTIdEapAkaPseudonym = 0x18040000;
1.2097 - const TMDBElementId KCDTIdEapAkaUseNaiRealm = 0x18050000;
1.2098 - const TMDBElementId KCDTIdEapAkaNaiRealm = 0x18060000;
1.2099 - const TMDBElementId KCDTIdEapAkaTsyName = 0x18070000;
1.2100 -
1.2101 - // Field Names - names used more than once stored globally
1.2102 - #define KCDTypeNameEapAkaProtocolId _S("ProtocolId")
1.2103 - #define KCDTypeNameEapAkaPseudonym _S("Pseudonym")
1.2104 - #define KCDTypeNameEapAkaUseNaiRealm _S("UseNaiRealm")
1.2105 - #define KCDTypeNameEapAkaNaiRealm _S("NaiRealm")
1.2106 - #define KCDTypeNameEapAkaTsyName _S("TsyName")
1.2107 -
1.2108 -
1.2109 -
1.2110 -//////////////////////////////////////////////////////////////////////////////////////
1.2111 -// 20/ EAP SECURITY SETTINGS RECORD
1.2112 -//
1.2113 -/**
1.2114 -@internalComponent
1.2115 -*/
1.2116 - const TMDBElementId KCDTIdEAPSecOuterEAPType = 0x0F830000;
1.2117 -/**
1.2118 -@internalComponent
1.2119 -*/
1.2120 - const TMDBElementId KCDTIdEAPSecId = 0x0F840000;
1.2121 -/**
1.2122 -@internalComponent
1.2123 -*/
1.2124 - const TMDBElementId KCDTIdEAPSecPassword = 0x0F850000;
1.2125 -/**
1.2126 -@internalComponent
1.2127 -*/
1.2128 - const TMDBElementId KCDTIdEAPSecConfigId = 0x0F870000;
1.2129 -/**
1.2130 -@internalComponent
1.2131 -*/
1.2132 - const TMDBElementId KCDTIdEAPSecData = 0x0F860000;
1.2133 -
1.2134 -#ifdef SYMBIAN_WIFI_WPS
1.2135 -/**
1.2136 -@internalComponent
1.2137 -*/
1.2138 - const TMDBElementId KCDTIdEAPSecVendorId = 0x0F880000;
1.2139 -
1.2140 -/**
1.2141 -@internalComponent
1.2142 -*/
1.2143 - const TMDBElementId KCDTIdEAPSecVendorType = 0x0F890000;
1.2144 -#endif //SYMBIAN_WIFI_WPS
1.2145 -
1.2146 -
1.2147 -/**
1.2148 -@internalComponent
1.2149 -*/
1.2150 - #define KCDTypeNameEAPSecOuterEAPType _S("OuterEapMethodType")
1.2151 -/**
1.2152 -@internalComponent
1.2153 -*/
1.2154 - #define KCDTypeNameEapId _S("EapId")
1.2155 -/**
1.2156 -@internalComponent
1.2157 -*/
1.2158 - #define KCDTypeNameEAPSecPassword _S("EapPassword")
1.2159 -/**
1.2160 -@internalComponent
1.2161 -*/
1.2162 - #define KCDTypeNameEAPSecConfigId _S("ConfigId")
1.2163 -
1.2164 -/**
1.2165 -@internalComponent
1.2166 -*/
1.2167 - #define KCDTypeNameEAPSecData _S("EAP_Method_Data")
1.2168 -
1.2169 -#ifdef SYMBIAN_WIFI_WPS
1.2170 -/**
1.2171 -@internalComponent
1.2172 -*/
1.2173 - #define KCDTypeNameEAPSecVendorId _S("EapVendorId")
1.2174 -
1.2175 -/**
1.2176 -@internalComponent
1.2177 -*/
1.2178 - #define KCDTypeNameEAPSecVendorType _S("EapVendorType")
1.2179 -#endif //SYMBIAN_WIFI_WPS
1.2180 -
1.2181 -//////////////////////////////////////////////////////////////////////////////////////
1.2182 -// 21/ TUNNELLED EAP SETTINGS RECORD
1.2183 -//
1.2184 -/**
1.2185 -@internalComponent
1.2186 -*/
1.2187 - const TMDBElementId KCDTIdTUNEAPInnerType = 0x10030000;
1.2188 -/**
1.2189 -@internalComponent
1.2190 -*/
1.2191 - const TMDBElementId KCDTIdTUNEAPData = 0x10040000;
1.2192 -
1.2193 -
1.2194 -
1.2195 -/**
1.2196 -@internalComponent
1.2197 -*/
1.2198 - #define KCDTypeNameTUNEAPInnerType _S("InnerEapMethodType")
1.2199 -/**
1.2200 -@internalComponent
1.2201 -*/
1.2202 - #define KCDTypeNameTUNEAPData _S("Tun_EAP_Method_Data")
1.2203 -
1.2204 -
1.2205 -
1.2206 -//////////////////////////////////////////////////////////////////////////////////////
1.2207 -// 22/ EAP-TLS SETTINGS RECORD
1.2208 -//
1.2209 -/**
1.2210 -@internalComponent
1.2211 -*/
1.2212 - const TMDBElementId KCDTIdEAPTLSClientCertName = 0x10830000;
1.2213 -/**
1.2214 -@internalComponent
1.2215 -*/
1.2216 - #define KCDTypeNameEAPTLSClientCertName _S("ClientCertificateName")
1.2217 -
1.2218 -
1.2219 -
1.2220 -//////////////////////////////////////////////////////////////////////////////////////
1.2221 -// 23/ LEAP SETTINGS RECORD
1.2222 -//
1.2223 -/**
1.2224 -@internalComponent
1.2225 -*/
1.2226 - const TMDBElementId KCDTIdLEAPTimeout = 0x11030000;
1.2227 -/**
1.2228 -@internalComponent
1.2229 -*/
1.2230 - #define KCDTypeNameLEAPTimeout _S("LeapTimeout")
1.2231 -
1.2232 -#ifdef SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY
1.2233 -//////////////////////////////////////////////////////////////////////////////////////
1.2234 -// 24/ POLICY SELECTOR RECORD
1.2235 -//
1.2236 - // FieldTIds
1.2237 - const TMDBElementId KCDTIdPolicyId = 0x15830000;
1.2238 - const TMDBElementId KCDTIdAppUid = 0x15840000;
1.2239 - const TMDBElementId KCDTIdSrcAddress = 0x15850000;
1.2240 - const TMDBElementId KCDTIdSrcMask = 0x15860000;
1.2241 - const TMDBElementId KCDTIdDstAddress = 0x15870000;
1.2242 - const TMDBElementId KCDTIdDstMask = 0x15880000;
1.2243 - const TMDBElementId KCDTIdSrcPort = 0x15890000;
1.2244 - const TMDBElementId KCDTIdDstPort = 0x158A0000;
1.2245 - const TMDBElementId KCDTIdSrcPortMax = 0x158B0000;
1.2246 - const TMDBElementId KCDTIdDstPortMax = 0x158C0000;
1.2247 - const TMDBElementId KCDTIdProtocolId = 0x158D0000;
1.2248 - const TMDBElementId KCDTIdIAPid = 0x158E0000;
1.2249 - const TMDBElementId KCDTIdPriority = 0x158F0000;
1.2250 -
1.2251 -
1.2252 - // Field Names
1.2253 - #define KCDTypeNamePolicyId _S("PolicyId")
1.2254 - #define KCDTypeNameAppUid _S("AppUid")
1.2255 - #define KCDTypeNameSrcAddress _S("SrcAddress")
1.2256 - #define KCDTypeNameSrcMask _S("SrcMask")
1.2257 - #define KCDTypeNameDstAddress _S("DstAddress")
1.2258 - #define KCDTypeNameDstMask _S("DstMask")
1.2259 - #define KCDTypeNameSrcPort _S("SrcPort")
1.2260 - #define KCDTypeNameDstPort _S("DstPort")
1.2261 - #define KCDTypeNameSrcPortMax _S("SrcPortMax")
1.2262 - #define KCDTypeNameDstPortMax _S("DstPortMax")
1.2263 - #define KCDTypeNameProtocolId _S("ProtocolId")
1.2264 - #define KCDTypeNameIAPid _S("IAPid")
1.2265 - #define KCDTypeNamePriority _S("Priority")
1.2266 -
1.2267 -//////////////////////////////////////////////////////////////////////////////////////
1.2268 -// 25 POLICY SELECTOR 2 PARAMS RECORD
1.2269 -//
1.2270 - // FieldTIds
1.2271 - const TMDBElementId KCDTIdPolicySelectorId = 0x16030000;
1.2272 - const TMDBElementId KCDTIdParamsId = 0x16040000;
1.2273 -
1.2274 - // Field Names
1.2275 - #define KCDTypeNamePolicySelectorId _S("PolicySelectorId")
1.2276 - #define KCDTypeNameParamsId _S("ParamsId")
1.2277 -
1.2278 -//////////////////////////////////////////////////////////////////////////////////////
1.2279 -// 26/ GENERIC QOS PARAMETER RECORD
1.2280 -//
1.2281 -
1.2282 - // FieldTIds
1.2283 - const TMDBElementId KCDTIdDownlinkBandwidth = 0x16830000;
1.2284 - const TMDBElementId KCDTIdUplinkBandwidth = 0x16840000;
1.2285 - const TMDBElementId KCDTIdDownLinkMaximumBurstSize = 0x16850000;
1.2286 - const TMDBElementId KCDTIdUpLinkMaximumBurstSize = 0x16860000;
1.2287 - const TMDBElementId KCDTIdDownLinkAveragePacketSize = 0x16870000;
1.2288 - const TMDBElementId KCDTIdUpLinkAveragePacketSize = 0x16880000;
1.2289 - const TMDBElementId KCDTIdDownLinkMaximumPacketSize = 0x16890000;
1.2290 - const TMDBElementId KCDTIdUpLinkMaximumPacketSize = 0x168A0000;
1.2291 - const TMDBElementId KCDTIdDownLinkDelay = 0x168B0000;
1.2292 - const TMDBElementId KCDTIdUpLinkDelay = 0x168C0000;
1.2293 - const TMDBElementId KCDTIdDownLinkDelayVariation = 0x168D0000;
1.2294 - const TMDBElementId KCDTIdUpLinkDelayVariation = 0x168E0000;
1.2295 - const TMDBElementId KCDTIdDownLinkPriority = 0x168F0000;
1.2296 - const TMDBElementId KCDTIdUpLinkPriority = 0x16900000;
1.2297 - const TMDBElementId KCDTIdHeaderMode = 0x16910000;
1.2298 -// const TMDBElementId KCDTIdQosName = 0x16920000;
1.2299 -
1.2300 -
1.2301 - // Field Names
1.2302 - #define KCDTypeNameDownlinkBandwidth _S("DownlinkBandwidth")
1.2303 - #define KCDTypeNameUplinkBandwidth _S("UplinkBandwidth")
1.2304 - #define KCDTypeNameDownLinkMaximumBurstSize _S("DownLinkMaximumBurstSize")
1.2305 - #define KCDTypeNameUpLinkMaximumBurstSize _S("UpLinkMaximumBurstSize")
1.2306 - #define KCDTypeNameDownLinkAveragePacketSize _S("DownLinkAveragePacketSize")
1.2307 - #define KCDTypeNameUpLinkAveragePacketSize _S("UpLinkAveragePacketSize")
1.2308 - #define KCDTypeNameDownLinkMaximumPacketSize _S("DownLinkMaximumPacketSize")
1.2309 - #define KCDTypeNameUpLinkMaximumPacketSize _S("UpLinkMaximumPacketSize")
1.2310 - #define KCDTypeNameDownLinkDelay _S("DownLinkDelay")
1.2311 - #define KCDTypeNameUpLinkDelay _S("UpLinkDelay")
1.2312 - #define KCDTypeNameDownLinkDelayVariation _S("DownLinkDelayVariation")
1.2313 - #define KCDTypeNameUpLinkDelayVariation _S("UpLinkDelayVariation")
1.2314 - #define KCDTypeNameDownLinkPriority _S("DownLinkPriority")
1.2315 - #define KCDTypeNameUpLinkPriority _S("UpLinkPriority")
1.2316 - #define KCDTypeNameHeaderMode _S("HeaderMode")
1.2317 -// #define KCDTypeNameQosName _S("QosName")
1.2318 -#endif //SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY
1.2319 -
1.2320 -// need to preserve compatibility, soon to become internalTechnology
1.2321 -//#ifdef SYMBIAN_NETWORKING_WIFI
1.2322 -//////////////////////////////////////////////////////////////////////////////////////
1.2323 -// 27/ WIFI SCANENGINE RECORD
1.2324 -//
1.2325 - // FieldTIds
1.2326 - const TMDBElementId KCDTIdScanPeriodMs = 0x17030000;
1.2327 - const TMDBElementId KCDTIdRSSIMin = 0x17040000;
1.2328 - const TMDBElementId KCDTIdRSSIMax = 0x17050000;
1.2329 -
1.2330 - // Field Names
1.2331 - #define KCDTypeNameScanPeriodMs _S("ScanPeriodMs")
1.2332 - #define KCDTypeNameRSSIMin _S("RSSIMin")
1.2333 - #define KCDTypeNameRSSIMax _S("RSSIMax")
1.2334 -//#endif //SYMBIAN_NETWORKING_WIFI
1.2335 -
1.2336 -} // end namespace CommsDat
1.2337 -
1.2338 -
1.2339 -#endif //COMMSDATTYPEINFOV1_1_H