UdpClientPacketSendEvent

This event is fired when the UdpClient is about to send a packet to the UDP server.

Constructors

Link copied to clipboard
constructor(@NotNull client: @NotNull UdpClient, @NotNull packet: @NotNull Packet<out Any>)

Functions

Link copied to clipboard
open fun isCancelled(): Boolean
Link copied to clipboard
open fun setCancelled(cancel: Boolean)