Gammu internals  1.38.0
gammu-error.h
Go to the documentation of this file.
1 
7 #ifndef __gammu_error_h
8 #define __gammu_error_h
9 
15 #ifdef __cplusplus
16 extern "C" {
17 #endif
18 
23 typedef enum {
27  ERR_NONE = 1,
60 
102 
144 
186 
228 
270 
312 
354 
359 } GSM_Error;
360 
369 const char *GSM_ErrorString(GSM_Error e);
370 
379 const char *GSM_ErrorName(GSM_Error e);
380 #ifdef __cplusplus
381 }
382 #endif
383 #endif
384 
385 /* Editor configuration
386  * vim: noexpandtab sw=8 ts=8 sts=8 tw=72:
387  */
GSM_Error
Definition: gammu-error.h:23
const char * GSM_ErrorName(GSM_Error e)
Definition: gsmcomon.c:167
const char * GSM_ErrorString(GSM_Error e)
Definition: gsmcomon.c:183