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

Client sending a GUID to the server.
Inheritance: SagaLib.Packet
ファイルを表示 Open project: Willyham/SagaRO2 Class Usage Examples

Public Methods

Method Description
GetCharID ( ) : uint
GetIPAddress ( ) : string
GetPort ( ) : ushort
GetValidationKey ( ) : uint
New ( ) : Packet
Parse ( SagaLib client ) : void
SendToMap ( ) : System

Create a SendGUID packet.

Method Details

GetCharID() public method

public GetCharID ( ) : uint
return uint

GetIPAddress() public method

public GetIPAddress ( ) : string
return string

GetPort() public method

public GetPort ( ) : ushort
return ushort

GetValidationKey() public method

public GetValidationKey ( ) : uint
return uint

New() public method

public New ( ) : Packet
return SagaLib.Packet

Parse() public method

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

SendToMap() public method

Create a SendGUID packet.
public SendToMap ( ) : System
return System