C# Class SagaGateway.Packets.Login.Get.SendUniversal

Client packet that contains the key user by the client.
Inheritance: SagaLib.Packet
ファイルを表示 Open project: Willyham/SagaRO2 Class Usage Examples

Public Methods

Method Description
GetData ( ) : byte[]
New ( ) : Packet
Parse ( SagaLib client ) : void
SendUniversal ( ) : System

Create an empty send key packet

isStaticSize ( ) : bool

Method Details

GetData() public method

public GetData ( ) : byte[]
return byte[]

New() public method

public New ( ) : Packet
return SagaLib.Packet

Parse() public method

public Parse ( SagaLib client ) : void
client SagaLib
return void

SendUniversal() public method

Create an empty send key packet
public SendUniversal ( ) : System
return System

isStaticSize() public method

public isStaticSize ( ) : bool
return bool