Class InitSequenceStart

A class representing the sequence start value sent with the INIT_INIT server packet.

See

InitInitServerPacket

Hierarchy

Accessors

Methods

Constructors

Properties

_seq1: number
_seq2: number

Accessors

Methods

  • Creates an instance of InitSequenceStart from the values sent with the INIT_INIT server packet.

    Returns

    An instance of InitSequenceStart

    See

    Parameters

    • seq1: number

      the seq1 byte value sent with the INIT_INIT server packet

    • seq2: number

      the seq2 byte value sent with the INIT_INIT server packet

    Returns InitSequenceStart

Generated using TypeDoc