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
{
39
int
MajorVersion
;
40
int
MinorVersion
;
41
char
*MessageParts[50];
42
int
*
SMSLocations
;
43
size_t
SMSLocationsSize
;
44
size_t
SMSLocationsPos
;
45
int
*
ContactLocations
;
46
size_t
ContactLocationsSize
;
47
size_t
ContactLocationsPos
;
48
int
*
CalendarLocations
;
49
size_t
CalendarLocationsSize
;
50
size_t
CalendarLocationsPos
;
51
int
*
ToDoLocations
;
52
size_t
ToDoLocationsSize
;
53
size_t
ToDoLocationsPos
;
54
}
GSM_Phone_S60Data
;
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
GSM_Phone_S60Data::ContactLocationsSize
size_t ContactLocationsSize
Definition:
s60phone.h:46
GSM_Phone_S60Data::ToDoLocations
int * ToDoLocations
Definition:
s60phone.h:51
GSM_Phone_S60Data::ToDoLocationsPos
size_t ToDoLocationsPos
Definition:
s60phone.h:53
GSM_Phone_S60Data::CalendarLocationsPos
size_t CalendarLocationsPos
Definition:
s60phone.h:50
GSM_Phone_S60Data::ToDoLocationsSize
size_t ToDoLocationsSize
Definition:
s60phone.h:52
GSM_Phone_S60Data
Definition:
s60phone.h:38
GSM_Phone_S60Data::ContactLocationsPos
size_t ContactLocationsPos
Definition:
s60phone.h:47
GSM_Phone_S60Data::SMSLocations
int * SMSLocations
Definition:
s60phone.h:42
GSM_Phone_S60Data::CalendarLocations
int * CalendarLocations
Definition:
s60phone.h:48
GSM_Phone_S60Data::ContactLocations
int * ContactLocations
Definition:
s60phone.h:45
GSM_Phone_S60Data::SMSLocationsPos
size_t SMSLocationsPos
Definition:
s60phone.h:44
GSM_Phone_S60Data::MinorVersion
int MinorVersion
Definition:
s60phone.h:40
GSM_Phone_S60Data::SMSLocationsSize
size_t SMSLocationsSize
Definition:
s60phone.h:43
GSM_Phone_S60Data::CalendarLocationsSize
size_t CalendarLocationsSize
Definition:
s60phone.h:49
GSM_Phone_S60Data::MajorVersion
int MajorVersion
Definition:
s60phone.h:39
libgammu
phone
s60
s60phone.h
Generated on Wed Nov 16 2016 13:39:20 for Gammu internals by
1.8.12