Class ByteStreamOpened
public sealed class ByteStreamOpened : Google.Protobuf.IMessage<ByteStreamOpened>, Google.Protobuf.IBufferMessage
- Inheritance
-
ByteStreamOpened
- Implements
-
IBufferMessage
- Extension Methods
Constructors
ByteStreamOpened()
public ByteStreamOpened()
ByteStreamOpened(ByteStreamOpened)
public ByteStreamOpened(ByteStreamOpened other)
Parameters
otherByteStreamOpened
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<ByteStreamOpened> Parser { get; }
Property Value
- MessageParser<ByteStreamOpened>
ParticipantIdentity
public string ParticipantIdentity { get; set; }
Property Value
Reader
public OwnedByteStreamReader 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 ByteStreamOpened Clone()
Returns
Equals(ByteStreamOpened)
public bool Equals(ByteStreamOpened other)
Parameters
otherByteStreamOpened
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(ByteStreamOpened)
public void MergeFrom(ByteStreamOpened other)
Parameters
otherByteStreamOpened
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
outputCodedOutputStream