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

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

Public Methods

Method Description
GetSessionID ( ) : uint
New ( ) : Packet
Parse ( SagaLib client ) : void
SendIdentify ( ) : System

Create a SendGUID packet.

Method Details

GetSessionID() public method

public GetSessionID ( ) : uint
return uint

New() public method

public New ( ) : Packet
return SagaLib.Packet

Parse() public method

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

SendIdentify() public method

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