SocketListenerEvent#

Added in version 2.46.

class SocketListenerEvent#

Describes an event occurring on a SocketListener. See the SocketListener::event signal for more details.

Additional values may be added to this type in the future.

Fields#

class SocketListenerEvent
BINDING#

The listener is about to bind a socket.

BOUND#

The listener has bound a socket.

LISTENED#

The listener is now listening on this socket.

LISTENING#

The listener is about to start listening on this socket.