Click or drag to resize

LoadPdaConfigRequest Class

Request to load a PDA configuration.
Inheritance Hierarchy
SystemObject
  RAYLASE.PDA.APILoadPdaConfigRequest

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

The LoadPdaConfigRequest type exposes the following members.

Constructors
Properties
 NameDescription
Public propertyStatic memberDescriptor 
Public propertyStatic memberParser 
Public propertyPath Path to load the .json configuration from. The path must be reachable from the PC running the service.
Top
Methods
 NameDescription
Public methodCalculateSize 
Public methodClone 
Public methodEquals(LoadPdaConfigRequest) 
Public methodEquals(Object)
(Overrides ObjectEquals(Object))
Public methodGetHashCode
(Overrides ObjectGetHashCode)
Public methodMergeFrom(CodedInputStream) 
Public methodMergeFrom(LoadPdaConfigRequest) 
Public methodToString
(Overrides ObjectToString)
Public methodWriteTo 
Top
Fields
 NameDescription
Public fieldStatic memberPathFieldNumberField number for the "path" field.
Top
See Also