Gammu internals  1.38.0
atobex.h
Go to the documentation of this file.
1 /* (c) 2006 by Michal Cihar */
2 
16 #ifndef atobex_h
17 #define atobex_h
18 
19 #ifndef GSM_USED_AT
20 # define GSM_USED_AT
21 #endif
22 #ifndef GSM_USED_OBEX
23 # define GSM_USED_OBEX
24 #endif
25 
26 #include "../obex/obexgen.h"
27 
31 typedef enum {
41 
45 typedef enum {
55 
59 typedef struct {
60  /***********************************/
61  /* Communication state information */
62  /***********************************/
71  /***
72  * Whether AT*EBCA failed.
73  */
80 #endif
81 
83 
84 /* How should editor hadle tabs in this file? Add editor commands here.
85  * vim: noexpandtab sw=8 ts=8 sts=8:
86  */
GSM_ATOBEX_OBEX
Definition: atobex.h:45
GSM_ATOBEX_Mode
Definition: atobex.h:31
OBEX_Service DataService
Definition: atobex.h:78
gboolean EBCAFailed
Definition: atobex.h:74
int gboolean
Definition: gammu-types.h:23
OBEX_Service
Definition: obexgen.h:30
GSM_ATOBEX_OBEX HasOBEX
Definition: atobex.h:70
GSM_ATOBEX_Mode Mode
Definition: atobex.h:66