equal
deleted
inserted
replaced
24 #include "DunDataPusher.h" |
24 #include "DunDataPusher.h" |
25 #include "DunAtCmdPusher.h" |
25 #include "DunAtCmdPusher.h" |
26 #include "DunAtEcomListen.h" |
26 #include "DunAtEcomListen.h" |
27 #include "DunAtModeListen.h" |
27 #include "DunAtModeListen.h" |
28 #include "DunAtNvramListen.h" |
28 #include "DunAtNvramListen.h" |
|
29 #include "DunAtSpecialCmdHandler.h" |
29 |
30 |
30 const TInt KDunChSetMaxCharLen = 1; // Only ASCII supported for now |
31 const TInt KDunChSetMaxCharLen = 1; // Only ASCII supported for now |
31 const TInt KDunOkBufLength = 1+1+2+1+1; // <CR>+<LF>+"OK"+<CR>+<LF> |
32 const TInt KDunOkBufLength = 1+1+2+1+1; // <CR>+<LF>+"OK"+<CR>+<LF> |
32 const TInt KDunErrorBufLength = 1+1+5+1+1; // <CR>+<LF>+"ERROR"+<CR>+<LF> |
33 const TInt KDunErrorBufLength = 1+1+5+1+1; // <CR>+<LF>+"ERROR"+<CR>+<LF> |
33 const TInt KDunInputBufLength = (512 + 1); // 512 chars for command + <CR> |
34 const TInt KDunInputBufLength = (512 + 1); // 512 chars for command + <CR> |
837 /** |
838 /** |
838 * AT command extension to common functionality |
839 * AT command extension to common functionality |
839 */ |
840 */ |
840 RATExtCommon iAtCmdExtCommon; |
841 RATExtCommon iAtCmdExtCommon; |
841 |
842 |
|
843 /** |
|
844 * Special AT command handler for handling commands like AT&FE0Q0V1&C1&D2+IFC=3,1. |
|
845 */ |
|
846 CDunAtSpecialCmdHandler* iAtSpecialCmdHandler; |
842 }; |
847 }; |
843 |
848 |
844 #endif // C_CDUNATCMDHANDLER_H |
849 #endif // C_CDUNATCMDHANDLER_H |