cbsatplugin/atmisccmdplugin/inc/atmisccmdpluginconsts.h
branchRCL_3
changeset 21 0ba996a9b75d
parent 16 95674584745d
equal deleted inserted replaced
20:eede1356aa52 21:0ba996a9b75d
    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, "+CLCK: ");
    24 _LIT8(KAtCLCK, "\r\n+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 
    28 _LIT8(KAtCMGW, "+CMGW: ");
    29 _LIT8(KCLCKSupportedCmdsList, "+CLCK: (\"PS\",\"SC\",\"AO\",\"OI\",\"OX\",\"AI\",\"IR\",\"AB\",\"AG\",\"AC\")\r\n\r\nOK\r\n");
    29 _LIT8(KSCPBR, "\r\n^SCPBR: ");
    30 _LIT8(KCFUNSupportedCmdsList, "+CFUN: (0,1,4),(0,1)\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");
    31 _LIT8(KCBCSupportedCmdsList, "+CBC: (0,1,2,3),(1...100)\r\n\r\nOK\r\n");
    31 _LIT8(KCFUNSupportedCmdsList, "\r\n+CFUN: (0,1,4),(0,1)\r\n\r\nOK\r\n");
       
    32 _LIT8(KCBCSupportedCmdsList, "\r\n+CBC: (0,1,2,3),(1...100)\r\n\r\nOK\r\n");
    32 _LIT8(KCUSDSupportedCmdsList, "+CUSD: (0,1)\r\n\r\nOK\r\n");
    33 _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");
    33 
    38 
    34 _LIT8(KATCLCKPS, "PS");
    39 _LIT8(KATCLCKPS, "PS");
    35 _LIT8(KATCLCKSC, "SC");
    40 _LIT8(KATCLCKSC, "SC");
    36 _LIT8(KATCLCKAO, "AO");
    41 _LIT8(KATCLCKAO, "AO");
    37 _LIT8(KATCLCKOI, "OI");
    42 _LIT8(KATCLCKOI, "OI");
    40 _LIT8(KATCLCKIR, "IR");
    45 _LIT8(KATCLCKIR, "IR");
    41 _LIT8(KATCLCKAB, "AB");
    46 _LIT8(KATCLCKAB, "AB");
    42 _LIT8(KATCLCKAG, "AG");
    47 _LIT8(KATCLCKAG, "AG");
    43 _LIT8(KATCLCKAC, "AC");
    48 _LIT8(KATCLCKAC, "AC");
    44 
    49 
       
    50 _LIT8(KHVERModelString, "RM-");
       
    51 
       
    52 _LIT8(KCMSErr, "+CMS ERROR: ");
       
    53 
    45 // Max buffer length for an MD5 digest - originally defined in SCPServerInterface.h
    54 // Max buffer length for an MD5 digest - originally defined in SCPServerInterface.h
    46 const TInt KSCPMaxHashLength( 32 );
    55 const TInt KSCPMaxHashLength( 32 );
    47 
    56 
       
    57 const TInt KSCPBRDefaultSizeOfOneEntry( 320 );
       
    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);
    48 #endif // ATMISCCMDPLUGINCONSTS_H
    65 #endif // ATMISCCMDPLUGINCONSTS_H