Table of Contents

Class AccountLoginPacket

Namespace
Moongate.Network.Packets.Incoming.Login
Assembly
Moongate.Network.Packets.dll
[PacketHandler(128, PacketSizing.Fixed, Length = 62, Description = "Login Request")]
public class AccountLoginPacket : BaseGameNetworkPacket, IGameNetworkPacket
Inheritance
AccountLoginPacket
Implements
Inherited Members

Constructors

AccountLoginPacket()

public AccountLoginPacket()

Properties

Account

public string Account { get; set; }

Property Value

string

NextLoginKey

public byte NextLoginKey { get; set; }

Property Value

byte

Password

public string Password { get; set; }

Property Value

string

Methods

ParsePayload(ref SpanReader)

Parses packet-specific payload after opcode validation.

protected override bool ParsePayload(ref SpanReader reader)

Parameters

reader SpanReader

Packet span reader positioned after opcode.

Returns

bool

true when payload parsing succeeds; otherwise false.