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

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
GetSessionID ( ) : uint
New ( ) : Packet
Parse ( SagaLib client ) : void
SendIdentify ( ) : System

Create a SendGUID packet.

Method Details

GetSessionID() public méthode

public GetSessionID ( ) : 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

SendIdentify() public méthode

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