| Name | Description |
---|
| DisableSignals(DisableSignalsRequest, CallOptions) |
Disable a signal or a list of signals already available in the service's configurations.
|
| DisableSignals(String, Signal) |
Disable a configured signal or a list of configured signals on a card.
|
| DisableSignals(DisableSignalsRequest, Metadata, NullableDateTime, CancellationToken) |
Disable a signal or a list of signals already available in the service's configurations.
|
| DisableSignalsAsync(DisableSignalsRequest, CallOptions) |
Disable a signal or a list of signals already available in the service's configurations.
|
| DisableSignalsAsync(String, Signal) |
Asynchronously disable a configured signal or a list of configured signals on a card.
|
| DisableSignalsAsync(DisableSignalsRequest, Metadata, NullableDateTime, CancellationToken) |
Disable a signal or a list of signals already available in the service's configurations.
|
| EnableSignals(EnableSignalsRequest, CallOptions) |
Enable a signal or a list of signals already available in the service's configurations.
|
| EnableSignals(String, Signal) |
Enable a configured signal or a list of configured signals on a card.
|
| EnableSignals(EnableSignalsRequest, Metadata, NullableDateTime, CancellationToken) |
Enable a signal or a list of signals already available in the service's configurations.
|
| EnableSignalsAsync(EnableSignalsRequest, CallOptions) |
Enable a signal or a list of signals already available in the service's configurations.
|
| EnableSignalsAsync(String, Signal) |
Asynchronously enable a configured signal or a list of configured signals on a card.
|
| EnableSignalsAsync(EnableSignalsRequest, Metadata, NullableDateTime, CancellationToken) |
Enable a signal or a list of signals already available in the service's configurations.
|
| GetPdaConfig |
Gets the PDA configuration.
|
| GetPdaConfig(GetPdaConfigRequest, CallOptions) |
Gets the currently used configurations from the service.
|
| GetPdaConfig(GetPdaConfigRequest, Metadata, NullableDateTime, CancellationToken) |
Gets the currently used configurations from the service.
|
| GetPdaConfigAsync |
Asynchronously gets the PDA configuration.
|
| GetPdaConfigAsync(GetPdaConfigRequest, CallOptions) |
Gets the currently used configurations from the service.
|
| GetPdaConfigAsync(GetPdaConfigRequest, Metadata, NullableDateTime, CancellationToken) |
Gets the currently used configurations from the service.
|
| LoadPdaConfig(String) |
Loads PDA configurations from a .json file and returns the configurations as message.
|
| LoadPdaConfig(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).
|
| LoadPdaConfig(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).
|
| LoadPdaConfigAsync(String) |
Asynchronously loads PDA configurations from a .json file and returns the configurations as message.
|
| LoadPdaConfigAsync(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).
|
| LoadPdaConfigAsync(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).
|
| SavePdaConfig(String) |
Saves the PDA configurations to a .json file.
|
| SavePdaConfig(SavePdaConfigRequest, CallOptions) |
Save the current server configuration as a .json file to path (relative to service).
|
| SavePdaConfig(SavePdaConfigRequest, Metadata, NullableDateTime, CancellationToken) |
Save the current server configuration as a .json file to path (relative to service).
|
| SavePdaConfigAsync(String) |
Asynchronously saves the PDA configurations to a .json file.
|
| SavePdaConfigAsync(SavePdaConfigRequest, CallOptions) |
Save the current server configuration as a .json file to path (relative to service).
|
| SavePdaConfigAsync(SavePdaConfigRequest, Metadata, NullableDateTime, CancellationToken) |
Save the current server configuration as a .json file to path (relative to service).
|
| SetPdaConfig(CardConfigurations) |
Sets the PDA configurations from a configuration message.
|
| SetPdaConfig(RepeatedFieldCardConfig) |
Sets the PDA configurations from RepeatedField<CardConfig>.
|
| SetPdaConfig(String) |
Sets the PDA configuration from a .json file.
|
| SetPdaConfig(TriggerConfig) |
Sets the PDA trigger configuration from a configuration message.
|
| SetPdaConfig(SetPdaConfigRequest, CallOptions) |
Sets the PDA configuration and all device configurations to the service.
|
| SetPdaConfig(SetPdaConfigRequest, Metadata, NullableDateTime, CancellationToken) |
Sets the PDA configuration and all device configurations to the service.
|
| SetPdaConfigAsync(CardConfigurations) |
Asynchronously sets the PDA configurations from a configuration message.
|
| SetPdaConfigAsync(RepeatedFieldCardConfig) |
Asynchronously sets the PDA configurations from a RepeatedField<CardConfig>.
|
| SetPdaConfigAsync(String) |
Asynchronously sets the PDA configuration from a .json file.
|
| SetPdaConfigAsync(TriggerConfig) |
Asynchronously sets the PDA trigger configuration from a configuration message.
|
| SetPdaConfigAsync(SetPdaConfigRequest, CallOptions) |
Sets the PDA configuration and all device configurations to the service.
|
| SetPdaConfigAsync(SetPdaConfigRequest, Metadata, NullableDateTime, CancellationToken) |
Sets the PDA configuration and all device configurations to the service.
|