author | William Roberts <williamr@symbian.org> |
Tue, 16 Mar 2010 16:12:26 +0000 | |
branch | Symbian2 |
changeset 2 | 2fe1408b6811 |
child 4 | 837f303aceeb |
permissions | -rw-r--r-- |
williamr@2 | 1 |
// Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies). |
williamr@2 | 2 |
// All rights reserved. |
williamr@2 | 3 |
// This component and the accompanying materials are made available |
williamr@2 | 4 |
// under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members |
williamr@2 | 5 |
// which accompanies this distribution, and is available |
williamr@2 | 6 |
// at the URL "http://www.symbianfoundation.org/legal/licencesv10.html". |
williamr@2 | 7 |
// |
williamr@2 | 8 |
// Initial Contributors: |
williamr@2 | 9 |
// Nokia Corporation - initial contribution. |
williamr@2 | 10 |
// |
williamr@2 | 11 |
// Contributors: |
williamr@2 | 12 |
// |
williamr@2 | 13 |
// Description: |
williamr@2 | 14 |
// |
williamr@2 | 15 |
|
williamr@2 | 16 |
|
williamr@2 | 17 |
|
williamr@2 | 18 |
/** |
williamr@2 | 19 |
@file |
williamr@2 | 20 |
@publishedAll |
williamr@2 | 21 |
@released |
williamr@2 | 22 |
*/ |
williamr@2 | 23 |
|
williamr@2 | 24 |
#if !defined(__ET_SLOTNUM_H__) |
williamr@2 | 25 |
#define __ET_SLOTNUM_H__ |
williamr@2 | 26 |
|
williamr@2 | 27 |
// |
williamr@2 | 28 |
// Number of server-side slots for each notification (greater than 1) |
williamr@2 | 29 |
// These are suggested sizes and can be over-ridden by TSY by setting a different |
williamr@2 | 30 |
// number in the NumberOfSlotsL method |
williamr@2 | 31 |
// |
williamr@2 | 32 |
|
williamr@2 | 33 |
// |
williamr@2 | 34 |
// RMobilePhone |
williamr@2 | 35 |
// |
williamr@2 | 36 |
/** |
williamr@2 | 37 |
@internalTechnology |
williamr@2 | 38 |
*/ |
williamr@2 | 39 |
const TUint KSlotNotifyModeChange = 2; |
williamr@2 | 40 |
/** |
williamr@2 | 41 |
@internalComponent |
williamr@2 | 42 |
*/ |
williamr@2 | 43 |
const TUint KSlotNotifyBatteryInfoChange = 2; |
williamr@2 | 44 |
const TUint KSlotNotifySignalStrengthChange = 2; |
williamr@2 | 45 |
const TUint KSlotNotifyCurrentNetworkChange = 2; |
williamr@2 | 46 |
const TUint KSlotNotifyNetworkRegistrationStatusChange = 3; |
williamr@2 | 47 |
const TUint KSlotNotifyNITZInfoChange = 2; |
williamr@2 | 48 |
const TUint KSlotNotifyCallServiceCapsChange = 2; |
williamr@2 | 49 |
const TUint KSlotNotifyCostInfoChange = 3; |
williamr@2 | 50 |
const TUint KSlotNotifySecurityEvent = 2; |
williamr@2 | 51 |
const TUint KSlotNotifyMessageWaiting = 2; |
williamr@2 | 52 |
|
williamr@2 | 53 |
// |
williamr@2 | 54 |
// RMobilePhoneStore |
williamr@2 | 55 |
// |
williamr@2 | 56 |
/** |
williamr@2 | 57 |
@internalComponent |
williamr@2 | 58 |
*/ |
williamr@2 | 59 |
const TUint KSlotNotifyStoreEvent = 3; |
williamr@2 | 60 |
|
williamr@2 | 61 |
// |
williamr@2 | 62 |
// RMobileCall |
williamr@2 | 63 |
// |
williamr@2 | 64 |
/** |
williamr@2 | 65 |
@internalComponent |
williamr@2 | 66 |
*/ |
williamr@2 | 67 |
const TUint KSlotNotifyHscsdInfoChange = 2; |
williamr@2 | 68 |
const TUint KSlotNotifyMobileCallCapsChange = 3; |
williamr@2 | 69 |
const TUint KSlotNotifyCallEvent = 2; |
williamr@2 | 70 |
const TUint KSlotNotifyMobileCallStatusChange = 3; |
williamr@2 | 71 |
const TUint KSlotNotifyUUSCapsChange = 2; |
williamr@2 | 72 |
|
williamr@2 | 73 |
// |
williamr@2 | 74 |
// RMobileLine |
williamr@2 | 75 |
// |
williamr@2 | 76 |
/** |
williamr@2 | 77 |
@internalComponent |
williamr@2 | 78 |
*/ |
williamr@2 | 79 |
const TUint KSlotNotifyMobileLineStatusChange = 3; |
williamr@2 | 80 |
|
williamr@2 | 81 |
// |
williamr@2 | 82 |
// RMobileConferenceCall |
williamr@2 | 83 |
// |
williamr@2 | 84 |
/** |
williamr@2 | 85 |
@internalComponent |
williamr@2 | 86 |
*/ |
williamr@2 | 87 |
const TUint KSlotNotifyConferenceCapsChange = 2; |
williamr@2 | 88 |
const TUint KSlotNotifyConferenceStatusChange = 2; |
williamr@2 | 89 |
const TUint KSlotNotifyConferenceEvent = 2; |
williamr@2 | 90 |
|
williamr@2 | 91 |
// |
williamr@2 | 92 |
// RMobileSmsMessaging |
williamr@2 | 93 |
// |
williamr@2 | 94 |
/** |
williamr@2 | 95 |
@internalComponent |
williamr@2 | 96 |
*/ |
williamr@2 | 97 |
const TUint KSlotReceiveSmsMessage = 5; |
williamr@2 | 98 |
|
williamr@2 | 99 |
// |
williamr@2 | 100 |
// RMobileBroadcastMessaging |
williamr@2 | 101 |
// |
williamr@2 | 102 |
/** |
williamr@2 | 103 |
@internalComponent |
williamr@2 | 104 |
*/ |
williamr@2 | 105 |
const TUint KSlotReceiveBroadcastMessage = 3; |
williamr@2 | 106 |
|
williamr@2 | 107 |
// |
williamr@2 | 108 |
// RMobileUssdMessaging |
williamr@2 | 109 |
// |
williamr@2 | 110 |
/** |
williamr@2 | 111 |
@internalComponent |
williamr@2 | 112 |
*/ |
williamr@2 | 113 |
const TUint KSlotReceiveUssdMessage = 5; |
williamr@2 | 114 |
|
williamr@2 | 115 |
|
williamr@2 | 116 |
|
williamr@2 | 117 |
#endif |