localconnectivityservice/dun/atext/inc/DunAtSpecialCmdHandler.h
branchRCL_3
changeset 38 3dcb815346df
parent 20 2553637c2525
equal deleted inserted replaced
37:7e0ecb5b116a 38:3dcb815346df
    19 #define C_CDUNATSPECIALCMDHANDLER_H
    19 #define C_CDUNATSPECIALCMDHANDLER_H
    20 
    20 
    21 #include <e32base.h>
    21 #include <e32base.h>
    22 #include <badesca.h>
    22 #include <badesca.h>
    23 
    23 
    24 const TInt KInputBufLength = (512 + 1);  // Set this the same as in KDunInputBufLength
    24 const TInt KLineBufLength = (512 + 1);  // Set this the same as in KDunLineBufLength
    25 
    25 
    26 /**
    26 /**
    27  *  Class for special AT command handler
    27  *  Class for special AT command handler
    28  *
    28  *
    29  *  @lib dunatext.lib
    29  *  @lib dunatext.lib
    96 private:  // data
    96 private:  // data
    97 
    97 
    98     /**
    98     /**
    99      * Buffer for temporary AT command input
    99      * Buffer for temporary AT command input
   100      */
   100      */
   101     TBuf8<KInputBufLength> iBuffer;
   101     TBuf8<KLineBufLength> iBuffer;
   102 
   102 
   103     /**
   103     /**
   104      * Special commands for parsing
   104      * Special commands for parsing
   105      */
   105      */
   106     CDesC8Array *iSpecialCmds;
   106     CDesC8Array *iSpecialCmds;