Gammu internals  1.38.0
n6510.h
Go to the documentation of this file.
1 /* (c) 2002-2005 by Marcin Wiacek */
2 
3 #ifndef n6510_h
4 #define n6510_h
5 
6 #include "../../ncommon.h"
7 
8 typedef enum {
11 
15 
16 typedef enum {
21 
22 typedef struct {
27  unsigned char CalendarIcons[10];
28  GSM_CalendarNoteType CalendarIconsTypes[10];
30 
36 
38 
40 
41  unsigned char RingtoneID; /* When set with preview */
42 
43  GSM_File *FilesCache; //[GSM_PHONE_MAXSMSINFOLDER];
46  int FileToken;
47  int ParentID;
52 
53  unsigned char FMStatus[4000];
55 
56  unsigned char GPRSPoints[4000];
58 
60 
61  unsigned char PhoneMode;
62 
63  char MMSFoldersID2[10][80];
67 
84  int Timeout;
88 
89 void N6510_EncodeFMFrequency(double freq, unsigned char *buff);
90 void N6510_DecodeFMFrequency(double *freq, unsigned char *buff);
91 
92 #ifndef GSM_USED_MBUS2
93 # define GSM_USED_MBUS2
94 #endif
95 #ifndef GSM_USED_FBUS2
96 # define GSM_USED_FBUS2
97 #endif
98 #ifndef GSM_USED_FBUS2DLR3
99 # define GSM_USED_FBUS2DLR3
100 #endif
101 #ifndef GSM_USED_DKU2PHONET
102 # define GSM_USED_DKU2PHONET
103 #endif
104 #ifndef GSM_USED_DKU2AT
105 # define GSM_USED_DKU2AT
106 #endif
107 #ifndef GSM_USED_DKU5FBUS2
108 # define GSM_USED_DKU5FBUS2
109 #endif
110 #ifndef GSM_USED_PHONETBLUE
111 # define GSM_USED_PHONETBLUE
112 #endif
113 #ifndef GSM_USED_IRDAPHONET
114 # define GSM_USED_IRDAPHONET
115 #endif
116 #ifndef GSM_USED_BLUEPHONET
117 # define GSM_USED_BLUEPHONET
118 #endif
119 #ifndef GSM_USED_FBUS2PL2303
120 # define GSM_USED_FBUS2PL2303
121 #endif
122 
123 #endif
124 
125 /* How should editor hadle tabs in this file? Add editor commands here.
126  * vim: noexpandtab sw=8 ts=8 sts=8:
127  */
int CalendarIconsNum
Definition: n6510.h:29
GSM_File MMSFile
Definition: n6510.h:64
int FirstCalendarPos
Definition: n6510.h:26
int LastCalendarPos
Definition: n6510.h:24
int LastFreeMemoryLocation
Definition: n6510.h:71
GSM_MemoryType LastFreeMemoryType
Definition: n6510.h:75
int FilesLocationsUsed
Definition: n6510.h:44
GSM_NOKIACalToDoLocations LastNote
Definition: n6510.h:39
N6510_Connection_Settings
Definition: n6510.h:8
GSM_Error
Definition: gammu-error.h:23
gboolean UseFs1
Definition: n6510.h:50
GSM_NOKIACalToDoLocations LastToDo
Definition: n6510.h:37
int GPRSPointsLength
Definition: n6510.h:57
void N6510_EncodeFMFrequency(double freq, unsigned char *buff)
GSM_SMSFolders LastSMSFolders
Definition: n6510.h:32
GSM_Error MMSFolderError
Definition: n6510.h:66
gboolean FilesEnd
Definition: n6510.h:49
int gboolean
Definition: gammu-types.h:23
GSM_MemoryType
Definition: gammu-memory.h:31
int LastFreeMemorySize
Definition: n6510.h:79
GSM_NOKIACalToDoLocations LastCalendar
Definition: n6510.h:25
GSM_Error filesystem2error
Definition: n6510.h:51
GSM_CalendarNoteType
GSM_NOKIASMSFolder LastSMSFolder
Definition: n6510.h:31
int FilesLocationsAvail
Definition: n6510.h:45
GSM_Error SMSFileError
Definition: n6510.h:34
unsigned char RingtoneID
Definition: n6510.h:41
int LastCalendarYear
Definition: n6510.h:23
void N6510_DecodeFMFrequency(double *freq, unsigned char *buff)
GSM_File * FilesCache
Definition: n6510.h:43
N6510_PHONE_LIGHTS
Definition: n6510.h:16
unsigned char PhoneMode
Definition: n6510.h:61
GSM_File SMSFile
Definition: n6510.h:33
int FMStatusLength
Definition: n6510.h:54