|
Gammu API
1.38.0
|
Go to the source code of this file.
Data Structures | |
| struct | GSM_SyncMLSettings |
| struct | GSM_ChatSettings |
| struct | GSM_Profile |
| struct | GSM_FMStation |
| struct | GSM_GPRSAccessPoint |
| struct | GSM_Locale |
| struct | GSM_Profile_PhoneTableValue |
Phone settings data and functions.
Definition in file gammu-settings.h.
| enum GSM_DateFormat |
| Enumerator | |
|---|---|
| GSM_Date_DDMMYYYY | |
| GSM_Date_MMDDYYYY | |
| GSM_Date_YYYYMMDD | |
| GSM_Date_DDMMMYY | |
| GSM_Date_MMDDYY | |
| GSM_Date_DDMMYY | |
| GSM_Date_YYMMDD | |
| GSM_Date_OFF | |
Definition at line 156 of file gammu-settings.h.
| enum GSM_Profile_Feat_ID |
Definition at line 97 of file gammu-settings.h.
Definition at line 56 of file gammu-settings.h.
| Enumerator | |
|---|---|
| GSM_RESET_PHONESETTINGS | |
| GSM_RESET_USERINTERFACE | |
| GSM_RESET_USERINTERFACE_PHONESETTINGS | |
| GSM_RESET_DEVICE | |
| GSM_RESET_FULLFACTORY | |
Definition at line 38 of file gammu-settings.h.
| GSM_Error GSM_ClearFMStations | ( | GSM_StateMachine * | s | ) |
Clears defined FM stations.
| GSM_Error GSM_GetChatSettings | ( | GSM_StateMachine * | s, |
| GSM_ChatSettings * | settings | ||
| ) |
Acquires chat/presence settings.
| GSM_Error GSM_GetFMStation | ( | GSM_StateMachine * | s, |
| GSM_FMStation * | FMStation | ||
| ) |
Reads FM station.
| GSM_Error GSM_GetGPRSAccessPoint | ( | GSM_StateMachine * | s, |
| GSM_GPRSAccessPoint * | point | ||
| ) |
Gets GPRS access point.
| GSM_Error GSM_GetLocale | ( | GSM_StateMachine * | s, |
| GSM_Locale * | locale | ||
| ) |
Gets locale from phone.
| GSM_Error GSM_GetMMSSettings | ( | GSM_StateMachine * | s, |
| GSM_MultiWAPSettings * | settings | ||
| ) |
Acquires MMS settings.
| GSM_Error GSM_GetProfile | ( | GSM_StateMachine * | s, |
| GSM_Profile * | Profile | ||
| ) |
Reads profile.
| GSM_Error GSM_GetSyncMLSettings | ( | GSM_StateMachine * | s, |
| GSM_SyncMLSettings * | settings | ||
| ) |
Acquires SyncML settings.
| GSM_Error GSM_Reset | ( | GSM_StateMachine * | s, |
| gboolean | hard | ||
| ) |
Performs phone reset.
| GSM_Error GSM_ResetPhoneSettings | ( | GSM_StateMachine * | s, |
| GSM_ResetSettingsType | Type | ||
| ) |
Resets phone settings.
| GSM_Error GSM_SetAutoNetworkLogin | ( | GSM_StateMachine * | s | ) |
Enables network auto login.
| GSM_Error GSM_SetChatSettings | ( | GSM_StateMachine * | s, |
| GSM_ChatSettings * | settings | ||
| ) |
Changes chat/presence settings.
| GSM_Error GSM_SetFMStation | ( | GSM_StateMachine * | s, |
| GSM_FMStation * | FMStation | ||
| ) |
Sets FM station.
| GSM_Error GSM_SetGPRSAccessPoint | ( | GSM_StateMachine * | s, |
| GSM_GPRSAccessPoint * | point | ||
| ) |
Sets GPRS access point.
| GSM_Error GSM_SetLocale | ( | GSM_StateMachine * | s, |
| GSM_Locale * | locale | ||
| ) |
Sets locale of phone.
| GSM_Error GSM_SetMMSSettings | ( | GSM_StateMachine * | s, |
| GSM_MultiWAPSettings * | settings | ||
| ) |
Changes MMS settings.
| GSM_Error GSM_SetProfile | ( | GSM_StateMachine * | s, |
| GSM_Profile * | Profile | ||
| ) |
Updates profile.
| GSM_Error GSM_SetSyncMLSettings | ( | GSM_StateMachine * | s, |
| GSM_SyncMLSettings * | settings | ||
| ) |
Changes SyncML settings.