Class ConnectionStateChanged
public sealed class ConnectionStateChanged : Google.Protobuf.IMessage<ConnectionStateChanged>, Google.Protobuf.IBufferMessage
- Inheritance
-
ConnectionStateChanged
- Implements
-
IBufferMessage
- Extension Methods
Constructors
ConnectionStateChanged()
public ConnectionStateChanged()
ConnectionStateChanged(ConnectionStateChanged)
public ConnectionStateChanged(ConnectionStateChanged other)
Parameters
otherConnectionStateChanged
Fields
StateFieldNumber
Field number for the "state" field.
public const int StateFieldNumber = 1
Field Value
Properties
Descriptor
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
HasState
Gets whether the "state" field is set
public bool HasState { get; }
Property Value
Parser
public static Google.Protobuf.MessageParser<ConnectionStateChanged> Parser { get; }
Property Value
- MessageParser<ConnectionStateChanged>
State
public ConnectionState State { get; set; }
Property Value
Methods
CalculateSize()
public int CalculateSize()
Returns
ClearState()
Clears the value of the "state" field
public void ClearState()
Clone()
public ConnectionStateChanged Clone()
Returns
Equals(ConnectionStateChanged)
public bool Equals(ConnectionStateChanged other)
Parameters
otherConnectionStateChanged
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(ConnectionStateChanged)
public void MergeFrom(ConnectionStateChanged other)
Parameters
otherConnectionStateChanged
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
outputCodedOutputStream