Data associated with replyCode value SkillMasterReply.WrongClass

Hierarchy

  • ReplyCodeDataWrongClass

Constructors

Properties

Accessors

Methods

Constructors

Properties

_byteSize: number = 0
_classId: number = null

Accessors

  • 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 classId(): number
  • Remarks

    • Value range is 0-252

    Returns number

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

    • Value range is 0-252

    Parameters

    • classId: number

    Returns void

Methods

  • Deserializes an instance of ReplyCodeDataWrongClass from the provided EoReader.

    Returns

    The deserialized data

    Parameters

    • reader: EoReader

      the reader that the data will be deserialized from

    Returns ReplyCodeDataWrongClass

  • Serializes an instance of ReplyCodeDataWrongClass to the provided EoWriter.

    Parameters

    Returns void

Generated using TypeDoc