Class SetDataChannelBufferedAmountLowThresholdRequest
public sealed class SetDataChannelBufferedAmountLowThresholdRequest : Google.Protobuf.IMessage<SetDataChannelBufferedAmountLowThresholdRequest>, Google.Protobuf.IBufferMessage
- Inheritance
-
SetDataChannelBufferedAmountLowThresholdRequest
- Implements
-
IBufferMessage
- Extension Methods
Constructors
SetDataChannelBufferedAmountLowThresholdRequest()
public SetDataChannelBufferedAmountLowThresholdRequest()
SetDataChannelBufferedAmountLowThresholdRequest(SetDataChannelBufferedAmountLowThresholdRequest)
public SetDataChannelBufferedAmountLowThresholdRequest(SetDataChannelBufferedAmountLowThresholdRequest other)
Parameters
Fields
KindFieldNumber
Field number for the "kind" field.
public const int KindFieldNumber = 3
Field Value
LocalParticipantHandleFieldNumber
Field number for the "local_participant_handle" field.
public const int LocalParticipantHandleFieldNumber = 1
Field Value
ThresholdFieldNumber
Field number for the "threshold" field.
public const int ThresholdFieldNumber = 2
Field Value
Properties
Descriptor
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
HasKind
Gets whether the "kind" field is set
public bool HasKind { get; }
Property Value
HasLocalParticipantHandle
Gets whether the "local_participant_handle" field is set
public bool HasLocalParticipantHandle { get; }
Property Value
HasThreshold
Gets whether the "threshold" field is set
public bool HasThreshold { get; }
Property Value
Kind
public DataPacketKind Kind { get; set; }
Property Value
LocalParticipantHandle
public ulong LocalParticipantHandle { get; set; }
Property Value
Parser
public static Google.Protobuf.MessageParser<SetDataChannelBufferedAmountLowThresholdRequest> Parser { get; }
Property Value
- MessageParser<SetDataChannelBufferedAmountLowThresholdRequest>
Threshold
public ulong Threshold { get; set; }
Property Value
Methods
CalculateSize()
public int CalculateSize()
Returns
ClearKind()
Clears the value of the "kind" field
public void ClearKind()
ClearLocalParticipantHandle()
Clears the value of the "local_participant_handle" field
public void ClearLocalParticipantHandle()
ClearThreshold()
Clears the value of the "threshold" field
public void ClearThreshold()
Clone()
public SetDataChannelBufferedAmountLowThresholdRequest Clone()
Returns
Equals(SetDataChannelBufferedAmountLowThresholdRequest)
public bool Equals(SetDataChannelBufferedAmountLowThresholdRequest other)
Parameters
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(SetDataChannelBufferedAmountLowThresholdRequest)
public void MergeFrom(SetDataChannelBufferedAmountLowThresholdRequest other)
Parameters
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
outputCodedOutputStream