Class PublishSipDtmfRequest
Publish Sip DTMF messages to other participants
public sealed class PublishSipDtmfRequest : Google.Protobuf.IMessage<PublishSipDtmfRequest>, Google.Protobuf.IBufferMessage
- Inheritance
-
PublishSipDtmfRequest
- Implements
-
IBufferMessage
- Extension Methods
Constructors
PublishSipDtmfRequest()
public PublishSipDtmfRequest()
PublishSipDtmfRequest(PublishSipDtmfRequest)
public PublishSipDtmfRequest(PublishSipDtmfRequest other)
Parameters
otherPublishSipDtmfRequest
Fields
CodeFieldNumber
Field number for the "code" field.
public const int CodeFieldNumber = 2
Field Value
DestinationIdentitiesFieldNumber
Field number for the "destination_identities" field.
public const int DestinationIdentitiesFieldNumber = 4
Field Value
DigitFieldNumber
Field number for the "digit" field.
public const int DigitFieldNumber = 3
Field Value
LocalParticipantHandleFieldNumber
Field number for the "local_participant_handle" field.
public const int LocalParticipantHandleFieldNumber = 1
Field Value
RequestAsyncIdFieldNumber
Field number for the "request_async_id" field.
public const int RequestAsyncIdFieldNumber = 5
Field Value
Properties
Code
public uint Code { get; set; }
Property Value
Descriptor
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
DestinationIdentities
public Google.Protobuf.Collections.RepeatedField<string> DestinationIdentities { get; }
Property Value
- RepeatedField<string>
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
HasLocalParticipantHandle
Gets whether the "local_participant_handle" field is set
public bool HasLocalParticipantHandle { get; }
Property Value
HasRequestAsyncId
Gets whether the "request_async_id" field is set
public bool HasRequestAsyncId { get; }
Property Value
LocalParticipantHandle
public ulong LocalParticipantHandle { get; set; }
Property Value
Parser
public static Google.Protobuf.MessageParser<PublishSipDtmfRequest> Parser { get; }
Property Value
- MessageParser<PublishSipDtmfRequest>
RequestAsyncId
public ulong RequestAsyncId { get; set; }
Property Value
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()
ClearLocalParticipantHandle()
Clears the value of the "local_participant_handle" field
public void ClearLocalParticipantHandle()
ClearRequestAsyncId()
Clears the value of the "request_async_id" field
public void ClearRequestAsyncId()
Clone()
public PublishSipDtmfRequest Clone()
Returns
Equals(PublishSipDtmfRequest)
public bool Equals(PublishSipDtmfRequest other)
Parameters
otherPublishSipDtmfRequest
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(PublishSipDtmfRequest)
public void MergeFrom(PublishSipDtmfRequest other)
Parameters
otherPublishSipDtmfRequest
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
outputCodedOutputStream