Backup¶
Warning
doxygenfunction: Unable to resolve multiple matches for function “GSM_ReadSMSBackupFile” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.36.5/build/gammu-doc/xml. Potential matches:
- GSM_Error GSM_ReadSMSBackupFile(const char *, GSM_SMS_Backup *)
Warning
doxygenfunction: Unable to resolve multiple matches for function “GSM_AddSMSBackupFile” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.36.5/build/gammu-doc/xml. Potential matches:
- GSM_Error GSM_AddSMSBackupFile(const char *, GSM_SMS_Backup *)
Warning
doxygenfunction: Unable to resolve multiple matches for function “GSM_ClearSMSBackup” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.36.5/build/gammu-doc/xml. Potential matches:
- void GSM_ClearSMSBackup(GSM_SMS_Backup *)
Warning
doxygenfunction: Unable to resolve multiple matches for function “GSM_FreeSMSBackup” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.36.5/build/gammu-doc/xml. Potential matches:
- void GSM_FreeSMSBackup(GSM_SMS_Backup *)
Warning
doxygenfunction: Unable to resolve multiple matches for function “GSM_SaveBackupFile” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.36.5/build/gammu-doc/xml. Potential matches:
- GSM_Error GSM_SaveBackupFile(char *, GSM_Backup *, GSM_BackupFormat)
Warning
doxygenfunction: Unable to resolve multiple matches for function “GSM_GuessBackupFormat” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.36.5/build/gammu-doc/xml. Potential matches:
- GSM_BackupFormat GSM_GuessBackupFormat(const char *, const gboolean)
Warning
doxygenfunction: Unable to resolve multiple matches for function “GSM_ReadBackupFile” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.36.5/build/gammu-doc/xml. Potential matches:
- GSM_Error GSM_ReadBackupFile(const char *, GSM_Backup *, GSM_BackupFormat)
Warning
doxygenfunction: Unable to resolve multiple matches for function “GSM_ClearBackup” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.36.5/build/gammu-doc/xml. Potential matches:
- void GSM_ClearBackup(GSM_Backup *)
Warning
doxygenfunction: Unable to resolve multiple matches for function “GSM_FreeBackup” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.36.5/build/gammu-doc/xml. Potential matches:
- void GSM_FreeBackup(GSM_Backup *)
Warning
doxygenfunction: Unable to resolve multiple matches for function “GSM_GetBackupFormatFeatures” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.36.5/build/gammu-doc/xml. Potential matches:
- void GSM_GetBackupFormatFeatures(GSM_BackupFormat, GSM_Backup_Info *)
Warning
doxygenfunction: Unable to resolve multiple matches for function “GSM_GetBackupFileFeatures” with arguments () in doxygen xml output for project “project0” from directory: /home/abuild/rpmbuild/BUILD/gammu-1.36.5/build/gammu-doc/xml. Potential matches:
- void GSM_GetBackupFileFeatures(GSM_BackupFormat, GSM_Backup_Info *, GSM_Backup *)
-
struct
GSM_SMS_Backup
SMS backup data.
Public Members
-
GSM_SMSMessage *
SMS
[GSM_BACKUP_MAX_SMS+1] List of SMS messages.
-
GSM_SMSMessage *
-
struct
GSM_Backup
Backup data.
Public Members
-
char
IMEI
[GSM_MAX_IMEI_LENGTH] IMEI of phone which has been backed up
-
char
Model
[GSM_MAX_MODEL_LENGTH+GSM_MAX_VERSION_LENGTH] Model of phone which has been backed up
-
char
Creator
[80] Name of program which created backup
-
GSM_DateTime
DateTime
Timestamp of backup
-
gboolean
DateTimeAvailable
Whether timestamp is present
-
char
MD5Original
[100] Original MD5 of backup from file
-
char
MD5Calculated
[100] Calculated MD5 of backup
-
GSM_MemoryEntry *
PhonePhonebook
[GSM_BACKUP_MAX_PHONEPHONEBOOK+1] Phone phonebook
-
GSM_MemoryEntry *
SIMPhonebook
[GSM_BACKUP_MAX_SIMPHONEBOOK+1] SIM phonebook
-
GSM_CalendarEntry *
Calendar
[GSM_MAXCALENDARTODONOTES+1] Calendar
-
GSM_Bitmap *
CallerLogos
[GSM_BACKUP_MAX_CALLER+1] Caller logos
-
GSM_SMSC *
SMSC
[GSM_BACKUP_MAX_SMSC+1] SMS configuration
-
GSM_WAPBookmark *
WAPBookmark
[GSM_BACKUP_MAX_WAPBOOKMARK+1] WAP bookmarks
-
GSM_MultiWAPSettings *
WAPSettings
[GSM_BACKUP_MAX_WAPSETTINGS+1] WAP settings
-
GSM_MultiWAPSettings *
MMSSettings
[GSM_BACKUP_MAX_MMSSETTINGS+1] MMS settings
-
GSM_SyncMLSettings *
SyncMLSettings
[GSM_BACKUP_MAX_SYNCMLSETTINGS+1] SyncMC settings
-
GSM_ChatSettings *
ChatSettings
[GSM_BACKUP_MAX_CHATSETTINGS+1] Chat settings
-
GSM_Ringtone *
Ringtone
[GSM_BACKUP_MAX_RINGTONES+1] Ringtones
-
GSM_ToDoEntry *
ToDo
[GSM_MAXCALENDARTODONOTES+1] To do tasks
-
GSM_Profile *
Profiles
[GSM_BACKUP_MAX_PROFILES+1] Progiles
-
GSM_FMStation *
FMStation
[GSM_BACKUP_MAX_FMSTATIONS+1] FM stations
-
GSM_GPRSAccessPoint *
GPRSPoint
[GSM_BACKUP_MAX_GPRSPOINT+1] GPRS configurations
-
GSM_NoteEntry *
Note
[GSM_BACKUP_MAX_NOTE+1] Notes
-
GSM_Bitmap *
StartupLogo
Statup logo
-
GSM_Bitmap *
OperatorLogo
Operator logo
-
char
- GSM_BackupFormat enum
Backup data.
Values:
GSM_Backup_Auto
= = 0
-Compatibility with old gboolean used instead of format.
File type is guessed for extension, non unicode format used for Gammu backup.
GSM_Backup_AutoUnicode
= = 1
-Compatibility with old gboolean used instead of format.
File type is guessed for extension, unicode format used for Gammu backup.
GSM_Backup_LMB
-LMB format, compatible with Logo manager, can store phonebooks and logos.
GSM_Backup_VCalendar
-vCalendar standard, can store todo and calendar entries.
GSM_Backup_VCard
-vCard standard, can store phone phonebook entries.
GSM_Backup_LDIF
-LDIF (LDAP Data Interchange Format), can store phone phonebook entries.
GSM_Backup_ICS
-iCalendar standard, can store todo and calendar entries.
GSM_Backup_Gammu
-Gammu own format can store almost anything from phone.
This is ASCII version of the format, Unicode strings are HEX encoded. Use GSM_Backup_GammuUCS2 instead if possible.
GSM_Backup_GammuUCS2
-Gammu own format can store almost anything from phone.
This is UCS2-BE version of the format.
GSM_Backup_VNote
-vNote standard, can store phone notes.
-
struct
GSM_Backup_Info
Information about supported backup features.
- GSM_BACKUP_MAX_SMS
Maximal number of SMSes in backup.