Tag |
public sealed class TagCurrentValue : IMessage<TagCurrentValue>, IMessage, IEquatable<TagCurrentValue>, IDeepCloneable<TagCurrentValue>, IBufferMessage
The TagCurrentValue type exposes the following members.
| Name | Description | |
|---|---|---|
| TagCurrentValue | Initializes a new instance of the TagCurrentValue class | |
| TagCurrentValue(TagCurrentValue) | Initializes a new instance of the TagCurrentValue class |
| Name | Description | |
|---|---|---|
| Descriptor | ||
| Parser | ||
| Quality | The quality of the value as a number. | |
| TagItemId | The ID of the tag item. | |
| Timestamp | The timestamp for the value. | |
| Value | The value of the tag. |
| Name | Description | |
|---|---|---|
| CalculateSize | ||
| Clone | ||
| Equals(Object) | (Overrides ObjectEquals(Object)) | |
| Equals(TagCurrentValue) | ||
| GetHashCode | (Overrides ObjectGetHashCode) | |
| MergeFrom(CodedInputStream) | ||
| MergeFrom(TagCurrentValue) | ||
| ToString | (Overrides ObjectToString) | |
| WriteTo |
| Name | Description | |
|---|---|---|
| QualityFieldNumber | Field number for the "quality" field. | |
| TagItemIdFieldNumber | Field number for the "tag_item_id" field. | |
| TimestampFieldNumber | Field number for the "timestamp" field. | |
| ValueFieldNumber | Field number for the "value" field. |