Interface PacketEventOptions

Options for events triggered by network packets.

Hierarchy

  • PacketEventOptions

Properties

ignoredPacketIds?: PacketId[]

Remarks

If provided, packet IDs in this list will not trigger the event subscriptions.

monitoredPacketIds?: PacketId[]

Remarks

If provided only packet IDs in this list will trigger the event subscriptions.