Subscribe |
public sealed class SubscribeToLiveDataResponse : IMessage<SubscribeToLiveDataResponse>, IMessage, IEquatable<SubscribeToLiveDataResponse>, IDeepCloneable<SubscribeToLiveDataResponse>, IBufferMessage
The SubscribeToLiveDataResponse type exposes the following members.
| Name | Description | |
|---|---|---|
| SubscribeToLiveDataResponse | Initializes a new instance of the SubscribeToLiveDataResponse class | |
| SubscribeToLiveDataResponse(SubscribeToLiveDataResponse) | Initializes a new instance of the SubscribeToLiveDataResponse class |
| Name | Description | |
|---|---|---|
| AliasesAndData | The map of tag aliases and their values if tag aliasing was set to true in the request. Otherwise empty. | |
| BrowseErrors | The map of browse path and error for browse paths that return an error. | |
| Descriptor | ||
| ExtendedStatus | The status of accessing the tags in order to subscribe. | |
| Parser | ||
| Status | The status of the call. | |
| TagAliases | 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. | |
| TagErrors | The map of tags and errors for tags that don't succeed. | |
| TagsAndData | The map of tag names and their values if tag aliasing was set to false in the request. Otherwise empty. |
| Name | Description | |
|---|---|---|
| CalculateSize | ||
| Clone | ||
| Equals(Object) | (Overrides ObjectEquals(Object)) | |
| Equals(SubscribeToLiveDataResponse) | ||
| GetHashCode | (Overrides ObjectGetHashCode) | |
| MergeFrom(CodedInputStream) | ||
| MergeFrom(SubscribeToLiveDataResponse) | ||
| ToString | (Overrides ObjectToString) | |
| WriteTo |
| Name | Description | |
|---|---|---|
| AliasesAndDataFieldNumber | Field number for the "aliases_and_data" field. | |
| BrowseErrorsFieldNumber | Field number for the "browse_errors" field. | |
| ExtendedStatusFieldNumber | Field number for the "extended_status" field. | |
| StatusFieldNumber | Field number for the "status" field. | |
| TagAliasesFieldNumber | Field number for the "tag_aliases" field. | |
| TagErrorsFieldNumber | Field number for the "tag_errors" field. | |
| TagsAndDataFieldNumber | Field number for the "tags_and_data" field. |