Raw |
public sealed class RawTagData : IMessage<RawTagData>, IMessage, IEquatable<RawTagData>, IDeepCloneable<RawTagData>, IBufferMessage
The RawTagData type exposes the following members.
| Name | Description | |
|---|---|---|
| RawTagData | Initializes a new instance of the RawTagData class | |
| RawTagData(RawTagData) | Initializes a new instance of the RawTagData class |
| Name | Description | |
|---|---|---|
| Annotations | The annotations for the tag. | |
| ClientData | The client data. | |
| ContinuationPoint | The continuation point. | |
| Descriptor | ||
| ErrorCode | The error code if any errors occurred. | |
| ErrorMessage | The error message if any errors occurred. | |
| Parser | ||
| ResultFlags | Flags relating to the results. | |
| TagName | The name of the tag. | |
| Tvqs | The TVQs for the tag. |
| Name | Description | |
|---|---|---|
| CalculateSize | ||
| Clone | ||
| Equals(Object) | (Overrides ObjectEquals(Object)) | |
| Equals(RawTagData) | ||
| GetHashCode | (Overrides ObjectGetHashCode) | |
| MergeFrom(CodedInputStream) | ||
| MergeFrom(RawTagData) | ||
| ToString | (Overrides ObjectToString) | |
| WriteTo |
| Name | Description | |
|---|---|---|
| AnnotationsFieldNumber | Field number for the "annotations" field. | |
| ClientDataFieldNumber | Field number for the "client_data" field. | |
| ContinuationPointFieldNumber | Field number for the "continuation_point" field. | |
| ErrorCodeFieldNumber | Field number for the "error_code" field. | |
| ErrorMessageFieldNumber | Field number for the "error_message" field. | |
| ResultFlagsFieldNumber | Field number for the "result_flags" field. | |
| TagNameFieldNumber | Field number for the "tag_name" field. | |
| TvqsFieldNumber | Field number for the "tvqs" field. |