SerenityJS
Preparing search index...
@serenityjs/core
SessionPacketEvent
Interface SessionPacketEvent<T>
interface
SessionPacketEvent
<
T
extends
DataPacket
>
{
bound
:
NetworkBound
;
packet
:
T
;
}
Type Parameters
T
extends
DataPacket
Hierarchy (
View Summary
)
SessionPacketEvent
NetworkPacketEvent
Index
Properties
bound
packet
Properties
bound
bound
:
NetworkBound
The flow direction of the packet.
packet
packet
:
T
The data packet instance.
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
bound
packet
SerenityJS
Loading...
The flow direction of the packet.