libasync ~master (2021-10-01T13:41:16Z)
Dub
Repo
UDPHandler
libasync
udp
Undocumented in source.
package
struct
UDPHandler {
AsyncUDPSocket
conn
;
void
delegate
(
UDPEvent
)
del
;
void
opCall
(UDPEvent code);
}
Members
Functions
opCall
void
opCall
(UDPEvent code)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
conn
AsyncUDPSocket
conn
;
Undocumented in source.
del
void
delegate
(
UDPEvent
)
del
;
Undocumented in source.
Meta
Source
See Implementation
libasync
udp
classes
AsyncUDPSocket
enums
UDPEvent
structs
UDPHandler