Class E2eeResponse
public sealed class E2eeResponse : Google.Protobuf.IMessage<E2eeResponse>, Google.Protobuf.IBufferMessage
- Inheritance
-
E2eeResponse
- Implements
-
IBufferMessage
- Extension Methods
Constructors
E2eeResponse()
public E2eeResponse()
E2eeResponse(E2eeResponse)
public E2eeResponse(E2eeResponse other)
Parameters
otherE2eeResponse
Fields
CryptorSetEnabledFieldNumber
Field number for the "cryptor_set_enabled" field.
public const int CryptorSetEnabledFieldNumber = 3
Field Value
CryptorSetKeyIndexFieldNumber
Field number for the "cryptor_set_key_index" field.
public const int CryptorSetKeyIndexFieldNumber = 4
Field Value
GetKeyFieldNumber
Field number for the "get_key" field.
public const int GetKeyFieldNumber = 10
Field Value
GetSharedKeyFieldNumber
Field number for the "get_shared_key" field.
public const int GetSharedKeyFieldNumber = 7
Field Value
ManagerGetFrameCryptorsFieldNumber
Field number for the "manager_get_frame_cryptors" field.
public const int ManagerGetFrameCryptorsFieldNumber = 2
Field Value
ManagerSetEnabledFieldNumber
Field number for the "manager_set_enabled" field.
public const int ManagerSetEnabledFieldNumber = 1
Field Value
RatchetKeyFieldNumber
Field number for the "ratchet_key" field.
public const int RatchetKeyFieldNumber = 9
Field Value
RatchetSharedKeyFieldNumber
Field number for the "ratchet_shared_key" field.
public const int RatchetSharedKeyFieldNumber = 6
Field Value
SetKeyFieldNumber
Field number for the "set_key" field.
public const int SetKeyFieldNumber = 8
Field Value
SetSharedKeyFieldNumber
Field number for the "set_shared_key" field.
public const int SetSharedKeyFieldNumber = 5
Field Value
Properties
CryptorSetEnabled
public FrameCryptorSetEnabledResponse CryptorSetEnabled { get; set; }
Property Value
CryptorSetKeyIndex
public FrameCryptorSetKeyIndexResponse CryptorSetKeyIndex { get; set; }
Property Value
Descriptor
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
GetKey
public GetKeyResponse GetKey { get; set; }
Property Value
GetSharedKey
public GetSharedKeyResponse GetSharedKey { get; set; }
Property Value
ManagerGetFrameCryptors
public E2eeManagerGetFrameCryptorsResponse ManagerGetFrameCryptors { get; set; }
Property Value
ManagerSetEnabled
public E2eeManagerSetEnabledResponse ManagerSetEnabled { get; set; }
Property Value
MessageCase
public E2eeResponse.MessageOneofCase MessageCase { get; }
Property Value
Parser
public static Google.Protobuf.MessageParser<E2eeResponse> Parser { get; }
Property Value
- MessageParser<E2eeResponse>
RatchetKey
public RatchetKeyResponse RatchetKey { get; set; }
Property Value
RatchetSharedKey
public RatchetSharedKeyResponse RatchetSharedKey { get; set; }
Property Value
SetKey
public SetKeyResponse SetKey { get; set; }
Property Value
SetSharedKey
public SetSharedKeyResponse SetSharedKey { get; set; }
Property Value
Methods
CalculateSize()
public int CalculateSize()
Returns
ClearMessage()
public void ClearMessage()
Clone()
public E2eeResponse Clone()
Returns
Equals(E2eeResponse)
public bool Equals(E2eeResponse other)
Parameters
otherE2eeResponse
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(E2eeResponse)
public void MergeFrom(E2eeResponse other)
Parameters
otherE2eeResponse
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
outputCodedOutputStream