Event map for DgramSocket socket-specific events.
Emitted when the socket is closed.
Emitted after a socket is addressed using bind().
bind()
Emitted when an error occurs.
Emitted when the socket is ready to receive data.
Emitted when a new datagram is available on a socket.
The message buffer received
The size of the message in bytes
The sender's endpoint information (address, port, and family)
Event map for DgramSocket socket-specific events.