Click or drag to resize

GetRawDataResponse Class

* The response of getting the raw data.
Inheritance Hierarchy
SystemObject
  Canary.Views.Grpc.ApiGetRawDataResponse

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

The GetRawDataResponse type exposes the following members.

Constructors
 NameDescription
Public methodGetRawDataResponseInitializes a new instance of the GetRawDataResponse class
Public methodGetRawDataResponse(GetRawDataResponse)Initializes a new instance of the GetRawDataResponse class
Top
Properties
 NameDescription
Public propertyStatic memberDescriptor 
Public propertyExtendedStatus The status of trying to get the raw data.
Public propertyStatic memberParser 
Public propertyRawData The raw data for each tag.
Public propertyStatus The status of the call.
Top
Methods
Fields
 NameDescription
Public fieldStatic memberExtendedStatusFieldNumberField number for the "extended_status" field.
Public fieldStatic memberRawDataFieldNumberField number for the "raw_data" field.
Public fieldStatic memberStatusFieldNumberField number for the "status" field.
Top
See Also