UDPServer.GDNativeClassBinding

Undocumented in source.

Members

Static variables

getMaxPendingConnections
GodotMethod!(long) getMaxPendingConnections;
Undocumented in source.
isConnectionAvailable
GodotMethod!(bool) isConnectionAvailable;
Undocumented in source.
isListening
GodotMethod!(bool) isListening;
Undocumented in source.
listen
GodotMethod!(GodotError, long, String) listen;
Undocumented in source.
poll
GodotMethod!(GodotError) poll;
Undocumented in source.
setMaxPendingConnections
GodotMethod!(void, long) setMaxPendingConnections;
Undocumented in source.
stop
GodotMethod!(void) stop;
Undocumented in source.
takeConnection
GodotMethod!(PacketPeerUDP) takeConnection;
Undocumented in source.

Meta