C# 클래스 SagaGateway.Packets.Server.SendKey

상속: SagaLib.Packet
파일 보기 프로젝트 열기: Willyham/SagaRO2

공개 메소드들

메소드 설명
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