Data associated with replyType value DialogReply.Link

Hierarchy

  • ReplyTypeDataLink

Constructors

Properties

Accessors

Methods

Constructors

Properties

_action: number = null
_byteSize: number = 0

Accessors

  • get action(): number
  • Remarks

    • Value range is 0-252

    Returns number

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

    • Value range is 0-252

    Parameters

    • action: number

    Returns void

  • 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

Methods

  • Deserializes an instance of ReplyTypeDataLink from the provided EoReader.

    Returns

    The deserialized data

    Parameters

    • reader: EoReader

      the reader that the data will be deserialized from

    Returns ReplyTypeDataLink

  • Serializes an instance of ReplyTypeDataLink to the provided EoWriter.

    Parameters

    Returns void

Generated using TypeDoc