Click or drag to resize

ConnectRequest Class

Card connection request.
Inheritance Hierarchy
SystemObject
  RAYLASE.PDA.APIConnectRequest

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

The ConnectRequest type exposes the following members.

Constructors
 NameDescription
Public methodConnectRequest 
Public methodConnectRequest(ConnectRequest) 
Public methodConnectRequest(String) Connects to a list of cards defined by IPv4, IPv6 or serial number (staring with SP).
Top
Properties
 NameDescription
Public propertyCards Cards to connect to the service. If none is set, the service tries to connect to the last used card.
Public propertyCorrectionFileFolder Folder to save the correction files to. Defaults to %ProgramFiles%RAYLASE\ProcessDataAnalyzer\CorrectionFiles.
Public propertyStatic memberDescriptor 
Public propertyHasCorrectionFileFolderGets whether the "correction_file_folder" field is set
Public propertyStatic memberParser 
Top
Methods
 NameDescription
Public methodCalculateSize 
Public methodClearCorrectionFileFolderClears the value of the "correction_file_folder" field
Public methodClone 
Public methodEquals(ConnectRequest) 
Public methodEquals(Object)
(Overrides ObjectEquals(Object))
Public methodGetHashCode
(Overrides ObjectGetHashCode)
Public methodMergeFrom(CodedInputStream) 
Public methodMergeFrom(ConnectRequest) 
Public methodToString
(Overrides ObjectToString)
Public methodWriteTo 
Top
Fields
 NameDescription
Public fieldStatic memberCardsFieldNumberField number for the "cards" field.
Public fieldStatic memberCorrectionFileFolderFieldNumberField number for the "correction_file_folder" field.
Top
See Also