SerenityJS
    Preparing search index...

    Interface SessionPacketEvent<T>

    interface SessionPacketEvent<T extends DataPacket> {
        bound: NetworkBound;
        packet: T;
    }

    Type Parameters

    • T extends DataPacket

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    The flow direction of the packet.

    packet: T

    The data packet instance.