Gammu internals
1.38.0
|
#include <gammu-error.h>
Go to the source code of this file.
Macros | |
#define | NONEFUNCTION (void *) NoneFunction |
#define | NOTIMPLEMENTED (void *) NotImplementedFunction |
#define | NOTSUPPORTED (void *) NotSupportedFunction |
Functions | |
GSM_Error | NoneFunction (void) |
GSM_Error | NotImplementedFunction (void) |
GSM_Error | NotSupportedFunction (void) |
#define NONEFUNCTION (void *) NoneFunction |
Definition at line 12 of file gsmcomon.h.
#define NOTIMPLEMENTED (void *) NotImplementedFunction |
Definition at line 13 of file gsmcomon.h.
#define NOTSUPPORTED (void *) NotSupportedFunction |
Definition at line 14 of file gsmcomon.h.
GSM_Error NoneFunction | ( | void | ) |
Definition at line 23 of file gsmcomon.c.
References ERR_NONE.
GSM_Error NotImplementedFunction | ( | void | ) |
Definition at line 28 of file gsmcomon.c.
References ERR_NOTIMPLEMENTED.
GSM_Error NotSupportedFunction | ( | void | ) |
Definition at line 33 of file gsmcomon.c.
References ERR_NOTSUPPORTED, GSM_InitLocales(), and LOCALE_PATH.