Click or drag to resize

CardConfig Class

Configuration of a card. The card index refers to the connection order of a card, starting at zero. Currently only trace data signals are supported.
Inheritance Hierarchy
SystemObject
  RAYLASE.PDA.APICardConfig

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

The CardConfig type exposes the following members.

Constructors
Properties
 NameDescription
Public propertyConnectionId ID of the connected card to map the configuration after restart/reconnect, starting at zero.
Public propertyStatic memberDescriptor 
Public propertyStatic memberParser 
Public propertySignals Configured signals for this card (built in and virtual).
Top
Methods
 NameDescription
Public methodCalculateSize 
Public methodClone 
Public methodEquals(CardConfig) 
Public methodEquals(Object)
(Overrides ObjectEquals(Object))
Public methodGetHashCode
(Overrides ObjectGetHashCode)
Public methodMergeFrom(CardConfig) 
Public methodMergeFrom(CodedInputStream) 
Public methodToString
(Overrides ObjectToString)
Public methodWriteTo 
Top
Fields
 NameDescription
Public fieldStatic memberConnectionIdFieldNumberField number for the "connection_id" field.
Public fieldStatic memberSignalsFieldNumberField number for the "signals" field.
Top
See Also