Gammu internals  1.38.0
gnapbus.h
Go to the documentation of this file.
1 /* (c) 2006 by Marcin Wiacek */
2 
3 #ifndef gnapplet_h
4 #define gnapplet_h
5 
6 #include "../protocol.h"
7 
8 typedef struct {
9  int MsgRXState;
12 
13 #if defined(GSM_ENABLE_BLUEGNAPBUS)
14 # ifndef GSM_USED_BLUETOOTHDEVICE
15 # define GSM_USED_BLUETOOTHDEVICE
16 # endif
17 #endif
18 #if defined(GSM_ENABLE_IRDAGNAPBUS)
19 # ifndef GSM_USED_IRDADEVICE
20 # define GSM_USED_IRDADEVICE
21 # endif
22 #endif
23 
24 #define GNAPBUS_FRAME_ID 0x5A
25 
26 #endif
27 
28 /* How should editor hadle tabs in this file? Add editor commands here.
29  * vim: noexpandtab sw=8 ts=8 sts=8:
30  */
GSM_Protocol_Message Msg
Definition: gnapbus.h:10