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