eventcore ~master (2021-12-17T12:21:51Z)
Dub
Repo
DatagramSocket
eventcore
socket
Undocumented in source.
struct
DatagramSocket {
this(this)
;
~this
();
bool
broadcast
[@property setter];
}
Destructor
~this
~this
()
Undocumented in source.
Postblit
this(this)
this(this)
Undocumented in source.
Members
Properties
broadcast
bool
broadcast
[@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
eventcore
socket
functions
cancelRead
cancelReceive
cancelSend
cancelWrite
connectStream
createDatagramSocket
listenStream
read
receive
send
shutdown
waitForConnections
waitForData
write
structs
DatagramSocket
StreamListenSocket
StreamSocket