eolib - v2.0.1
    Preparing search index...

    Class AccountCreateClientPacket

    Confirm creating an account

    Index

    Constructors

    Accessors

    • get action(): PacketAction

      Returns PacketAction

    • get byteSize(): number

      Returns the size of the data that this was deserialized from.

      Returns number

      The size of the data that this was deserialized from

    • get computer(): string

      Returns string

    • set computer(computer: string): void

      Parameters

      • computer: string

      Returns void

    • get email(): string

      Returns string

    • set email(email: string): void

      Parameters

      • email: string

      Returns void

    • get family(): PacketFamily

      Returns PacketFamily

    • get fullName(): string

      Returns string

    • set fullName(fullName: string): void

      Parameters

      • fullName: string

      Returns void

    • get hdid(): string

      Returns string

    • set hdid(hdid: string): void

      Parameters

      • hdid: string

      Returns void

    • get location(): string

      Returns string

    • set location(location: string): void

      Parameters

      • location: string

      Returns void

    • get password(): string

      Returns string

    • set password(password: string): void

      Parameters

      • password: string

      Returns void

    • get sessionId(): number

      Returns number

      • Value range is 0-64008
    • set sessionId(sessionId: number): void

      Parameters

      • sessionId: number

      Returns void

      • Value range is 0-64008
    • get username(): string

      Returns string

    • set username(username: string): void

      Parameters

      • username: string

      Returns void

    • get action(): PacketAction

      Returns the packet action associated with this type.

      Returns PacketAction

      The packet action associated with this type

    • get family(): PacketFamily

      Returns the packet family associated with this type.

      Returns PacketFamily

      The packet family associated with this type

    Methods

    • Parameters

      Returns void

    • Deserializes an instance of AccountCreateClientPacket from the provided EoReader.

      Parameters

      • reader: EoReader

        the reader that the data will be deserialized from

      Returns AccountCreateClientPacket

      The deserialized data

    • Serializes an instance of AccountCreateClientPacket to the provided EoWriter.

      Parameters

      Returns void