Click or drag to resize

TagCurrentValue Class

* The current tag value.
Inheritance Hierarchy
SystemObject
  Canary.Views.Grpc.ApiTagCurrentValue

Namespace: Canary.Views.Grpc.Api
Assembly: Canary.Views.Grpc.Api (in Canary.Views.Grpc.Api.dll) Version: 25.6.0.25344+3070493948bf7d32a86bd3e9a8bcf4cc9a5b1929
Syntax
C#
public sealed class TagCurrentValue : IMessage<TagCurrentValue>, 
	IMessage, IEquatable<TagCurrentValue>, IDeepCloneable<TagCurrentValue>, 
	IBufferMessage

The TagCurrentValue type exposes the following members.

Constructors
 NameDescription
Public methodTagCurrentValueInitializes a new instance of the TagCurrentValue class
Public methodTagCurrentValue(TagCurrentValue)Initializes a new instance of the TagCurrentValue class
Top
Properties
 NameDescription
Public propertyStatic memberDescriptor 
Public propertyStatic memberParser 
Public propertyQuality The quality of the value as a number.
Public propertyTagItemId The ID of the tag item.
Public propertyTimestamp The timestamp for the value.
Public propertyValue The value of the tag.
Top
Methods
Fields
 NameDescription
Public fieldStatic memberQualityFieldNumberField number for the "quality" field.
Public fieldStatic memberTagItemIdFieldNumberField number for the "tag_item_id" field.
Public fieldStatic memberTimestampFieldNumberField number for the "timestamp" field.
Public fieldStatic memberValueFieldNumberField number for the "value" field.
Top
See Also