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

Client sending a GUID to the server.
Inheritance: SagaLib.Packet
Afficher le fichier Open project: Willyham/SagaRO2 Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public GetCharID ( ) : uint
Résultat uint

GetIPAddress() public méthode

public GetIPAddress ( ) : string
Résultat string

GetPort() public méthode

public GetPort ( ) : ushort
Résultat ushort

GetValidationKey() public méthode

public GetValidationKey ( ) : uint
Résultat uint

New() public méthode

public New ( ) : Packet
Résultat SagaLib.Packet

Parse() public méthode

public Parse ( SagaLib client ) : void
client SagaLib
Résultat void

SendToMap() public méthode

Create a SendGUID packet.
public SendToMap ( ) : System
Résultat System