Gammu internals  1.38.0
GSM_Config Struct Reference

#include <gammu-statemachine.h>

Data Fields

char Model [50]
 
char DebugLevel [50]
 
char * Device
 
char * Connection
 
gboolean SyncTime
 
gboolean LockDevice
 
char * DebugFile
 
gboolean StartInfo
 
gboolean UseGlobalDebugFile
 
char TextReminder [32]
 
char TextMeeting [32]
 
char TextCall [32]
 
char TextBirthday [32]
 
char TextMemo [32]
 
GSM_Feature PhoneFeatures [GSM_MAX_PHONE_FEATURES+1]
 

Detailed Description

Configuration of state machine.

Definition at line 49 of file gammu-statemachine.h.

Field Documentation

§ Connection

char* GSM_Config::Connection

Connection type as string

Definition at line 65 of file gammu-statemachine.h.

Referenced by GSM_FreeStateMachine(), GSM_InitConnection_Log(), and GSM_ReadConfig().

§ DebugFile

char* GSM_Config::DebugFile

Name of debug file

Definition at line 77 of file gammu-statemachine.h.

Referenced by GSM_FreeStateMachine(), GSM_InitConnection_Log(), and GSM_ReadConfig().

§ DebugLevel

char GSM_Config::DebugLevel[50]

Debug level

Definition at line 57 of file gammu-statemachine.h.

Referenced by GSM_InitConnection_Log(), and GSM_ReadConfig().

§ Device

§ LockDevice

gboolean GSM_Config::LockDevice

Lock device ? (Unix)

Definition at line 73 of file gammu-statemachine.h.

Referenced by GSM_OpenConnection(), and GSM_ReadConfig().

§ Model

char GSM_Config::Model[50]

Model from config file

Definition at line 53 of file gammu-statemachine.h.

Referenced by GSM_InitConnection_Log(), GSM_ReadConfig(), GSM_RegisterAllPhoneModules(), and GSM_RegisterModule().

§ PhoneFeatures

GSM_Feature GSM_Config::PhoneFeatures[GSM_MAX_PHONE_FEATURES+1]

Phone features override.

Definition at line 109 of file gammu-statemachine.h.

Referenced by GetModelData(), and GSM_ReadConfig().

§ StartInfo

gboolean GSM_Config::StartInfo

Display something during start ?

Definition at line 81 of file gammu-statemachine.h.

Referenced by GSM_InitConnection_Log(), GSM_ReadConfig(), GSM_TerminateConnection(), and GSM_WaitFor().

§ SyncTime

gboolean GSM_Config::SyncTime

Synchronize time on startup?

Definition at line 69 of file gammu-statemachine.h.

Referenced by GSM_InitConnection_Log(), and GSM_ReadConfig().

§ TextBirthday

char GSM_Config::TextBirthday[32]

Text for birthday calendar entry category in local language

Definition at line 101 of file gammu-statemachine.h.

Referenced by GSM_ReadConfig().

§ TextCall

char GSM_Config::TextCall[32]

Text for call calendar entry category in local language

Definition at line 97 of file gammu-statemachine.h.

Referenced by GSM_ReadConfig().

§ TextMeeting

char GSM_Config::TextMeeting[32]

Text for meeting calendar entry category in local language

Definition at line 93 of file gammu-statemachine.h.

Referenced by GSM_ReadConfig().

§ TextMemo

char GSM_Config::TextMemo[32]

Text for memo calendar entry category in local language

Definition at line 105 of file gammu-statemachine.h.

Referenced by GSM_ReadConfig().

§ TextReminder

char GSM_Config::TextReminder[32]

Text for reminder calendar entry category in local language

Definition at line 89 of file gammu-statemachine.h.

Referenced by GSM_ReadConfig().

§ UseGlobalDebugFile

gboolean GSM_Config::UseGlobalDebugFile

Should we use global debug file?

Definition at line 85 of file gammu-statemachine.h.

Referenced by GSM_InitConnection_Log(), and GSM_ReadConfig().


The documentation for this struct was generated from the following file: