Click or drag to resize

RawTagData Class

* The raw tag data.
Inheritance Hierarchy
SystemObject
  Canary.Views.Grpc.ApiRawTagData

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 RawTagData : IMessage<RawTagData>, 
	IMessage, IEquatable<RawTagData>, IDeepCloneable<RawTagData>, 
	IBufferMessage

The RawTagData type exposes the following members.

Constructors
 NameDescription
Public methodRawTagDataInitializes a new instance of the RawTagData class
Public methodRawTagData(RawTagData)Initializes a new instance of the RawTagData class
Top
Properties
 NameDescription
Public propertyAnnotations The annotations for the tag.
Public propertyClientData The client data.
Public propertyContinuationPoint The continuation point.
Public propertyStatic memberDescriptor 
Public propertyErrorCode The error code if any errors occurred.
Public propertyErrorMessage The error message if any errors occurred.
Public propertyStatic memberParser 
Public propertyResultFlags Flags relating to the results.
Public propertyTagName The name of the tag.
Public propertyTvqs The TVQs for the tag.
Top
Methods
Fields
 NameDescription
Public fieldStatic memberAnnotationsFieldNumberField number for the "annotations" field.
Public fieldStatic memberClientDataFieldNumberField number for the "client_data" field.
Public fieldStatic memberContinuationPointFieldNumberField number for the "continuation_point" field.
Public fieldStatic memberErrorCodeFieldNumberField number for the "error_code" field.
Public fieldStatic memberErrorMessageFieldNumberField number for the "error_message" field.
Public fieldStatic memberResultFlagsFieldNumberField number for the "result_flags" field.
Public fieldStatic memberTagNameFieldNumberField number for the "tag_name" field.
Public fieldStatic memberTvqsFieldNumberField number for the "tvqs" field.
Top
See Also