localconnectivityservice/dun/utils/inc/DunStream.h
changeset 60 841f70763fbe
parent 29 3ae5cb0b4c02
equal deleted inserted replaced
52:866b4af7ffbe 60:841f70763fbe
     1 /*
     1 /*
     2 * Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2007-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".
   182      * Type of current operation: read or write
   182      * Type of current operation: read or write
   183      */
   183      */
   184     TDunOperationType iOperationType;
   184     TDunOperationType iOperationType;
   185 
   185 
   186     /**
   186     /**
   187      * Current state of transfer: active or inactive
       
   188      */
       
   189     TDunState iTransferState;
       
   190 
       
   191     /**
       
   192      * Direction of data transfer
   187      * Direction of data transfer
   193      * This is set after iStreamType and iOperationType are known
   188      * This is set after iStreamType and iOperationType are known
   194      */
   189      */
   195     TDunDirection iDirection;
   190     TDunDirection iDirection;
   196 
   191