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