Class Panic
public sealed class Panic : Google.Protobuf.IMessage<Panic>, Google.Protobuf.IBufferMessage
- Inheritance
-
Panic
- Implements
-
IBufferMessage
- Extension Methods
Constructors
Panic()
public Panic()
Panic(Panic)
public Panic(Panic other)
Parameters
otherPanic
Fields
MessageFieldNumber
Field number for the "message" field.
public const int MessageFieldNumber = 1
Field Value
Properties
Descriptor
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
HasMessage
Gets whether the "message" field is set
public bool HasMessage { get; }
Property Value
Message
public string Message { get; set; }
Property Value
Parser
public static Google.Protobuf.MessageParser<Panic> Parser { get; }
Property Value
- MessageParser<Panic>
Methods
CalculateSize()
public int CalculateSize()
Returns
ClearMessage()
Clears the value of the "message" field
public void ClearMessage()
Clone()
public Panic Clone()
Returns
Equals(Panic)
public bool Equals(Panic other)
Parameters
otherPanic
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(Panic)
public void MergeFrom(Panic other)
Parameters
otherPanic
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
outputCodedOutputStream