PlasmoVoice
jvm
PlasmoVoice
/
su.plo.voice.api.client.event.connection
/
UdpClientPacketSendEvent
Udp
Client
Packet
Send
Event
class
UdpClientPacketSendEvent
:
EventCancellableBase
This event is fired when the
UdpClient
is about to send a packet to the UDP server.
Members
Constructors
Udp
Client
Packet
Send
Event
Link copied to clipboard
constructor
(
@
NotNull
client
:
@
NotNull
UdpClient
,
@
NotNull
packet
:
@
NotNull
Packet
<
out
Any
>
)
Functions
is
Cancelled
Link copied to clipboard
open
fun
isCancelled
(
)
:
Boolean
set
Cancelled
Link copied to clipboard
open
fun
setCancelled
(
cancel
:
Boolean
)