C# Класс SagaMap.Packets.Client.SendKey

Client packet that contains the key user by the client.
Наследование: SagaLib.Packet
Показать файл Открыть проект

Открытые методы

Метод Описание
GetCollumns ( ) : byte

Get the number of collumns used by the algorithm

GetDirection ( ) : byte

Get the direction of rotation for the algorithm

GetKey ( ) : byte[]

Get the AES key that the client is sending from the packet.

GetRounds ( ) : byte

Get the number of bytes used by the algorithm

New ( ) : Packet
Parse ( SagaLib client ) : void
SendKey ( ) : System

Create an empty send key packet

Описание методов

GetCollumns() публичный Метод

Get the number of collumns used by the algorithm
public GetCollumns ( ) : byte
Результат byte

GetDirection() публичный Метод

Get the direction of rotation for the algorithm
public GetDirection ( ) : byte
Результат byte

GetKey() публичный Метод

Get the AES key that the client is sending from the packet.
public GetKey ( ) : byte[]
Результат byte[]

GetRounds() публичный Метод

Get the number of bytes used by the algorithm
public GetRounds ( ) : byte
Результат byte

New() публичный Метод

public New ( ) : Packet
Результат SagaLib.Packet

Parse() публичный Метод

public Parse ( SagaLib client ) : void
client SagaLib
Результат void

SendKey() публичный Метод

Create an empty send key packet
public SendKey ( ) : System
Результат System