Table of Contents

Class RatchetKeyResponse

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

Constructors

RatchetKeyResponse()

public RatchetKeyResponse()

RatchetKeyResponse(RatchetKeyResponse)

public RatchetKeyResponse(RatchetKeyResponse other)

Parameters

other RatchetKeyResponse

Fields

NewKeyFieldNumber

Field number for the "new_key" field.

public const int NewKeyFieldNumber = 1

Field Value

int

Properties

Descriptor

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

Property Value

MessageDescriptor

HasNewKey

Gets whether the "new_key" field is set

public bool HasNewKey { get; }

Property Value

bool

NewKey

public Google.Protobuf.ByteString NewKey { get; set; }

Property Value

ByteString

Parser

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

Property Value

MessageParser<RatchetKeyResponse>

Methods

CalculateSize()

public int CalculateSize()

Returns

int

ClearNewKey()

Clears the value of the "new_key" field

public void ClearNewKey()

Clone()

public RatchetKeyResponse Clone()

Returns

RatchetKeyResponse

Equals(RatchetKeyResponse)

public bool Equals(RatchetKeyResponse other)

Parameters

other RatchetKeyResponse

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

public void MergeFrom(RatchetKeyResponse other)

Parameters

other RatchetKeyResponse

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream