Table of Contents

Class SipDTMF

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

Constructors

SipDTMF()

public SipDTMF()

SipDTMF(SipDTMF)

public SipDTMF(SipDTMF other)

Parameters

other SipDTMF

Fields

CodeFieldNumber

Field number for the "code" field.

public const int CodeFieldNumber = 1

Field Value

int

DigitFieldNumber

Field number for the "digit" field.

public const int DigitFieldNumber = 2

Field Value

int

Properties

Code

public uint Code { get; set; }

Property Value

uint

Descriptor

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

Property Value

MessageDescriptor

Digit

public string Digit { get; set; }

Property Value

string

HasCode

Gets whether the "code" field is set

public bool HasCode { get; }

Property Value

bool

HasDigit

Gets whether the "digit" field is set

public bool HasDigit { get; }

Property Value

bool

Parser

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

Property Value

MessageParser<SipDTMF>

Methods

CalculateSize()

public int CalculateSize()

Returns

int

ClearCode()

Clears the value of the "code" field

public void ClearCode()

ClearDigit()

Clears the value of the "digit" field

public void ClearDigit()

Clone()

public SipDTMF Clone()

Returns

SipDTMF

Equals(SipDTMF)

public bool Equals(SipDTMF other)

Parameters

other SipDTMF

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

public void MergeFrom(SipDTMF other)

Parameters

other SipDTMF

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream