adaptationlayer/tsy/simatktsy_dll/inc/satnumberofslots.h
author <dalarub>
Fri, 06 Nov 2009 17:28:23 +0000
changeset 0 63b37f68c1ce
permissions -rw-r--r--
First Contribution. Vanilla as it came from Nokia

/*
* Copyright (c) 2007-2008 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of the License "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description: 
*
*/



#ifndef _SATNUMBEROFSLOTS_H_
#define _SATNUMBEROFSLOTS_H_

//INCLUDES

// CONSTANTS

//CTsySatMessaging
const TUint8 KSatNotifyProactiveSimSessionEndSlots = 1;
const TUint8 KSatNotifyDisplayTextPCmdSlots = 2;
const TUint8 KSatNotifyGetInkeyPCmdSlots = 2;
const TUint8 KSatNotifyGetInputPCmdSlots = 2;
const TUint8 KSatNotifyPlayTonePCmdSlots = 2;
const TUint8 KSatNotifySetUpMenuPCmdSlots = 2;
const TUint8 KSatNotifySelectItemPCmdSlots = 2;
const TUint8 KSatNotifySendSmPCmdSlots = 2;
const TUint8 KSatNotifySendSsPCmdSlots = 2;
const TUint8 KSatNotifySendUssdPCmdSlots = 2;
const TUint8 KSatNotifySetUpCallPCmdSlots = 2;
const TUint8 KSatNotifyRefreshPCmdSlots = 2;
const TUint8 KSatNotifySetUpIdleModeTextPCmdSlots = 2;
const TUint8 KSatNotifyLaunchBrowserSlots = 2;
const TUint8 KSatNotifyCallControlRequestSlots = 2;
const TUint8 KSatNotifySetUpEventListSlots = 2;
const TUint8 KSatNotifySendDtmfSlots = 2;

#endif // _SATNUMBEROFSLOTS_H_

// End of File