Gammu internals
1.38.0
s60.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
18
#ifndef __s60_h
19
#define __s60_h
20
21
#include "../protocol.h"
22
23
typedef
enum
{
24
S60_Header
,
25
S60_Data
,
26
}
S60_State
;
27
28
typedef
struct
{
29
GSM_Protocol_Message
Msg
;
30
S60_State
State
;
31
char
idbuffer[20];
32
int
idpos
;
33
}
GSM_Protocol_S60Data
;
34
35
#if defined(GSM_ENABLE_S60)
36
# ifndef GSM_USED_BLUETOOTHDEVICE
37
# define GSM_USED_BLUETOOTHDEVICE
38
# endif
39
#endif
40
41
#endif
42
43
/* How should editor hadle tabs in this file? Add editor commands here.
44
* vim: noexpandtab sw=8 ts=8 sts=8:
45
*/
46
S60_Header
Definition:
s60.h:24
GSM_Protocol_S60Data::State
S60_State State
Definition:
s60.h:30
GSM_Protocol_Message
Definition:
protocol.h:16
GSM_Protocol_S60Data::idpos
int idpos
Definition:
s60.h:32
GSM_Protocol_S60Data::Msg
GSM_Protocol_Message Msg
Definition:
s60.h:29
S60_Data
Definition:
s60.h:25
GSM_Protocol_S60Data
Definition:
s60.h:28
S60_State
S60_State
Definition:
s60.h:23
libgammu
protocol
s60
s60.h
Generated on Wed Nov 16 2016 13:39:20 for Gammu internals by
1.8.12