Table of Contents

Class Panic

Namespace
LiveKit.Proto
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

other Panic

Fields

MessageFieldNumber

Field number for the "message" field.

public const int MessageFieldNumber = 1

Field Value

int

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

bool

Message

public string Message { get; set; }

Property Value

string

Parser

public static Google.Protobuf.MessageParser<Panic> Parser { get; }

Property Value

MessageParser<Panic>

Methods

CalculateSize()

public int CalculateSize()

Returns

int

ClearMessage()

Clears the value of the "message" field

public void ClearMessage()

Clone()

public Panic Clone()

Returns

Panic

Equals(Panic)

public bool Equals(Panic other)

Parameters

other Panic

Returns

bool

Equals(object)

public override bool Equals(object other)

Parameters

other object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

MergeFrom(CodedInputStream)

public void MergeFrom(Google.Protobuf.CodedInputStream input)

Parameters

input CodedInputStream

MergeFrom(Panic)

public void MergeFrom(Panic other)

Parameters

other Panic

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream