C# Класс SagaGateway.Packets.Server.SendKey

Наследование: SagaLib.Packet
Показать файл Открыть проект

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

Метод Описание
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.

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

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

Constructor.
public SendKey ( ) : System
Результат System

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

Set the number of collumns to use for the algorithm.
public SetCollumns ( byte nColumns ) : void
nColumns byte
Результат void

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

Set the direction to use for the algorithm.
public SetDirection ( byte direction ) : void
direction byte
Результат void

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

Set the key that will be send to the client.
public SetKey ( byte key ) : void
key byte Key to send.
Результат void

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

Set the number of rounds to use for the algorithm.
public SetRounds ( byte nRounds ) : void
nRounds byte
Результат void