C# 클래스 SagaMap.Packets.Client.SendKey

Client packet that contains the key user by the client.
상속: SagaLib.Packet
파일 보기 프로젝트 열기: Willyham/SagaRO2

공개 메소드들

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

메소드 상세

GetCollumns() 공개 메소드

Get the number of collumns used by the algorithm
public GetCollumns ( ) : byte
리턴 byte

GetDirection() 공개 메소드

Get the direction of rotation for the algorithm
public GetDirection ( ) : byte
리턴 byte

GetKey() 공개 메소드

Get the AES key that the client is sending from the packet.
public GetKey ( ) : byte[]
리턴 byte[]

GetRounds() 공개 메소드

Get the number of bytes used by the algorithm
public GetRounds ( ) : byte
리턴 byte

New() 공개 메소드

public New ( ) : Packet
리턴 SagaLib.Packet

Parse() 공개 메소드

public Parse ( SagaLib client ) : void
client SagaLib
리턴 void

SendKey() 공개 메소드

Create an empty send key packet
public SendKey ( ) : System
리턴 System