Table of Contents

Class RatchetSharedKeyRequest

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

Constructors

RatchetSharedKeyRequest()

public RatchetSharedKeyRequest()

RatchetSharedKeyRequest(RatchetSharedKeyRequest)

public RatchetSharedKeyRequest(RatchetSharedKeyRequest other)

Parameters

other RatchetSharedKeyRequest

Fields

KeyIndexFieldNumber

Field number for the "key_index" field.

public const int KeyIndexFieldNumber = 1

Field Value

int

Properties

Descriptor

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

Property Value

MessageDescriptor

HasKeyIndex

Gets whether the "key_index" field is set

public bool HasKeyIndex { get; }

Property Value

bool

KeyIndex

public int KeyIndex { get; set; }

Property Value

int

Parser

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

Property Value

MessageParser<RatchetSharedKeyRequest>

Methods

CalculateSize()

public int CalculateSize()

Returns

int

ClearKeyIndex()

Clears the value of the "key_index" field

public void ClearKeyIndex()

Clone()

public RatchetSharedKeyRequest Clone()

Returns

RatchetSharedKeyRequest

Equals(RatchetSharedKeyRequest)

public bool Equals(RatchetSharedKeyRequest other)

Parameters

other RatchetSharedKeyRequest

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

public void MergeFrom(RatchetSharedKeyRequest other)

Parameters

other RatchetSharedKeyRequest

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream