Table of Contents

Class RegisterRpcMethodRequest

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

Constructors

RegisterRpcMethodRequest()

public RegisterRpcMethodRequest()

RegisterRpcMethodRequest(RegisterRpcMethodRequest)

public RegisterRpcMethodRequest(RegisterRpcMethodRequest other)

Parameters

other RegisterRpcMethodRequest

Fields

LocalParticipantHandleFieldNumber

Field number for the "local_participant_handle" field.

public const int LocalParticipantHandleFieldNumber = 1

Field Value

int

MethodFieldNumber

Field number for the "method" field.

public const int MethodFieldNumber = 2

Field Value

int

Properties

Descriptor

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

Property Value

MessageDescriptor

HasLocalParticipantHandle

Gets whether the "local_participant_handle" field is set

public bool HasLocalParticipantHandle { get; }

Property Value

bool

HasMethod

Gets whether the "method" field is set

public bool HasMethod { get; }

Property Value

bool

LocalParticipantHandle

public ulong LocalParticipantHandle { get; set; }

Property Value

ulong

Method

public string Method { get; set; }

Property Value

string

Parser

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

Property Value

MessageParser<RegisterRpcMethodRequest>

Methods

CalculateSize()

public int CalculateSize()

Returns

int

ClearLocalParticipantHandle()

Clears the value of the "local_participant_handle" field

public void ClearLocalParticipantHandle()

ClearMethod()

Clears the value of the "method" field

public void ClearMethod()

Clone()

public RegisterRpcMethodRequest Clone()

Returns

RegisterRpcMethodRequest

Equals(RegisterRpcMethodRequest)

public bool Equals(RegisterRpcMethodRequest other)

Parameters

other RegisterRpcMethodRequest

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

public void MergeFrom(RegisterRpcMethodRequest other)

Parameters

other RegisterRpcMethodRequest

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream