localconnectivityservice/dun/atext/inc/DunAtUrcHandler.h
changeset 60 841f70763fbe
parent 29 3ae5cb0b4c02
equal deleted inserted replaced
52:866b4af7ffbe 60:841f70763fbe
     1 /*
     1 /*
     2 * Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    77 
    77 
    78     /**
    78     /**
    79      * Stops waiting for an incoming URC message
    79      * Stops waiting for an incoming URC message
    80      *
    80      *
    81      * @since TB9.2
    81      * @since TB9.2
    82      * @return Symbian error code on error, KErrNone otherwise
    82      * @return None
    83      */
    83      */
    84     TInt Stop();
    84     void Stop();
    85 
    85 
    86     /**
    86     /**
    87      * UID of the owning plugin
    87      * UID of the owning plugin
    88      *
    88      *
    89      * @since TB9.2
    89      * @since TB9.2
   151      * Not own.
   151      * Not own.
   152      */
   152      */
   153     MDunStreamManipulator* iStreamCallback;
   153     MDunStreamManipulator* iStreamCallback;
   154 
   154 
   155     /**
   155     /**
   156      * Current state of URC message handling: active or inactive
       
   157      */
       
   158     TDunState iUrcHandleState;
       
   159 
       
   160     /**
       
   161      * Buffer for receiving
   156      * Buffer for receiving
   162      */
   157      */
   163     TBuf8<KDefaultUrcBufLength> iRecvBuffer;
   158     TBuf8<KDefaultUrcBufLength> iRecvBuffer;
   164 
   159 
   165     /**
   160     /**