Table of Contents

Class PerformRpcCallback

Namespace
LiveKit.Proto

FFI Callbacks

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

Constructors

PerformRpcCallback()

public PerformRpcCallback()

PerformRpcCallback(PerformRpcCallback)

public PerformRpcCallback(PerformRpcCallback other)

Parameters

other PerformRpcCallback

Fields

AsyncIdFieldNumber

Field number for the "async_id" field.

public const int AsyncIdFieldNumber = 1

Field Value

int

ErrorFieldNumber

Field number for the "error" field.

public const int ErrorFieldNumber = 3

Field Value

int

PayloadFieldNumber

Field number for the "payload" field.

public const int PayloadFieldNumber = 2

Field Value

int

Properties

AsyncId

public ulong AsyncId { get; set; }

Property Value

ulong

Descriptor

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

Property Value

MessageDescriptor

Error

public RpcError Error { get; set; }

Property Value

RpcError

HasAsyncId

Gets whether the "async_id" field is set

public bool HasAsyncId { get; }

Property Value

bool

HasPayload

Gets whether the "payload" field is set

public bool HasPayload { get; }

Property Value

bool

Parser

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

Property Value

MessageParser<PerformRpcCallback>

Payload

public string Payload { get; set; }

Property Value

string

Methods

CalculateSize()

public int CalculateSize()

Returns

int

ClearAsyncId()

Clears the value of the "async_id" field

public void ClearAsyncId()

ClearPayload()

Clears the value of the "payload" field

public void ClearPayload()

Clone()

public PerformRpcCallback Clone()

Returns

PerformRpcCallback

Equals(PerformRpcCallback)

public bool Equals(PerformRpcCallback other)

Parameters

other PerformRpcCallback

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

public void MergeFrom(PerformRpcCallback other)

Parameters

other PerformRpcCallback

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream