Class AccountCreateClientPacket

Confirm creating an account

Hierarchy

  • AccountCreateClientPacket

Constructors

Properties

_byteSize: number = 0
_computer: string = null
_email: string = null
_fullName: string = null
_hdid: string = null
_location: string = null
_password: string = null
_sessionId: number = null
_username: string = null

Accessors

  • get action(): PacketAction
  • Returns PacketAction

  • get byteSize(): number
  • Returns the size of the data that this was deserialized from.

    Returns

    The size of the data that this was deserialized from

    Returns number

  • 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
  • Remarks

    • Value range is 0-64008

    Returns number

  • set sessionId(sessionId: number): void
  • Remarks

    • Value range is 0-64008

    Parameters

    • sessionId: number

    Returns void

  • 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

    The packet action associated with this type

    Returns PacketAction

  • get family(): PacketFamily
  • Returns the packet family associated with this type.

    Returns

    The packet family associated with this type

    Returns PacketFamily

Methods

  • Parameters

    Returns void

  • Deserializes an instance of AccountCreateClientPacket from the provided EoReader.

    Returns

    The deserialized data

    Parameters

    • reader: EoReader

      the reader that the data will be deserialized from

    Returns AccountCreateClientPacket

  • Serializes an instance of AccountCreateClientPacket to the provided EoWriter.

    Parameters

    Returns void

Generated using TypeDoc