Click or drag to resize

SetPdaConfigRequest Class

Sets the configuration to the running service. The configuration is also saved to %ProgramData%RAYLASE\ProcessDataAnalyzer\Configurations.json.
Inheritance Hierarchy
SystemObject
  RAYLASE.PDA.APISetPdaConfigRequest

Namespace: RAYLASE.PDA.API
Assembly: RAYLASE.PDA.API.Protos (in RAYLASE.PDA.API.Protos.dll) Version: 1.1.1
Syntax
C#
public sealed class SetPdaConfigRequest : IMessage<SetPdaConfigRequest>, 
	IMessage, IEquatable<SetPdaConfigRequest>, IDeepCloneable<SetPdaConfigRequest>, 
	IBufferMessage

The SetPdaConfigRequest type exposes the following members.

Constructors
Properties
 NameDescription
Public propertyCardConfigurations Configurations of all (to be) connected cards.
Public propertyConfigCase 
Public propertyStatic memberDescriptor 
Public propertyHasPathGets whether the "path" field is set
Public propertyStatic memberParser 
Public propertyPath Path to a .json file containing the configurations of all (to be) connected cards. Defaults to %ProgramData%RAYLASE\ProcessDataAnalyzer\Configurations.json
Public propertyTriggerConfig Trigger configuration.
Top
Methods
 NameDescription
Public methodCalculateSize 
Public methodClearConfig 
Public methodClearPath Clears the value of the oneof if it's currently set to "path"
Public methodClone 
Public methodEquals(Object)
(Overrides ObjectEquals(Object))
Public methodEquals(SetPdaConfigRequest) 
Public methodGetHashCode
(Overrides ObjectGetHashCode)
Public methodMergeFrom(CodedInputStream) 
Public methodMergeFrom(SetPdaConfigRequest) 
Public methodToString
(Overrides ObjectToString)
Public methodWriteTo 
Top
Fields
 NameDescription
Public fieldStatic memberCardConfigurationsFieldNumberField number for the "card_configurations" field.
Public fieldStatic memberPathFieldNumberField number for the "path" field.
Public fieldStatic memberTriggerConfigFieldNumberField number for the "trigger_config" field.
Top
See Also