7 #ifndef __gammu_statemachine_h     8 #define __gammu_statemachine_h    89         char TextReminder[32];
   101         char TextBirthday[32];
 
gboolean UseGlobalDebugFile
 
struct _GSM_StateMachine GSM_StateMachine
 
GSM_Error GSM_InitConnection_Log(GSM_StateMachine *s, int ReplyNum, GSM_Log_Function log_function, void *user_data)
 
GSM_Error GSM_InitConnection(GSM_StateMachine *s, int ReplyNum)
 
GSM_StateMachine * GSM_AllocStateMachine(void)
 
void GSM_SetConfigNum(GSM_StateMachine *s, int sections)
 
gboolean GSM_IsConnected(GSM_StateMachine *s)
 
int GSM_ReadDevice(GSM_StateMachine *s, gboolean waitforreply)
 
void(* GSM_Log_Function)(const char *text, void *data)
 
#define GSM_MAX_PHONE_FEATURES
 
int GSM_GetConfigNum(const GSM_StateMachine *s)
 
GSM_Error GSM_AbortOperation(GSM_StateMachine *s)
 
GSM_Error GSM_TerminateConnection(GSM_StateMachine *s)
 
GSM_Error GSM_FindGammuRC(INI_Section **result, const char *force_config)
 
GSM_Config * GSM_GetConfig(GSM_StateMachine *s, int num)
 
GSM_Error GSM_Install(GSM_StateMachine *s, const char *ExtraPath, gboolean Minimal)
 
GSM_Error GSM_ReadConfig(INI_Section *cfg_info, GSM_Config *cfg, int num)
 
GSM_ConnectionType GSM_GetUsedConnection(GSM_StateMachine *s)
 
void GSM_FreeStateMachine(GSM_StateMachine *s)