apengine/apsettingshandlerui/inc/ApSettingsHandlerConsts.h
changeset 71 9f263f780e41
parent 70 ac5daea24fb0
child 72 0c32cf868819
equal deleted inserted replaced
70:ac5daea24fb0 71:9f263f780e41
     1 /*
       
     2 * Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *     Contains common internal consts, typedefs for the Access Point settings.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #ifndef APSETTINGS_HANDLER_CONSTS_H
       
    21 #define APSETTINGS_HANDLER_CONSTS_H
       
    22 
       
    23 // CONSTANTS
       
    24 
       
    25 #define KMaxConnNameLength            30
       
    26 #define KMaxGprsApNameLength          100
       
    27 #define KMaxLoginNameLength           50
       
    28 #define KMaxStartPageLength           1000
       
    29 #define KMaxAccessNumLength           21
       
    30 #define KCBInfoLength                 21
       
    31 #define KMaxServiceCentreAddrLength   21
       
    32 #define KMaxServiceAccessNumLength    21
       
    33 #define KMaxLoginScriptLength         1000
       
    34 #define KMaxLoginPasswordLength       50
       
    35 #define KMaxModInitStringLength       50
       
    36 #define KMaxProxyServerLength         1000
       
    37 #define KMaxProxyPortNumberLength     5
       
    38 #define KMaxNetworkNameLength         50
       
    39 #define KMaxIPv6NameServerLength      40
       
    40 #define KMaxIPv4NameServerLength      12
       
    41 #define KMaxWlanNetworkameLength      32
       
    42 #define KMaxAdhocChannelNumberLength  2
       
    43 #define KAdhocChannelMin              1
       
    44 #define KAdhocChannelMax              11
       
    45 
       
    46 #define KConnNameWidth                10
       
    47 #define KGprsApNameWidth              10
       
    48 #define KLoginNameWidth               10
       
    49 #define KStartPageWidth               10
       
    50 #define KAccessNumWidth               10
       
    51 #define KCBInfoWidth                  10
       
    52 #define KServiceCentreAddrWidth       10
       
    53 #define KServiceAccessNumWidth        10
       
    54 #define KIpAddressWidth               10
       
    55 #define KLoginScriptWidth             10
       
    56 #define KModInitStringWidth           10
       
    57 #define KProxyServerWidth             10
       
    58 #define KProxyPortNumberWidth         10
       
    59 #define KNetworkNameWidth             10
       
    60 
       
    61 
       
    62 #define KConnNameLines                2
       
    63 #define KGprsApNameLines              2
       
    64 #define KLoginNameLines               2
       
    65 #define KStartPageLines               2
       
    66 #define KAccessNumLines               2
       
    67 #define KCBInfoLines                  2
       
    68 #define KServiceCentreAddrLines       2
       
    69 #define KServiceAccessNumLines        2
       
    70 #define KIpAddressLines               2
       
    71 #define KLoginScriptLines             2
       
    72 #define KModInitStringLines           2
       
    73 #define KProxyServerLines             2
       
    74 #define KProxyPortNumberLines         2
       
    75 #define KNetworkNameLines             1
       
    76 
       
    77 
       
    78 
       
    79 
       
    80 #define KListQueryHeight              6
       
    81 #define KListQueryWidth               2
       
    82 
       
    83 #endif
       
    84 
       
    85 
       
    86 // End of File