adaptationlayer/modematadaptation/modematcontroller_exe/inc/catmessage.h
changeset 9 8486d82aef45
parent 8 6295dc2169f3
equal deleted inserted replaced
8:6295dc2169f3 9:8486d82aef45
    42     ~CAtMessage();
    42     ~CAtMessage();
    43     
    43     
    44     /** GetBuffer
    44     /** GetBuffer
    45      * @return Pointer to the buffer
    45      * @return Pointer to the buffer
    46      */
    46      */
    47     TPtr8 GetBuffer();
    47     TPtr8& GetBuffer();
    48     
    48     
    49     /** GetMessageType
    49     /** GetMessageType
    50      * @return messagetype
    50      * @return messagetype
    51      */
    51      */
    52     TUint8 GetMessageType();
    52     TUint8 GetMessageType();
    53 
    53 
    54     /** ReceiveATResponse
    54     /** ReceiveATResponse
    55      * @param aResponse Response to AT-command
    55      * @param aResponse Response to AT-command
    56      * @param aComplete Intermediate data is not completed until it has a response. AT command is completed.
    56      * @param aComplete Intermediate data is not completed until it has a response. AT command is completed.
       
    57      * @param aCompleteCode Complete code.
    57      * @return
    58      * @return
    58      */
    59      */
    59     void ReceiveATResponse( const TDesC8& aResponse, TBool aComplete );
    60     void ReceiveATResponse( const TDesC8& aResponse, TBool aComplete, TInt aCompleteCode );
    60 	  
    61 	  
    61 	  /** CancelRequest
    62 	  /** CancelRequest
    62      * 
    63      * 
    63      */
    64      */
    64 	  void CancelRequest();
    65 	  void CancelRequest();