bthci/bthci2/CommandsEvents/interface/hostnumberofcompletedpacketscommand.h
changeset 21 5e5528a288fe
parent 0 29b1cd4cb562
equal deleted inserted replaced
19:4b81101308c6 21:5e5528a288fe
     1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    10 //
    10 //
    11 // Contributors:
    11 // Contributors:
    12 //
    12 //
    13 // Description:
    13 // Description:
    14 // This file was generated automatically from the template commandheader.tmpl
    14 // This file was generated automatically from the template commandheader.tmpl
    15 // on Wed, 25 Jul 2007 17:00:38 (time stamp)
    15 // on Wed, 07 Apr 2010 11:43:50 (time stamp)
    16 // 
    16 // 
    17 //
    17 //
    18 
    18 
    19 /**
    19 /**
    20  @file
    20  @file
    53 	
    53 	
    54 	// Extension function
    54 	// Extension function
    55 	virtual TInt Extension_(TUint aExtensionId, TAny*& aInterface, TAny* aData);
    55 	virtual TInt Extension_(TUint aExtensionId, TAny*& aInterface, TAny* aData);
    56 
    56 
    57 private:
    57 private:
    58 	CHostNumberOfCompletedPacketsCommand(TUint8 aNumberOfHandles, const RArray< THCIConnectionHandle >& aConnectionHandle, const RArray< THCINumOfCompletedPackets >& aHostNumOfCompletedPackets);
    58 	CHostNumberOfCompletedPacketsCommand(TUint8 aNumberOfHandles);
    59 	CHostNumberOfCompletedPacketsCommand();
    59 	CHostNumberOfCompletedPacketsCommand();
       
    60 	void ConstructL(const RArray< THCIConnectionHandle >& aConnectionHandle, const RArray< THCINumOfCompletedPackets >& aHostNumOfCompletedPackets);
    60 	
    61 	
    61 	// From CHCICommandBase - knows how to format the parameters of this specific command
    62 	// From CHCICommandBase - knows how to format the parameters of this specific command
    62 	// into the HCTL frame
    63 	// into the HCTL frame
    63 	virtual void Format(CHctlCommandFrame& aCommandFrame) const;
    64 	virtual void Format(CHctlCommandFrame& aCommandFrame) const;
    64   
    65