Click or drag to resize

Options Class

Options to configure trace with.
Inheritance Hierarchy
SystemObject
  RAYLASE.PDA.API.TraceOptions

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

The Options type exposes the following members.

Constructors
 NameDescription
Public methodOptions 
Public methodOptions(Options) 
Top
Properties
 NameDescription
Public propertyCardConfig Signals to get from the trace. This can include new virtual signals or exclude existing signals.
Public propertyStatic memberDescriptor 
Public propertyEnablePdo If true, PDO signals are enabled.
Public propertyHasEnablePdoGets whether the "enable_pdo" field is set
Public propertyHasSplitBySegmentGets whether the "split_by_segment" field is set
Public propertyHasUseDeviceConfigGets whether the "use_device_config" field is set
Public propertyStatic memberParser 
Public propertySplitBySegment If true, the saved traces during streaming are split by segment. Otherwise they are split before they grow too big to open in the UI.
Public propertyUseDeviceConfig use device config to reconfigure an existing trace (This can include new virtual signals or exclude existing signals. Add or modifiy trigger)
Top
Methods
 NameDescription
Public methodCalculateSize 
Public methodClearEnablePdoClears the value of the "enable_pdo" field
Public methodClearSplitBySegmentClears the value of the "split_by_segment" field
Public methodClearUseDeviceConfigClears the value of the "use_device_config" field
Public methodClone 
Public methodEquals(Object)
(Overrides ObjectEquals(Object))
Public methodEquals(Options) 
Public methodGetHashCode
(Overrides ObjectGetHashCode)
Public methodMergeFrom(CodedInputStream) 
Public methodMergeFrom(Options) 
Public methodToString
(Overrides ObjectToString)
Public methodWriteTo 
Top
Fields
 NameDescription
Public fieldStatic memberCardConfigFieldNumberField number for the "card_config" field.
Public fieldStatic memberEnablePdoFieldNumberField number for the "enable_pdo" field.
Public fieldStatic memberSplitBySegmentFieldNumberField number for the "split_by_segment" field.
Public fieldStatic memberUseDeviceConfigFieldNumberField number for the "use_device_config" field.
Top
See Also