wlan_bearer/wlanldd/wlan_common/umac_common/inc/UmacProtocolStackSideUmacCb.h
branchRCL_3
changeset 43 d3d7683d16f5
parent 42 a828660c511c
equal deleted inserted replaced
42:a828660c511c 43:d3d7683d16f5
     1 /*
     1 /*
     2 * Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2002-2009 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 the License "Eclipse Public License v1.0"
     5 * under the terms of the License "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".
    14 * Description:   Declaration of the WlanProtocolStackSideUmacCb class.
    14 * Description:   Declaration of the WlanProtocolStackSideUmacCb class.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 15 %
    19 * %version: 14 %
    20 */
    20 */
    21 
    21 
    22 #ifndef WLANPROTOCOLSTACKSIDEUMACCB_H
    22 #ifndef WLANPROTOCOLSTACKSIDEUMACCB_H
    23 #define WLANPROTOCOLSTACKSIDEUMACCB_H
    23 #define WLANPROTOCOLSTACKSIDEUMACCB_H
    24 
    24 
    99     * @param aNumOfBuffers number of meta header pointers in the array
    99     * @param aNumOfBuffers number of meta header pointers in the array
   100     * @return ETrue if this event was processed successfully
   100     * @return ETrue if this event was processed successfully
   101     *         EFalse otherwise
   101     *         EFalse otherwise
   102     */
   102     */
   103     virtual TBool ProtocolStackDataReceiveComplete( 
   103     virtual TBool ProtocolStackDataReceiveComplete( 
   104         TDataBuffer*& aBufferStart, 
   104         const TDataBuffer*& aBufferStart, 
   105         TUint32 aNumOfBuffers );
   105         TUint32 aNumOfBuffers );
   106 
   106 
   107     /**
   107     /**
   108     * Determines if the Protocol Stack Side client is ready to handle any
   108     * Determines if the Protocol Stack Side client is ready to handle any
   109     * callbacks from UMAC
   109     * callbacks from UMAC