NAOqi Core - Overview | API
Namespace : AL
#include <alproxies/alpreferencesproxy.h>
ALPreferences allows access to xml preference files. A preference is defined as follows :
#include <alproxies/alpreferencesproxy.h>
As any module, this module inherits methods from ALModule API. It also has the following specific methods:
Reads all preferences from an xml files and stores them in an ALValue.
Parameters: |
|
---|---|
Returns: | array reprenting the whole file. |
Writes all preferences from ALValue to individual memory keys.
Parameters: |
|
---|---|
Returns: | True upon success. |
Writes all preferences from ALValue to an xml file.
Parameters: |
|
---|