ipcm_pub/connection_settings_api/inc/cmpluginpacketdatadef.h
branchRCL_3
changeset 57 05bc53fe583b
parent 0 5a93021fdf25
child 58 83ca720e2b9a
equal deleted inserted replaced
55:fc7b30ed2058 57:05bc53fe583b
     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:  packet data specific enums
    14 * Description:
       
    15 * Packet data specific enums.
    15 *
    16 *
    16 */
    17 */
    17 
    18 
    18 #ifndef CMPLUGINPACKETDATADEF_H
    19 #ifndef CMPLUGINPACKETDATADEF_H
    19 #define CMPLUGINPACKETDATADEF_H
    20 #define CMPLUGINPACKETDATADEF_H
   272     EPacketDataServiceEnableLLMNR,  /**<
   273     EPacketDataServiceEnableLLMNR,  /**<
   273                                     * Enable LLMNR?
   274                                     * Enable LLMNR?
   274                                     * ( TBool - default: None)
   275                                     * ( TBool - default: None)
   275                                     */
   276                                     */
   276 
   277 
   277     EGPRSReqTrafficClass = 10200,   /**< 
   278     EGPRSReqTrafficClass = 10200,   /**<
   278                                     * Requested traffic class
   279                                     * Requested traffic class
   279                                     * Defined in etelqos.h in RPacketQoS::TTrafficClass.
   280                                     * Defined in etelqos.h in RPacketQoS::TTrafficClass.
   280                                     * (TUint32 - default: ETrafficClassUnspecified)
   281                                     * (TUint32 - default: ETrafficClassUnspecified)
   281                                     */
   282                                     */
   282     
   283 
   283     EGPRSMinTrafficClass,           /**< 
   284     EGPRSMinTrafficClass,           /**<
   284                                     * Minimum acceptable traffic class.
   285                                     * Minimum acceptable traffic class.
   285                                     * Defined in etelqos.h in RPacketQoS::TTrafficClass.
   286                                     * Defined in etelqos.h in RPacketQoS::TTrafficClass.
   286                                     * (TUint32 - default: ETrafficClassUnspecified)
   287                                     * (TUint32 - default: ETrafficClassUnspecified)
   287                                     */
   288                                     */
   288 
   289