Gammu internals  1.38.0
s60phone.h
Go to the documentation of this file.
1 /* This program is free software; you can redistribute it and/or modify
2  * it under the terms of the GNU General Public License as published by
3  * the Free Software Foundation; either version 2 of the License, or
4  * (at your option) any later version.
5  *
6  * This program is distributed in the hope that it will be useful,
7  * but WITHOUT ANY WARRANTY; without even the implied warranty of
8  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9  * GNU General Public License for more details.
10  *
11  * You should have received a copy of the GNU General Public License along
12  * with this program; if not, write to the Free Software Foundation, Inc.,
13  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
14  *
15  * Copyright (c) 2011 Michal Cihar <[email protected]>
16  */
17 
31 #ifndef __s60phone_h
32 #define __s60phone_h
33 
34 #include "../../gsmstate.h"
35 
36 #define S60_TIMEOUT 60
37 
38 typedef struct {
41  char *MessageParts[50];
55 
56 #endif
57 
58 
61 
62 /* How should editor hadle tabs in this file? Add editor commands here.
63  * vim: noexpandtab sw=8 ts=8 sts=8:
64  */
65 
size_t ContactLocationsSize
Definition: s60phone.h:46
int * ToDoLocations
Definition: s60phone.h:51
size_t ToDoLocationsPos
Definition: s60phone.h:53
size_t CalendarLocationsPos
Definition: s60phone.h:50
size_t ToDoLocationsSize
Definition: s60phone.h:52
size_t ContactLocationsPos
Definition: s60phone.h:47
int * SMSLocations
Definition: s60phone.h:42
int * CalendarLocations
Definition: s60phone.h:48
int * ContactLocations
Definition: s60phone.h:45
size_t SMSLocationsPos
Definition: s60phone.h:44
size_t SMSLocationsSize
Definition: s60phone.h:43
size_t CalendarLocationsSize
Definition: s60phone.h:49