Class SipDTMF
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
otherSipDTMF
Fields
CodeFieldNumber
Field number for the "code" field.
public const int CodeFieldNumber = 1
Field Value
DigitFieldNumber
Field number for the "digit" field.
public const int DigitFieldNumber = 2
Field Value
Properties
Code
public uint Code { get; set; }
Property Value
Descriptor
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
Digit
public string Digit { get; set; }
Property Value
HasCode
Gets whether the "code" field is set
public bool HasCode { get; }
Property Value
HasDigit
Gets whether the "digit" field is set
public bool HasDigit { get; }
Property Value
Parser
public static Google.Protobuf.MessageParser<SipDTMF> Parser { get; }
Property Value
- MessageParser<SipDTMF>
Methods
CalculateSize()
public int CalculateSize()
Returns
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
Equals(SipDTMF)
public bool Equals(SipDTMF other)
Parameters
otherSipDTMF
Returns
Equals(object)
public override bool Equals(object other)
Parameters
otherobject
Returns
GetHashCode()
public override int GetHashCode()
Returns
MergeFrom(CodedInputStream)
public void MergeFrom(Google.Protobuf.CodedInputStream input)
Parameters
inputCodedInputStream
MergeFrom(SipDTMF)
public void MergeFrom(SipDTMF other)
Parameters
otherSipDTMF
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
outputCodedOutputStream