godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
UDPServer.GDNativeClassBinding
godot
udpserver
UDPServer
Undocumented in source.
struct
UDPServer
package @
nogc
nothrow static
struct
GDNativeClassBinding {
__gshared
@
GodotName
("get_max_pending_connections")
GodotMethod
!(
long
)
getMaxPendingConnections
;
__gshared
@
GodotName
("is_connection_available")
GodotMethod
!(
bool
)
isConnectionAvailable
;
__gshared
@
GodotName
("is_listening")
GodotMethod
!(
bool
)
isListening
;
__gshared
@
GodotName
("listen")
GodotMethod
!(
GodotError
,
long
,
String
)
listen
;
__gshared
@
GodotName
("poll")
GodotMethod
!(
GodotError
)
poll
;
__gshared
@
GodotName
("set_max_pending_connections")
GodotMethod
!(
void
,
long
)
setMaxPendingConnections
;
__gshared
@
GodotName
("stop")
GodotMethod
!(
void
)
stop
;
__gshared
@
GodotName
("take_connection")
GodotMethod
!(
PacketPeerUDP
)
takeConnection
;
}
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
Source
See Implementation
godot
udpserver
UDPServer
aliases
BaseClasses
functions
getMaxPendingConnections
isConnectionAvailable
isListening
listen
opAssign
opEquals
poll
setMaxPendingConnections
stop
takeConnection
toHash
properties
maxPendingConnections
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name