C# Class SagaMap.Packets.Client.SendKey

Client packet that contains the key user by the client.
Inheritance: SagaLib.Packet
Afficher le fichier Open project: Willyham/SagaRO2

Méthodes publiques

Méthode Description
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

Method Details

GetCollumns() public méthode

Get the number of collumns used by the algorithm
public GetCollumns ( ) : byte
Résultat byte

GetDirection() public méthode

Get the direction of rotation for the algorithm
public GetDirection ( ) : byte
Résultat byte

GetKey() public méthode

Get the AES key that the client is sending from the packet.
public GetKey ( ) : byte[]
Résultat byte[]

GetRounds() public méthode

Get the number of bytes used by the algorithm
public GetRounds ( ) : byte
Résultat byte

New() public méthode

public New ( ) : Packet
Résultat SagaLib.Packet

Parse() public méthode

public Parse ( SagaLib client ) : void
client SagaLib
Résultat void

SendKey() public méthode

Create an empty send key packet
public SendKey ( ) : System
Résultat System