C# Class SagaGateway.Packets.Server.SendKey

Inheritance: SagaLib.Packet
ファイルを表示 Open project: Willyham/SagaRO2

Public Methods

Method 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 method

Constructor.
public SendKey ( ) : System
return System

SetCollumns() public method

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

SetDirection() public method

Set the direction to use for the algorithm.
public SetDirection ( byte direction ) : void
direction byte
return void

SetKey() public method

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

SetRounds() public method

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