ConfigurationConfiguration |
public abstract class ConfigurationBase
The ConfigurationConfigurationBase type exposes the following members.
Name | Description | |
---|---|---|
![]() | DisableSignals | Disable a signal or a list of signals already available in the service's configurations. |
![]() | EnableSignals | Enable a signal or a list of signals already available in the service's configurations. |
![]() | GetPdaConfig | Gets the currently used configurations from the service. |
![]() | LoadPdaConfig | Load a .json configuration file (relative to server) and return it as proto message. This can be used to load a configuration and adopt it before applying it to the service with SetPdaConfig(). If only a .json configuration should be applied to the service, SetPdaConfig() can be directly called with the .json configuration path (reachable from the machine running the service). |
![]() | SavePdaConfig | Save the current server configuration as a .json file to path (relative to service). |
![]() | SetPdaConfig | Sets the PDA configuration and all device configurations to the service. |