Class DataChannelBufferedAmountLowThresholdChanged
public sealed class DataChannelBufferedAmountLowThresholdChanged : Google.Protobuf.IMessage<DataChannelBufferedAmountLowThresholdChanged>, Google.Protobuf.IBufferMessage
- Inheritance
-
DataChannelBufferedAmountLowThresholdChanged
- Implements
-
IBufferMessage
- Extension Methods
Constructors
DataChannelBufferedAmountLowThresholdChanged()
public DataChannelBufferedAmountLowThresholdChanged()
DataChannelBufferedAmountLowThresholdChanged(DataChannelBufferedAmountLowThresholdChanged)
public DataChannelBufferedAmountLowThresholdChanged(DataChannelBufferedAmountLowThresholdChanged other)
Parameters
Fields
KindFieldNumber
Field number for the "kind" field.
public const int KindFieldNumber = 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
HasThreshold
Gets whether the "threshold" field is set
public bool HasThreshold { get; }
Property Value
Kind
public DataPacketKind Kind { get; set; }
Property Value
Parser
public static Google.Protobuf.MessageParser<DataChannelBufferedAmountLowThresholdChanged> Parser { get; }
Property Value
- MessageParser<DataChannelBufferedAmountLowThresholdChanged>
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()
ClearThreshold()
Clears the value of the "threshold" field
public void ClearThreshold()
Clone()
public DataChannelBufferedAmountLowThresholdChanged Clone()
Returns
Equals(DataChannelBufferedAmountLowThresholdChanged)
public bool Equals(DataChannelBufferedAmountLowThresholdChanged 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(DataChannelBufferedAmountLowThresholdChanged)
public void MergeFrom(DataChannelBufferedAmountLowThresholdChanged other)
Parameters
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
outputCodedOutputStream