Click or drag to resize

Sample Class

A sample of the signals at a given timestamp.
Inheritance Hierarchy
SystemObject
  RAYLASE.PDA.APISample

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

The Sample type exposes the following members.

Constructors
 NameDescription
Public methodSample 
Public methodSample(Sample) 
Top
Properties
 NameDescription
Public propertyStatic memberDescriptor 
Public propertyStatic memberParser 
Public propertyTimestamp Timestamp of change in any configured signal
Public propertyValues Configured signals and their corresponding values if a change at current timestamp has occurred
Top
Methods
 NameDescription
Public methodCalculateSize 
Public methodClone 
Public methodCsvString 
Public methodEquals(Object)
(Overrides ObjectEquals(Object))
Public methodEquals(Sample) 
Public methodGetHashCode
(Overrides ObjectGetHashCode)
Public methodMergeFrom(CodedInputStream) 
Public methodMergeFrom(Sample) 
Public methodToString
(Overrides ObjectToString)
Public methodWriteTo 
Top
Fields
 NameDescription
Public fieldStatic memberTimestampFieldNumberField number for the "timestamp" field.
Public fieldStatic memberValuesFieldNumberField number for the "values" field.
Top
See Also