Gammu API
1.38.0
|
#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] |
Configuration of state machine.
Definition at line 49 of file gammu-statemachine.h.
char* GSM_Config::Connection |
Connection type as string
Definition at line 65 of file gammu-statemachine.h.
char* GSM_Config::DebugFile |
Name of debug file
Definition at line 77 of file gammu-statemachine.h.
char GSM_Config::DebugLevel[50] |
Debug level
Definition at line 57 of file gammu-statemachine.h.
char* GSM_Config::Device |
Device name from config file
Definition at line 61 of file gammu-statemachine.h.
gboolean GSM_Config::LockDevice |
Lock device ? (Unix)
Definition at line 73 of file gammu-statemachine.h.
char GSM_Config::Model[50] |
Model from config file
Definition at line 53 of file gammu-statemachine.h.
GSM_Feature GSM_Config::PhoneFeatures[GSM_MAX_PHONE_FEATURES+1] |
Phone features override.
Definition at line 109 of file gammu-statemachine.h.
gboolean GSM_Config::StartInfo |
Display something during start ?
Definition at line 81 of file gammu-statemachine.h.
gboolean GSM_Config::SyncTime |
Synchronize time on startup?
Definition at line 69 of file gammu-statemachine.h.
char GSM_Config::TextBirthday[32] |
Text for birthday calendar entry category in local language
Definition at line 101 of file gammu-statemachine.h.
char GSM_Config::TextCall[32] |
Text for call calendar entry category in local language
Definition at line 97 of file gammu-statemachine.h.
char GSM_Config::TextMeeting[32] |
Text for meeting calendar entry category in local language
Definition at line 93 of file gammu-statemachine.h.
char GSM_Config::TextMemo[32] |
Text for memo calendar entry category in local language
Definition at line 105 of file gammu-statemachine.h.
char GSM_Config::TextReminder[32] |
Text for reminder calendar entry category in local language
Definition at line 89 of file gammu-statemachine.h.
gboolean GSM_Config::UseGlobalDebugFile |
Should we use global debug file?
Definition at line 85 of file gammu-statemachine.h.