Table of Contents

Class PerformRpcRequest

Namespace
LiveKit.Proto

FFI Requests

public sealed class PerformRpcRequest : Google.Protobuf.IMessage<PerformRpcRequest>, Google.Protobuf.IBufferMessage
Inheritance
PerformRpcRequest
Implements
IBufferMessage
Extension Methods

Constructors

PerformRpcRequest()

public PerformRpcRequest()

PerformRpcRequest(PerformRpcRequest)

public PerformRpcRequest(PerformRpcRequest other)

Parameters

other PerformRpcRequest

Fields

DestinationIdentityFieldNumber

Field number for the "destination_identity" field.

public const int DestinationIdentityFieldNumber = 2

Field Value

int

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 = 3

Field Value

int

PayloadFieldNumber

Field number for the "payload" field.

public const int PayloadFieldNumber = 4

Field Value

int

RequestAsyncIdFieldNumber

Field number for the "request_async_id" field.

public const int RequestAsyncIdFieldNumber = 6

Field Value

int

ResponseTimeoutMsFieldNumber

Field number for the "response_timeout_ms" field.

public const int ResponseTimeoutMsFieldNumber = 5

Field Value

int

Properties

Descriptor

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

Property Value

MessageDescriptor

DestinationIdentity

public string DestinationIdentity { get; set; }

Property Value

string

HasDestinationIdentity

Gets whether the "destination_identity" field is set

public bool HasDestinationIdentity { get; }

Property Value

bool

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

HasPayload

Gets whether the "payload" field is set

public bool HasPayload { get; }

Property Value

bool

HasRequestAsyncId

Gets whether the "request_async_id" field is set

public bool HasRequestAsyncId { get; }

Property Value

bool

HasResponseTimeoutMs

Gets whether the "response_timeout_ms" field is set

public bool HasResponseTimeoutMs { 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<PerformRpcRequest> Parser { get; }

Property Value

MessageParser<PerformRpcRequest>

Payload

public string Payload { get; set; }

Property Value

string

RequestAsyncId

public ulong RequestAsyncId { get; set; }

Property Value

ulong

ResponseTimeoutMs

public uint ResponseTimeoutMs { get; set; }

Property Value

uint

Methods

CalculateSize()

public int CalculateSize()

Returns

int

ClearDestinationIdentity()

Clears the value of the "destination_identity" field

public void ClearDestinationIdentity()

ClearLocalParticipantHandle()

Clears the value of the "local_participant_handle" field

public void ClearLocalParticipantHandle()

ClearMethod()

Clears the value of the "method" field

public void ClearMethod()

ClearPayload()

Clears the value of the "payload" field

public void ClearPayload()

ClearRequestAsyncId()

Clears the value of the "request_async_id" field

public void ClearRequestAsyncId()

ClearResponseTimeoutMs()

Clears the value of the "response_timeout_ms" field

public void ClearResponseTimeoutMs()

Clone()

public PerformRpcRequest Clone()

Returns

PerformRpcRequest

Equals(PerformRpcRequest)

public bool Equals(PerformRpcRequest other)

Parameters

other PerformRpcRequest

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

public void MergeFrom(PerformRpcRequest other)

Parameters

other PerformRpcRequest

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream