Table of Contents

Class SetSharedKeyRequest

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

Constructors

SetSharedKeyRequest()

public SetSharedKeyRequest()

SetSharedKeyRequest(SetSharedKeyRequest)

public SetSharedKeyRequest(SetSharedKeyRequest other)

Parameters

other SetSharedKeyRequest

Fields

KeyIndexFieldNumber

Field number for the "key_index" field.

public const int KeyIndexFieldNumber = 2

Field Value

int

SharedKeyFieldNumber

Field number for the "shared_key" field.

public const int SharedKeyFieldNumber = 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

HasSharedKey

Gets whether the "shared_key" field is set

public bool HasSharedKey { get; }

Property Value

bool

KeyIndex

public int KeyIndex { get; set; }

Property Value

int

Parser

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

Property Value

MessageParser<SetSharedKeyRequest>

SharedKey

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

Property Value

ByteString

Methods

CalculateSize()

public int CalculateSize()

Returns

int

ClearKeyIndex()

Clears the value of the "key_index" field

public void ClearKeyIndex()

ClearSharedKey()

Clears the value of the "shared_key" field

public void ClearSharedKey()

Clone()

public SetSharedKeyRequest Clone()

Returns

SetSharedKeyRequest

Equals(SetSharedKeyRequest)

public bool Equals(SetSharedKeyRequest other)

Parameters

other SetSharedKeyRequest

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

public void MergeFrom(SetSharedKeyRequest other)

Parameters

other SetSharedKeyRequest

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream