Skip to content

Device Settings ModuleΒΆ

The Device Settings Module provides functionality for saving and loading device settings to and from file. The file is saved in XML format.

Important

In general, users are recommended to use the utility functions provided by the APIs instead of using the Device Settings module directly. These are convenient wrappers to the Device Settings module for loading settings synchronously, i.e., these functions block until loading or saving has completed, the desired behavior in most cases. Advanced users can use the Device Settings module directly if they need to implement loading or saving asynchronously (non-blocking).