epoc32/include/mw/rconnmon.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
equal deleted inserted replaced
3:e1b950c65cb4 4:837f303aceeb
     1 /*
     1 /*
     2 * Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * 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
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 *
     8 *
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    56 const TUint KBearerInfo = 9;
    56 const TUint KBearerInfo = 9;
    57 /** Acceptable WLAN scan cache age in seconds. Set to -1 to use device
    57 /** Acceptable WLAN scan cache age in seconds. Set to -1 to use device
    58 default. Only has meaning if KWlanScanMaxDelay is set to 0.
    58 default. Only has meaning if KWlanScanMaxDelay is set to 0.
    59 */
    59 */
    60 const TUint KWlanScanCacheLifetime = 10;
    60 const TUint KWlanScanCacheLifetime = 10;
       
    61 
       
    62 /** Network registration values defined in TConnMonNetworkRegistration_v2.
       
    63 */
       
    64 const TUint KNetworkRegistration_v2 = 11;
       
    65 
    61 /** QoS - Not supported.
    66 /** QoS - Not supported.
    62 */
    67 */
    63 const TUint KTrafficClass = 30;
    68 const TUint KTrafficClass = 30;
    64 /** QoS - Not supported.
    69 /** QoS - Not supported.
    65 */
    70 */
   372     ENetworkRegistrationDenied,
   377     ENetworkRegistrationDenied,
   373     ENetworkRegistrationRoaming
   378     ENetworkRegistrationRoaming
   374     };
   379     };
   375 
   380 
   376 /**
   381 /**
       
   382 * Network registration status. Valid for CSD, GPRS and WCDMA.
       
   383 * New values will be added to the end of the enumeration.
       
   384 */
       
   385 enum TConnMonNetworkRegistration_v2
       
   386     {
       
   387     ENetworkRegistrationExtNotAvailable = 0,
       
   388     ENetworkRegistrationExtUnknown,
       
   389     ENetworkRegistrationExtNoService,
       
   390     ENetworkRegistrationExtEmergencyOnly,
       
   391     ENetworkRegistrationExtSearching,
       
   392     ENetworkRegistrationExtBusy,
       
   393     ENetworkRegistrationExtHomeNetwork,
       
   394     ENetworkRegistrationExtDenied,
       
   395     ENetworkRegistrationExtRoamingNational,
       
   396     ENetworkRegistrationExtRoamingInternational
       
   397     };
       
   398     
       
   399 /**
   377 * QoS. Traffic class.
   400 * QoS. Traffic class.
   378 */
   401 */
   379 enum TQosTrafficClass
   402 enum TQosTrafficClass
   380     {
   403     {
   381     EQosTrafficClassConversational = 1,
   404     EQosTrafficClassConversational = 1,