C# Class SagaGateway.Packets.Server.SendKey

Inheritance: SagaLib.Packet
Afficher le fichier Open project: Willyham/SagaRO2

Méthodes publiques

Méthode Description
SendKey ( ) : System

Constructor.

SetCollumns ( byte nColumns ) : void

Set the number of collumns to use for the algorithm.

SetDirection ( byte direction ) : void

Set the direction to use for the algorithm.

SetKey ( byte key ) : void

Set the key that will be send to the client.

SetRounds ( byte nRounds ) : void

Set the number of rounds to use for the algorithm.

Method Details

SendKey() public méthode

Constructor.
public SendKey ( ) : System
Résultat System

SetCollumns() public méthode

Set the number of collumns to use for the algorithm.
public SetCollumns ( byte nColumns ) : void
nColumns byte
Résultat void

SetDirection() public méthode

Set the direction to use for the algorithm.
public SetDirection ( byte direction ) : void
direction byte
Résultat void

SetKey() public méthode

Set the key that will be send to the client.
public SetKey ( byte key ) : void
key byte Key to send.
Résultat void

SetRounds() public méthode

Set the number of rounds to use for the algorithm.
public SetRounds ( byte nRounds ) : void
nRounds byte
Résultat void