Click or drag to resize

SavePdaConfigRequest Class

Request to save the PDA configuration as .json.
Inheritance Hierarchy
SystemObject
  RAYLASE.PDA.APISavePdaConfigRequest

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

The SavePdaConfigRequest type exposes the following members.

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