bthci/bthci2/CommandsEvents/interface/writecurrentiaclapcommand.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:39 (time stamp)
    15 // on Wed, 07 Apr 2010 11:43:52 (time stamp)
    16 // 
    16 // 
    17 //
    17 //
    18 
    18 
    19 /**
    19 /**
    20  @file
    20  @file
    52 	
    52 	
    53 	// Extension function
    53 	// Extension function
    54 	virtual TInt Extension_(TUint aExtensionId, TAny*& aInterface, TAny* aData);
    54 	virtual TInt Extension_(TUint aExtensionId, TAny*& aInterface, TAny* aData);
    55 
    55 
    56 private:
    56 private:
    57 	CWriteCurrentIACLAPCommand(TUint8 aNumCurrentIAC, const RArray< TUint32 >& aIACLAP);
    57 	CWriteCurrentIACLAPCommand(TUint8 aNumCurrentIAC);
    58 	CWriteCurrentIACLAPCommand();
    58 	CWriteCurrentIACLAPCommand();
       
    59 	void ConstructL(const RArray< TUint32 >& aIACLAP);
    59 	
    60 	
    60 	// From CHCICommandBase - knows how to format the parameters of this specific command
    61 	// From CHCICommandBase - knows how to format the parameters of this specific command
    61 	// into the HCTL frame
    62 	// into the HCTL frame
    62 	virtual void Format(CHctlCommandFrame& aCommandFrame) const;
    63 	virtual void Format(CHctlCommandFrame& aCommandFrame) const;
    63   
    64