ConfigurationManager Class |
Namespace: Com.Datalogic.Device.Configuration
The ConfigurationManager type exposes the following members.
Name | Description | |
---|---|---|
ConfigurationManager | Initializes a new instance of the ConfigurationManager class |
Name | Description | |
---|---|---|
JniPeerMembers | To be added. | |
TreeRoot | Returns the PropertyGroup |
Name | Description | |
---|---|---|
Commit | Applies all the modified values since the last Commit | |
GetPropertyById | Returns the Property | |
GetPropertyByName | Gets theProperty | |
GetPropertyGroupById | Gets the PropertyGroup | |
GetPropertyGroupByName | Gets the PropertyGroup | |
RegisterListener | Register the IConfigurationChangeListener | |
UnregisterListener | Unegister the IConfigurationChangeListener |
The ConfigurationManager offers methods:
A Property offers methods to get/set the value.
When the value of a property is modified it is not directly applied to the device.
The change is only kept in the sdk local image of the configuration that’s the tree of properties.
To actually apply the change to the device the ConfigurationManager commit() method must be called.
A group PropertyGroup offers methods: