Import contains definitions pertaining to input of configuration information in XML format.
Import XML from stream.
Imports XML from the in stream, any error messages are directed via the lwumi environment.
- Return values
-
true | Success. |
false | Failure. |
- Parameters
-
[in,out] | in | Stream which feeds in the XML. |
[in] | lwumi | Environment or NULL . |
Trusted import XML from stream.
Imports XML from the in stream, any error messages are directed via the lwumi environment. "Trusted" because much error testing is omitted, so we rely on XML input to be error free. In an SDK environment, the XML is prepared by software, and can be trusted if the use cases have been tested.
Note that this function no longer inputs const struct vardef_values_xml_import_control vvxic. The default settings are: Restore Factory Configuration = false, Reboot = false, Missing Values = Unchanged, OEM = No Change, and Delete Wlan Profiles = false. You may change these settings by placing an XML Import Control group into the XML input stream in one or more places.
- Return values
-
true | Success. |
false | Failure. |
- Parameters
-
[in,out] | raw | Stream which feeds in the XML. |
[in] | lwumi | Environment or NULL . |