ConfigurationManagerCommit Method |
Namespace: Com.Datalogic.Device.Configuration
Exception | Condition |
---|---|
ConfigException | - in case of error, when exceptions are enabled through the ErrorManager singleton. |
Applies all the modified values since the last Commit
to the device and also commits them to the persistent storage. All the properties committed in this way will maintain the set value between reboots. It works in best effort. If the application of some properties failed, the list of their identifiers is returned through the exception BadIdBuffer
.