equal
deleted
inserted
replaced
1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies). |
1 // Copyright (c) 2004-2009 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 the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members |
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.symbianfoundation.org/legal/licencesv10.html". |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 // |
7 // |
8 // Initial Contributors: |
8 // Initial Contributors: |
9 // Nokia Corporation - initial contribution. |
9 // Nokia Corporation - initial contribution. |
10 // |
10 // |
11 // Contributors: |
11 // Contributors: |
15 // Describes common Telephony interface types for SMS messaging. |
15 // Describes common Telephony interface types for SMS messaging. |
16 // The types are duplicated from ETELMM.h in an effort to separate SMS from ETEL. |
16 // The types are duplicated from ETELMM.h in an effort to separate SMS from ETEL. |
17 // Correspondent ETEL types could be found in ETELMM.h, class RMobileSmsMessaging. |
17 // Correspondent ETEL types could be found in ETELMM.h, class RMobileSmsMessaging. |
18 // |
18 // |
19 // |
19 // |
20 |
|
21 |
|
22 |
20 |
23 /** |
21 /** |
24 @file |
22 @file |
25 @publishedAll |
23 @publishedAll |
26 @released |
24 @released |
41 { |
39 { |
42 // Definitions for sizes of TPDU and User Data fields |
40 // Definitions for sizes of TPDU and User Data fields |
43 enum |
41 enum |
44 { |
42 { |
45 KGsmTpduSize = 165, // 140 bytes user data + 25 bytes TPDU header |
43 KGsmTpduSize = 165, // 140 bytes user data + 25 bytes TPDU header |
|
44 /* @deprecated 9.5 */ |
46 KCdmaTpduSize = 256 // Max size of Bearer Data in Transport Layer message |
45 KCdmaTpduSize = 256 // Max size of Bearer Data in Transport Layer message |
47 }; |
46 }; |
48 |
47 |
49 /** A typedef'd buffer for GSM or WCDMA message data.*/ |
48 /** A typedef'd buffer for GSM or WCDMA message data.*/ |
50 typedef TBuf8<KGsmTpduSize> TMobileSmsGsmTpdu; |
49 typedef TBuf8<KGsmTpduSize> TMobileSmsGsmTpdu; |
51 /** A typedef'd buffer for CDMA message data.*/ |
50 /** A typedef'd buffer for CDMA message data. |
|
51 @deprecated 9.5 |
|
52 */ |
52 typedef TBuf8<KCdmaTpduSize> TMobileSmsCdmaTpdu; |
53 typedef TBuf8<KCdmaTpduSize> TMobileSmsCdmaTpdu; |
53 } |
54 } |
54 |
55 |
55 #endif // __GSMUNMSPACEMOBMSG_H__ |
56 #endif // __GSMUNMSPACEMOBMSG_H__ |