Tag |
public sealed class TagDataContext : IMessage<TagDataContext>, IMessage, IEquatable<TagDataContext>, IDeepCloneable<TagDataContext>, IBufferMessage
The TagDataContext type exposes the following members.
| Name | Description | |
|---|---|---|
| TagDataContext | Initializes a new instance of the TagDataContext class | |
| TagDataContext(TagDataContext) | Initializes a new instance of the TagDataContext class |
| Name | Description | |
|---|---|---|
| Descriptor | ||
| LatestQuailty | The most recent quality. | |
| LatestTimestamp | The most recent timestamp of the tag. | |
| LatestValue | The most recent value. | |
| LatestValueDataType | The data type of the most recent value. | |
| OldestTimestamp | The oldest timestamp of the tag. | |
| Parser | ||
| TagItemId | The ID of the tag item. |
| Name | Description | |
|---|---|---|
| CalculateSize | ||
| Clone | ||
| Equals(Object) | (Overrides ObjectEquals(Object)) | |
| Equals(TagDataContext) | ||
| GetHashCode | (Overrides ObjectGetHashCode) | |
| MergeFrom(CodedInputStream) | ||
| MergeFrom(TagDataContext) | ||
| ToString | (Overrides ObjectToString) | |
| WriteTo |
| Name | Description | |
|---|---|---|
| LatestQuailtyFieldNumber | Field number for the "latest_quailty" field. | |
| LatestTimestampFieldNumber | Field number for the "latest_timestamp" field. | |
| LatestValueDataTypeFieldNumber | Field number for the "latest_value_data_type" field. | |
| LatestValueFieldNumber | Field number for the "latest_value" field. | |
| OldestTimestampFieldNumber | Field number for the "oldest_timestamp" field. | |
| TagItemIdFieldNumber | Field number for the "tag_item_id" field. |