24 _LIT8(KAtCLCK, "\r\n+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 _LIT8(KAtCMGW, "+CMGW: "); |
28 _LIT8(KAtCMGW, "+CMGW: "); |
29 |
29 _LIT8(KSCPBR, "\r\n^SCPBR: "); |
30 _LIT8(KCLCKSupportedCmdsList, "\r\n+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"); |
31 _LIT8(KCFUNSupportedCmdsList, "\r\n+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"); |
32 _LIT8(KCBCSupportedCmdsList, "\r\n+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"); |
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"); |
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"); |
35 |
38 |
36 _LIT8(KATCLCKPS, "PS"); |
39 _LIT8(KATCLCKPS, "PS"); |
37 _LIT8(KATCLCKSC, "SC"); |
40 _LIT8(KATCLCKSC, "SC"); |
38 _LIT8(KATCLCKAO, "AO"); |
41 _LIT8(KATCLCKAO, "AO"); |
39 _LIT8(KATCLCKOI, "OI"); |
42 _LIT8(KATCLCKOI, "OI"); |
49 _LIT8(KCMSErr, "+CMS ERROR: "); |
52 _LIT8(KCMSErr, "+CMS ERROR: "); |
50 |
53 |
51 // 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 |
52 const TInt KSCPMaxHashLength( 32 ); |
55 const TInt KSCPMaxHashLength( 32 ); |
53 |
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 ); |
54 |
63 |
|
64 const TInt KBufBlockSize (1024); |
55 #endif // ATMISCCMDPLUGINCONSTS_H |
65 #endif // ATMISCCMDPLUGINCONSTS_H |