SerenityJS
    Preparing search index...

    Represents a frame data type. Frame is used when sending data in RakNet.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    orderChannel: number

    The order channel of the frame.

    orderIndex: number

    The order index of the frame.

    payload: Buffer

    The payload of the frame.

    reliability: Reliability

    The reliability of the frame.

    reliableIndex: number

    The reliable index of the frame.

    sequenceIndex: number

    The sequence index of the frame.

    splitId: number

    The split id of the frame.

    splitIndex: number

    The split index of the frame.

    splitSize: number

    The split size of the frame.

    Methods