Class TextStreamOpened
public sealed class TextStreamOpened : Google.Protobuf.IMessage<TextStreamOpened>, Google.Protobuf.IBufferMessage
- Inheritance
-
TextStreamOpened
- Implements
-
IBufferMessage
- Extension Methods
Constructors
TextStreamOpened()
public TextStreamOpened()
TextStreamOpened(TextStreamOpened)
public TextStreamOpened(TextStreamOpened other)
Parameters
otherTextStreamOpened
Fields
ParticipantIdentityFieldNumber
Field number for the "participant_identity" field.
public const int ParticipantIdentityFieldNumber = 2
Field Value
ReaderFieldNumber
Field number for the "reader" field.
public const int ReaderFieldNumber = 1
Field Value
Properties
Descriptor
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
HasParticipantIdentity
Gets whether the "participant_identity" field is set
public bool HasParticipantIdentity { get; }
Property Value
Parser
public static Google.Protobuf.MessageParser<TextStreamOpened> Parser { get; }
Property Value
- MessageParser<TextStreamOpened>
ParticipantIdentity
public string ParticipantIdentity { get; set; }
Property Value
Reader
public OwnedTextStreamReader Reader { get; set; }
Property Value
Methods
CalculateSize()
public int CalculateSize()
Returns
ClearParticipantIdentity()
Clears the value of the "participant_identity" field
public void ClearParticipantIdentity()
Clone()
public TextStreamOpened Clone()
Returns
Equals(TextStreamOpened)
public bool Equals(TextStreamOpened other)
Parameters
otherTextStreamOpened
Returns
Equals(object)
public override bool Equals(object other)
Parameters
otherobject
Returns
GetHashCode()
public override int GetHashCode()
Returns
MergeFrom(CodedInputStream)
public void MergeFrom(Google.Protobuf.CodedInputStream input)
Parameters
inputCodedInputStream
MergeFrom(TextStreamOpened)
public void MergeFrom(TextStreamOpened other)
Parameters
otherTextStreamOpened
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
outputCodedOutputStream