ConfigurationAPIGetConfig(IEnumerableConfigSection) Method |
Gets a set of the specified configurations from the card.
Namespace: RAYLASE.SPICE3.ClientLibAssembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.5.2
Syntax public ConfigSet GetConfig(
IEnumerable<ConfigSection> sections
)
Parameters
- sections IEnumerableConfigSection
- The configurations that should be read from the card.
Return Value
ConfigSetThe configurations.
See Also