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