ipcm_pub/connection_settings_api/inc/cmpluginpacketdatadef.h
branchRCL_3
changeset 58 83ca720e2b9a
parent 57 05bc53fe583b
equal deleted inserted replaced
57:05bc53fe583b 58:83ca720e2b9a
     1 /*
     1 /*
     2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2006 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 "Eclipse Public License v1.0"
     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.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     9 * Initial Contributors:
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10 * Nokia Corporation - initial contribution.
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:
    14 * Description:  packet data specific enums
    15 * Packet data specific enums.
       
    16 *
    15 *
    17 */
    16 */
    18 
    17 
    19 #ifndef CMPLUGINPACKETDATADEF_H
    18 #ifndef CMPLUGINPACKETDATADEF_H
    20 #define CMPLUGINPACKETDATADEF_H
    19 #define CMPLUGINPACKETDATADEF_H
   273     EPacketDataServiceEnableLLMNR,  /**<
   272     EPacketDataServiceEnableLLMNR,  /**<
   274                                     * Enable LLMNR?
   273                                     * Enable LLMNR?
   275                                     * ( TBool - default: None)
   274                                     * ( TBool - default: None)
   276                                     */
   275                                     */
   277 
   276 
   278     EGPRSReqTrafficClass = 10200,   /**<
   277     EGPRSReqTrafficClass = 10200,   /**< 
   279                                     * Requested traffic class
   278                                     * Requested traffic class
   280                                     * Defined in etelqos.h in RPacketQoS::TTrafficClass.
   279                                     * Defined in etelqos.h in RPacketQoS::TTrafficClass.
   281                                     * (TUint32 - default: ETrafficClassUnspecified)
   280                                     * (TUint32 - default: ETrafficClassUnspecified)
   282                                     */
   281                                     */
   283 
   282     
   284     EGPRSMinTrafficClass,           /**<
   283     EGPRSMinTrafficClass,           /**< 
   285                                     * Minimum acceptable traffic class.
   284                                     * Minimum acceptable traffic class.
   286                                     * Defined in etelqos.h in RPacketQoS::TTrafficClass.
   285                                     * Defined in etelqos.h in RPacketQoS::TTrafficClass.
   287                                     * (TUint32 - default: ETrafficClassUnspecified)
   286                                     * (TUint32 - default: ETrafficClassUnspecified)
   288                                     */
   287                                     */
   289 
   288