Sample Class |
public sealed class Sample : IMessage<Sample>, IMessage, IEquatable<Sample>, IDeepCloneable<Sample>, IBufferMessage
The Sample type exposes the following members.
| Name | Description | |
|---|---|---|
| Sample | ||
| Sample(Sample) |
| Name | Description | |
|---|---|---|
| Descriptor | ||
| HasTimestamp | Gets whether the "timestamp" field is set | |
| Parser | ||
| Timestamp | Timestamp of change in any configured signal in µs | |
| Values | Configured signals and their corresponding values if a change at current timestamp has occurred |
| Name | Description | |
|---|---|---|
| CalculateSize | ||
| ClearTimestamp | Clears the value of the "timestamp" field | |
| Clone | ||
| CsvString | ||
| Equals(Object) | (Overrides ObjectEquals(Object)) | |
| Equals(Sample) | ||
| GetHashCode | (Overrides ObjectGetHashCode) | |
| MergeFrom(CodedInputStream) | ||
| MergeFrom(Sample) | ||
| ToString | (Overrides ObjectToString) | |
| WriteTo |
| Name | Description | |
|---|---|---|
| TimestampFieldNumber | Field number for the "timestamp" field. | |
| ValuesFieldNumber | Field number for the "values" field. |