voiceRestore (Function) |
Top Previous Next |
This function will restore voice messages from a file created with the voiceBackup function. This function is only supported when the project in the device is compiled in X32 compilation mode.
Important note for X32 execution architecture devices: Calling this function will erase the flash area where the upgrade image is located overwriting any pending and uncommitted updates. It is therefore advisable to check with verCheckUpgrade for any pending upgrades before calling this function.
Input: filename : STRING The name of the file to restore the voice backup from.
Returns:
Declaration: FUNCTION voiceRestore : INT;
Example: INCLUDE rtcu.inc |