Class SIPDispatchRuleCallee
public sealed class SIPDispatchRuleCallee : IMessage<SIPDispatchRuleCallee>, IEquatable<SIPDispatchRuleCallee>, IDeepCloneable<SIPDispatchRuleCallee>, IBufferMessage, IMessage
- Inheritance
-
SIPDispatchRuleCallee
- Implements
-
IMessage<SIPDispatchRuleCallee>IDeepCloneable<SIPDispatchRuleCallee>IBufferMessageIMessage
- Inherited Members
Constructors
SIPDispatchRuleCallee()
public SIPDispatchRuleCallee()
SIPDispatchRuleCallee(SIPDispatchRuleCallee)
public SIPDispatchRuleCallee(SIPDispatchRuleCallee other)
Parameters
otherSIPDispatchRuleCallee
Fields
PinFieldNumber
Field number for the "pin" field.
public const int PinFieldNumber = 2
Field Value
RandomizeFieldNumber
Field number for the "randomize" field.
public const int RandomizeFieldNumber = 3
Field Value
RoomPrefixFieldNumber
Field number for the "room_prefix" field.
public const int RoomPrefixFieldNumber = 1
Field Value
Properties
Descriptor
public static MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
Parser
public static MessageParser<SIPDispatchRuleCallee> Parser { get; }
Property Value
- MessageParser<SIPDispatchRuleCallee>
Pin
Optional pin required to enter room
public string Pin { get; set; }
Property Value
Randomize
Optionally append random suffix
public bool Randomize { get; set; }
Property Value
RoomPrefix
Prefix used on new room name
public string RoomPrefix { get; set; }
Property Value
Methods
CalculateSize()
Calculates the size of this message in Protocol Buffer wire format, in bytes.
public int CalculateSize()
Returns
- int
The number of bytes required to write this message to a coded output stream.
Clone()
Creates a deep clone of this object.
public SIPDispatchRuleCallee Clone()
Returns
- SIPDispatchRuleCallee
A deep clone of this object.
Equals(SIPDispatchRuleCallee)
public bool Equals(SIPDispatchRuleCallee other)
Parameters
otherSIPDispatchRuleCallee
Returns
Equals(object)
public override bool Equals(object other)
Parameters
otherobject
Returns
GetHashCode()
public override int GetHashCode()
Returns
MergeFrom(CodedInputStream)
Merges the data from the specified coded input stream with the current message.
public void MergeFrom(CodedInputStream input)
Parameters
inputCodedInputStream
Remarks
See the user guide for precise merge semantics.
MergeFrom(SIPDispatchRuleCallee)
Merges the given message into this one.
public void MergeFrom(SIPDispatchRuleCallee other)
Parameters
otherSIPDispatchRuleCallee
Remarks
See the user guide for precise merge semantics.
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
Writes the data to the given coded output stream.
public void WriteTo(CodedOutputStream output)
Parameters
outputCodedOutputStreamCoded output stream to write the data to. Must not be null.