Class E2eeRequest
public sealed class E2eeRequest : Google.Protobuf.IMessage<E2eeRequest>, Google.Protobuf.IBufferMessage
- Inheritance
-
E2eeRequest
- Implements
-
IBufferMessage
- Extension Methods
Constructors
E2eeRequest()
public E2eeRequest()
E2eeRequest(E2eeRequest)
public E2eeRequest(E2eeRequest other)
Parameters
otherE2eeRequest
Fields
CryptorSetEnabledFieldNumber
Field number for the "cryptor_set_enabled" field.
public const int CryptorSetEnabledFieldNumber = 4
Field Value
CryptorSetKeyIndexFieldNumber
Field number for the "cryptor_set_key_index" field.
public const int CryptorSetKeyIndexFieldNumber = 5
Field Value
GetKeyFieldNumber
Field number for the "get_key" field.
public const int GetKeyFieldNumber = 11
Field Value
GetSharedKeyFieldNumber
Field number for the "get_shared_key" field.
public const int GetSharedKeyFieldNumber = 8
Field Value
ManagerGetFrameCryptorsFieldNumber
Field number for the "manager_get_frame_cryptors" field.
public const int ManagerGetFrameCryptorsFieldNumber = 3
Field Value
ManagerSetEnabledFieldNumber
Field number for the "manager_set_enabled" field.
public const int ManagerSetEnabledFieldNumber = 2
Field Value
RatchetKeyFieldNumber
Field number for the "ratchet_key" field.
public const int RatchetKeyFieldNumber = 10
Field Value
RatchetSharedKeyFieldNumber
Field number for the "ratchet_shared_key" field.
public const int RatchetSharedKeyFieldNumber = 7
Field Value
RoomHandleFieldNumber
Field number for the "room_handle" field.
public const int RoomHandleFieldNumber = 1
Field Value
SetKeyFieldNumber
Field number for the "set_key" field.
public const int SetKeyFieldNumber = 9
Field Value
SetSharedKeyFieldNumber
Field number for the "set_shared_key" field.
public const int SetSharedKeyFieldNumber = 6
Field Value
Properties
CryptorSetEnabled
public FrameCryptorSetEnabledRequest CryptorSetEnabled { get; set; }
Property Value
CryptorSetKeyIndex
public FrameCryptorSetKeyIndexRequest CryptorSetKeyIndex { get; set; }
Property Value
Descriptor
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
GetKey
public GetKeyRequest GetKey { get; set; }
Property Value
GetSharedKey
public GetSharedKeyRequest GetSharedKey { get; set; }
Property Value
HasRoomHandle
Gets whether the "room_handle" field is set
public bool HasRoomHandle { get; }
Property Value
ManagerGetFrameCryptors
public E2eeManagerGetFrameCryptorsRequest ManagerGetFrameCryptors { get; set; }
Property Value
ManagerSetEnabled
public E2eeManagerSetEnabledRequest ManagerSetEnabled { get; set; }
Property Value
MessageCase
public E2eeRequest.MessageOneofCase MessageCase { get; }
Property Value
Parser
public static Google.Protobuf.MessageParser<E2eeRequest> Parser { get; }
Property Value
- MessageParser<E2eeRequest>
RatchetKey
public RatchetKeyRequest RatchetKey { get; set; }
Property Value
RatchetSharedKey
public RatchetSharedKeyRequest RatchetSharedKey { get; set; }
Property Value
RoomHandle
public ulong RoomHandle { get; set; }
Property Value
SetKey
public SetKeyRequest SetKey { get; set; }
Property Value
SetSharedKey
public SetSharedKeyRequest SetSharedKey { get; set; }
Property Value
Methods
CalculateSize()
public int CalculateSize()
Returns
ClearMessage()
public void ClearMessage()
ClearRoomHandle()
Clears the value of the "room_handle" field
public void ClearRoomHandle()
Clone()
public E2eeRequest Clone()
Returns
Equals(E2eeRequest)
public bool Equals(E2eeRequest other)
Parameters
otherE2eeRequest
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(E2eeRequest)
public void MergeFrom(E2eeRequest other)
Parameters
otherE2eeRequest
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
outputCodedOutputStream