Click or drag to resize

SubscribeToLiveDataResponse Class

* The response of subscribing to the live data.
Inheritance Hierarchy
SystemObject
  Canary.Views.Grpc.ApiSubscribeToLiveDataResponse

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

The SubscribeToLiveDataResponse type exposes the following members.

Constructors
 NameDescription
Public methodSubscribeToLiveDataResponseInitializes a new instance of the SubscribeToLiveDataResponse class
Public methodSubscribeToLiveDataResponse(SubscribeToLiveDataResponse)Initializes a new instance of the SubscribeToLiveDataResponse class
Top
Properties
 NameDescription
Public propertyAliasesAndData The map of tag aliases and their values if tag aliasing was set to true in the request. Otherwise empty.
Public propertyBrowseErrors The map of browse path and error for browse paths that return an error.
Public propertyStatic memberDescriptor 
Public propertyExtendedStatus The status of accessing the tags in order to subscribe.
Public propertyStatic memberParser 
Public propertyStatus The status of the call.
Public propertyTagAliases The map of tag name to aliases if tag aliasing was set to true in the request. It is Only specified on first message. Otherwise empty.
Public propertyTagErrors The map of tags and errors for tags that don't succeed.
Public propertyTagsAndData The map of tag names and their values if tag aliasing was set to false in the request. Otherwise empty.
Top
Methods
Fields
 NameDescription
Public fieldStatic memberAliasesAndDataFieldNumberField number for the "aliases_and_data" field.
Public fieldStatic memberBrowseErrorsFieldNumberField number for the "browse_errors" field.
Public fieldStatic memberExtendedStatusFieldNumberField number for the "extended_status" field.
Public fieldStatic memberStatusFieldNumberField number for the "status" field.
Public fieldStatic memberTagAliasesFieldNumberField number for the "tag_aliases" field.
Public fieldStatic memberTagErrorsFieldNumberField number for the "tag_errors" field.
Public fieldStatic memberTagsAndDataFieldNumberField number for the "tags_and_data" field.
Top
See Also