Options for events triggered by network packets.
Properties
ignoredPacketIds
ignoredPacketIds?: PacketId[];
If provided, packet IDs in this list will not trigger the event subscriptions.
Type: PacketId[]
monitoredPacketIds
monitoredPacketIds?: PacketId[];
If provided only packet IDs in this list will trigger the event subscriptions.
Type: PacketId[]