Table of Contents

Class Disconnected

Namespace
LiveKit.Proto
public sealed class Disconnected : Google.Protobuf.IMessage<Disconnected>, Google.Protobuf.IBufferMessage
Inheritance
Disconnected
Implements
IBufferMessage
Extension Methods

Constructors

Disconnected()

public Disconnected()

Disconnected(Disconnected)

public Disconnected(Disconnected other)

Parameters

other Disconnected

Fields

ReasonFieldNumber

Field number for the "reason" field.

public const int ReasonFieldNumber = 1

Field Value

int

Properties

Descriptor

public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }

Property Value

MessageDescriptor

HasReason

Gets whether the "reason" field is set

public bool HasReason { get; }

Property Value

bool

Parser

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

Property Value

MessageParser<Disconnected>

Reason

public DisconnectReason Reason { get; set; }

Property Value

DisconnectReason

Methods

CalculateSize()

public int CalculateSize()

Returns

int

ClearReason()

Clears the value of the "reason" field

public void ClearReason()

Clone()

public Disconnected Clone()

Returns

Disconnected

Equals(Disconnected)

public bool Equals(Disconnected other)

Parameters

other Disconnected

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(Disconnected)

public void MergeFrom(Disconnected other)

Parameters

other Disconnected

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream