Configuration |
The ConfigurationAPI type exposes the following members.
Name | Description | |
---|---|---|
![]() | AbortUpdate | Ends a configuration update block without applying any configurations or CorrectionFiles that were sent to the card after calling BeginUpdate. |
![]() | BeginUpdate | Begins a configuration update block. |
![]() | EndUpdate | Ends a configuration update block and applies all configurations and CorrectionFiles that were send to the card after BeginUpdate was called. If this is executed by a connection other than the connection that executed BeginUpdate an exception will be thrown and the update block will still be active. |
![]() | GetConfig | Gets a set of all current configuration from the card. |
![]() | GetConfig(IEnumerableConfigSection) | Gets a set of the specified configurations from the card. |
![]() | IsUpdateActive | Stats if a configuration update block is active. |
![]() | LoadConfig | Loads all configurations from the card's local storage. |
![]() | LoadConfig(IEnumerableConfigSection) | Loads the specified configurations from the card's local storage. |
![]() | SetConfig | Sets all configurations that are inside the given ConfigSet on the card. |
![]() | StoreConfig | Stores all configuration in the card's local storage for later (re-)loading. |
![]() | StoreConfig(IEnumerableConfigSection) | Stores the specified configuration in the card's local storage for later (re-)loading. |