Click or drag to resize

ConfigurationClient Methods

The ConfigurationConfigurationClient type exposes the following members.

Methods
 NameDescription
Public methodDisableSignals(DisableSignalsRequest, CallOptions) Disable a signal or a list of signals already available in the service's configurations.
Public methodDisableSignals(String, Signal) Disable a configured signal or a list of configured signals on a card.
Public methodDisableSignals(DisableSignalsRequest, Metadata, NullableDateTime, CancellationToken) Disable a signal or a list of signals already available in the service's configurations.
Public methodDisableSignalsAsync(DisableSignalsRequest, CallOptions) Disable a signal or a list of signals already available in the service's configurations.
Public methodDisableSignalsAsync(String, Signal) Asynchronously disable a configured signal or a list of configured signals on a card.
Public methodDisableSignalsAsync(DisableSignalsRequest, Metadata, NullableDateTime, CancellationToken) Disable a signal or a list of signals already available in the service's configurations.
Public methodEnableSignals(EnableSignalsRequest, CallOptions) Enable a signal or a list of signals already available in the service's configurations.
Public methodEnableSignals(String, Signal) Enable a configured signal or a list of configured signals on a card.
Public methodEnableSignals(EnableSignalsRequest, Metadata, NullableDateTime, CancellationToken) Enable a signal or a list of signals already available in the service's configurations.
Public methodEnableSignalsAsync(EnableSignalsRequest, CallOptions) Enable a signal or a list of signals already available in the service's configurations.
Public methodEnableSignalsAsync(String, Signal) Asynchronously enable a configured signal or a list of configured signals on a card.
Public methodEnableSignalsAsync(EnableSignalsRequest, Metadata, NullableDateTime, CancellationToken) Enable a signal or a list of signals already available in the service's configurations.
Public methodGetPdaConfig Gets the PDA configuration.
Public methodGetPdaConfig(GetPdaConfigRequest, CallOptions) Gets the currently used configurations from the service.
Public methodGetPdaConfig(GetPdaConfigRequest, Metadata, NullableDateTime, CancellationToken) Gets the currently used configurations from the service.
Public methodGetPdaConfigAsync Asynchronously gets the PDA configuration.
Public methodGetPdaConfigAsync(GetPdaConfigRequest, CallOptions) Gets the currently used configurations from the service.
Public methodGetPdaConfigAsync(GetPdaConfigRequest, Metadata, NullableDateTime, CancellationToken) Gets the currently used configurations from the service.
Public methodLoadPdaConfig(String) Loads PDA configurations from a .json file and returns the configurations as message.
Public methodLoadPdaConfig(LoadPdaConfigRequest, CallOptions) 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).
Public methodLoadPdaConfig(LoadPdaConfigRequest, Metadata, NullableDateTime, CancellationToken) 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).
Public methodLoadPdaConfigAsync(String) Asynchronously loads PDA configurations from a .json file and returns the configurations as message.
Public methodLoadPdaConfigAsync(LoadPdaConfigRequest, CallOptions) 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).
Public methodLoadPdaConfigAsync(LoadPdaConfigRequest, Metadata, NullableDateTime, CancellationToken) 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).
Public methodSavePdaConfig(String) Saves the PDA configurations to a .json file.
Public methodSavePdaConfig(SavePdaConfigRequest, CallOptions) Save the current server configuration as a .json file to path (relative to service).
Public methodSavePdaConfig(SavePdaConfigRequest, Metadata, NullableDateTime, CancellationToken) Save the current server configuration as a .json file to path (relative to service).
Public methodSavePdaConfigAsync(String) Asynchronously saves the PDA configurations to a .json file.
Public methodSavePdaConfigAsync(SavePdaConfigRequest, CallOptions) Save the current server configuration as a .json file to path (relative to service).
Public methodSavePdaConfigAsync(SavePdaConfigRequest, Metadata, NullableDateTime, CancellationToken) Save the current server configuration as a .json file to path (relative to service).
Public methodSetPdaConfig(CardConfigurations) Sets the PDA configurations from a configuration message.
Public methodSetPdaConfig(RepeatedFieldCardConfig) Sets the PDA configurations from RepeatedField<CardConfig>.
Public methodSetPdaConfig(String) Sets the PDA configuration from a .json file.
Public methodSetPdaConfig(TriggerConfig) Sets the PDA trigger configuration from a configuration message.
Public methodSetPdaConfig(SetPdaConfigRequest, CallOptions) Sets the PDA configuration and all device configurations to the service.
Public methodSetPdaConfig(SetPdaConfigRequest, Metadata, NullableDateTime, CancellationToken) Sets the PDA configuration and all device configurations to the service.
Public methodSetPdaConfigAsync(CardConfigurations) Asynchronously sets the PDA configurations from a configuration message.
Public methodSetPdaConfigAsync(RepeatedFieldCardConfig) Asynchronously sets the PDA configurations from a RepeatedField<CardConfig>.
Public methodSetPdaConfigAsync(String) Asynchronously sets the PDA configuration from a .json file.
Public methodSetPdaConfigAsync(TriggerConfig) Asynchronously sets the PDA trigger configuration from a configuration message.
Public methodSetPdaConfigAsync(SetPdaConfigRequest, CallOptions) Sets the PDA configuration and all device configurations to the service.
Public methodSetPdaConfigAsync(SetPdaConfigRequest, Metadata, NullableDateTime, CancellationToken) Sets the PDA configuration and all device configurations to the service.
Top
See Also