0
|
1 |
/*
|
|
2 |
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
|
|
3 |
* All rights reserved.
|
|
4 |
* This component and the accompanying materials are made available
|
|
5 |
* under the terms of the License "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".
|
|
8 |
*
|
|
9 |
* Initial Contributors:
|
|
10 |
* Nokia Corporation - initial contribution.
|
|
11 |
*
|
|
12 |
* Contributors:
|
|
13 |
*
|
|
14 |
* Description:
|
|
15 |
* Name : phonet header definitions
|
|
16 |
* Version : 004.000
|
|
17 |
*
|
|
18 |
*/
|
|
19 |
|
|
20 |
|
|
21 |
#ifndef PHONETISI_H
|
|
22 |
#define PHONETISI_H
|
|
23 |
|
|
24 |
|
|
25 |
// INCLUDE FILES
|
|
26 |
// None
|
|
27 |
|
|
28 |
// MACROS
|
|
29 |
// None
|
|
30 |
|
|
31 |
// DATA TYPES
|
|
32 |
// None
|
|
33 |
|
|
34 |
// FUNCTION PROTOTYPES
|
|
35 |
//None
|
|
36 |
|
|
37 |
|
|
38 |
// FORWARD DECLARATIONS
|
|
39 |
|
|
40 |
#define ISI_HEADER_OFFSET_MEDIA 0
|
|
41 |
#define ISI_HEADER_OFFSET_RECEIVERDEVICE 1
|
|
42 |
#define ISI_HEADER_OFFSET_SENDERDEVICE 2
|
|
43 |
#define ISI_HEADER_OFFSET_RESOURCEID 3
|
|
44 |
#define ISI_HEADER_OFFSET_LENGTH 4
|
|
45 |
#define ISI_HEADER_OFFSET_RECEIVEROBJECT 6
|
|
46 |
#define ISI_HEADER_OFFSET_SENDEROBJECT 7
|
|
47 |
#define ISI_HEADER_OFFSET_TRANSID 8
|
|
48 |
#define ISI_HEADER_OFFSET_MESSAGEID 9
|
|
49 |
#define ISI_HEADER_OFFSET_SUBMESSAGEID 10
|
|
50 |
|
|
51 |
#define ISI_HEADER_SIZE 8
|
|
52 |
|
|
53 |
// For extended resourc id handling
|
|
54 |
#define ISI_HEADER_OFFSET_TYPE 10
|
|
55 |
#define ISI_HEADER_OFFSET_SUBTYPE 11
|
|
56 |
|
|
57 |
#endif
|