First public contribution.
2 * Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of "Eclipse Public License v1.0"
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
19 #if (!defined __T_MMCSDSOCKET_DRIVER_DATA_H__)
20 #define __T_MMCSDSOCKET_DRIVER_DATA_H__
24 #include "T_MmcSDDriverData.h"
27 * Test Active Notification class
30 class CT_MMCSDSocketDriverData : public CT_MmcSDDriverData
36 ~CT_MMCSDSocketDriverData();
39 * Two phase constructor
41 * @leave system wide error
43 static CT_MMCSDSocketDriverData* NewL();
45 virtual TAny* GetObject();
46 virtual TBool DoCommandL(const TTEFFunction& aCommand, const TTEFSectionName& aSection, const TInt aAsyncErrorIndex);
50 * Protected constructor. First phase construction
52 CT_MMCSDSocketDriverData();
55 void DoCmdAdjustPartialRead(const TDesC& aSection);
56 void DoCmdCardIsPresent(const TDesC& aSection);
57 void DoCmdGetBufferInfo(const TDesC& aSection);
59 void DoCmdInitiatePowerUpSequence();
60 void DoCmdMachineInfo(const TDesC& aSection);
61 void DoCmdPrepareStore(const TDesC& aSection);
64 void DoCmdResetInactivity(const TDesC& aSection);
65 void DoCmdStack(const TDesC& aSection);
66 void DoCmdiState_Get(const TDesC& aSection);
67 void DoCmdiType_Get(const TDesC& aSection);
68 void DoCmdiDoorOpened_Get(const TDesC& aSection);
69 void DoCmdiStandby_Get(const TDesC& aSection);
70 void DoCmdPowerUpL(const TDesC& aSection, TInt aAsyncErrorIndex);
73 static const TEnumEntryTable iEnumTRequestIdTable[];
74 static const TEnumEntryTable iEnumTPBusStateTable[];
75 static const TEnumEntryTable iEnumTPBusTypeTable[];
79 #endif /* __T_MMCSDSOCKET_DRIVER_DATA_H__ */