voiceBackup (Function) |
Top Previous Next |
This function will make a backup of the voice messages on the device and store it to a file on the file system. The voice messages can be restored from the file with the voiceRestore function. This function is only supported when the project in the device is compiled in X32 compilation mode. The voice backup file is not compatible between devices with X32 and NX32 execution architectures. This means that a backup taken from a MX2 can be restored to other MX2 or DX4 devices (both X32 execution architecture), but not a MX2 turbo (NX32 execution architecture).
Input: filename : STRING The name of the file to store the voice backup in.
Returns:
Declaration: FUNCTION voiceBackup : INT;
Example: INCLUDE rtcu.inc |