Click or drag to resize

ScaleOffset Class

Trace data scale and offset.
Inheritance Hierarchy
SystemObject
  RAYLASE.PDA.APIScaleOffset

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

The ScaleOffset type exposes the following members.

Constructors
Properties
 NameDescription
Public propertyStatic memberDescriptor 
Public propertyOffset Offsets the data by the given values.
Public propertyStatic memberParser 
Public propertyScale Scales the data by the given values.
Top
Methods
 NameDescription
Public methodCalculateSize 
Public methodClone 
Public methodEquals(Object)
(Overrides ObjectEquals(Object))
Public methodEquals(ScaleOffset) 
Public methodGetHashCode
(Overrides ObjectGetHashCode)
Public methodMergeFrom(CodedInputStream) 
Public methodMergeFrom(ScaleOffset) 
Public methodToString
(Overrides ObjectToString)
Public methodWriteTo 
Top
Fields
 NameDescription
Public fieldStatic memberOffsetFieldNumberField number for the "offset" field.
Public fieldStatic memberScaleFieldNumberField number for the "scale" field.
Top
See Also