Gammu internals  1.38.0
gsmreply.h
Go to the documentation of this file.
1 /* (c) 2002-2009 by Marcin Wiacek & Michal Cihar */
2 
15 #ifndef __gsm_reply_h
16 #define __gsm_reply_h
17 
18 #include "protocol/protocol.h"
19 #include <gammu.h>
20 
25 typedef enum {
161 
162  /* Alcatel AT mode */
166 
167  /* Alcatel Binary mode */
197 
199 
201 
212 
216 
227 typedef struct {
236  const unsigned char *msgtype;
241  const size_t subtypechar;
245  const int subtype;
252 
253 #endif
254 
256 /* How should editor hadle tabs in this file? Add editor commands here.
257  * vim: noexpandtab sw=8 ts=8 sts=8:
258  */
const unsigned char * msgtype
Definition: gsmreply.h:236
GSM_Error
Definition: gammu-error.h:23
const GSM_Phone_RequestID requestID
Definition: gsmreply.h:250
const int subtype
Definition: gsmreply.h:245
const size_t subtypechar
Definition: gsmreply.h:241
GSM_Phone_RequestID
Definition: gsmreply.h:25