cbsatplugin/atmisccmdplugin/inc/atmisccmdpluginconsts.h
branchRCL_3
changeset 72 4b59561a31c0
parent 64 1934667b0e2b
equal deleted inserted replaced
64:1934667b0e2b 72:4b59561a31c0
    19 #include <e32def.h>
    19 #include <e32def.h>
    20 
    20 
    21 _LIT8(KCRLF, "\r\n");
    21 _LIT8(KCRLF, "\r\n");
    22 _LIT8(KOKCRLF, "\r\n\r\nOK\r\n");
    22 _LIT8(KOKCRLF, "\r\n\r\nOK\r\n");
    23 
    23 
    24 _LIT8(KAtCLCK, "\r\n+CLCK: ");
    24 _LIT8(KAtCLCK, "+CLCK: ");
    25 _LIT8(KAtCFUN, "+CFUN: ");
    25 _LIT8(KAtCFUN, "+CFUN: ");
    26 _LIT8(KAtCBC, "+CBC: ");
    26 _LIT8(KAtCBC, "+CBC: ");
    27 _LIT8(KAtCUSD, "+CUSD: ");
    27 _LIT8(KAtCUSD, "+CUSD: ");
    28 _LIT8(KAtCMGW, "+CMGW: ");
    28 
    29 _LIT8(KSCPBR, "\r\n^SCPBR: ");
    29 _LIT8(KCLCKSupportedCmdsList, "+CLCK: (\"PS\",\"SC\",\"AO\",\"OI\",\"OX\",\"AI\",\"IR\",\"AB\",\"AG\",\"AC\")\r\n\r\nOK\r\n");
    30 _LIT8(KCLCKSupportedCmdsList, "\r\n+CLCK: (\"PS\",\"SC\",\"AO\",\"OI\",\"OX\",\"AI\",\"IR\",\"AB\",\"AG\",\"AC\")\r\n\r\nOK\r\n");
    30 _LIT8(KCFUNSupportedCmdsList, "+CFUN: (0,1,4),(0,1)\r\n\r\nOK\r\n");
    31 _LIT8(KCFUNSupportedCmdsList, "\r\n+CFUN: (0,1,4),(0,1)\r\n\r\nOK\r\n");
    31 _LIT8(KCBCSupportedCmdsList, "+CBC: (0,1,2,3),(1...100)\r\n\r\nOK\r\n");
    32 _LIT8(KCBCSupportedCmdsList, "\r\n+CBC: (0,1,2,3),(1...100)\r\n\r\nOK\r\n");
       
    33 _LIT8(KCUSDSupportedCmdsList, "+CUSD: (0,1)\r\n\r\nOK\r\n");
    32 _LIT8(KCUSDSupportedCmdsList, "+CUSD: (0,1)\r\n\r\nOK\r\n");
    34 _LIT8(KCMGDSupportedCmdsList, "\r\n+CMGD: (%S), (0,1,2,3,4)\r\n");
       
    35 _LIT8(KSCPBRSupportedEntriesIndexList,"\r\n^SCPBR:(1-%d),%d,%d,%d \r\n"); 
       
    36 _LIT8(KSCPBRReplyOneEntry,"%d,\"%S\",,\"%S\",,\"%S\",,\"%S\",,\"%S\",,\"%S\"");
       
    37 _LIT8(KSCPBWSupportedCmdsList, "\r\n^SCPBW: (1-%d),%d,(),%d,%d\r\n");
       
    38 
    33 
    39 _LIT8(KATCLCKPS, "PS");
    34 _LIT8(KATCLCKPS, "PS");
    40 _LIT8(KATCLCKSC, "SC");
    35 _LIT8(KATCLCKSC, "SC");
    41 _LIT8(KATCLCKAO, "AO");
    36 _LIT8(KATCLCKAO, "AO");
    42 _LIT8(KATCLCKOI, "OI");
    37 _LIT8(KATCLCKOI, "OI");
    45 _LIT8(KATCLCKIR, "IR");
    40 _LIT8(KATCLCKIR, "IR");
    46 _LIT8(KATCLCKAB, "AB");
    41 _LIT8(KATCLCKAB, "AB");
    47 _LIT8(KATCLCKAG, "AG");
    42 _LIT8(KATCLCKAG, "AG");
    48 _LIT8(KATCLCKAC, "AC");
    43 _LIT8(KATCLCKAC, "AC");
    49 
    44 
    50 _LIT8(KHVERModelString, "RM-");
       
    51 
       
    52 _LIT8(KCMSErr, "+CMS ERROR: ");
       
    53 
       
    54 // Max buffer length for an MD5 digest - originally defined in SCPServerInterface.h
    45 // Max buffer length for an MD5 digest - originally defined in SCPServerInterface.h
    55 const TInt KSCPMaxHashLength( 32 );
    46 const TInt KSCPMaxHashLength( 32 );
    56 
    47 
    57 const TInt KSCPBRDefaultSizeOfOneEntry( 400 );
       
    58 const TInt KSCPBRMaxNameLength( 64 );
       
    59 const TInt KSCPBRMaxNumberLength( 32 );
       
    60 const TInt KSCPBRMaxEmailLength( 64 );
       
    61 const TInt KSCPBRMaxNumberCount( 4 );
       
    62 const TInt KSCPBRMaxEntryCount( 1000 );
       
    63 
       
    64 const TInt KBufBlockSize (1024);
       
    65 #endif // ATMISCCMDPLUGINCONSTS_H
    48 #endif // ATMISCCMDPLUGINCONSTS_H