dlangui v0.10.7 (2024-03-11T09:32:36Z)
Home
Dub
Repo
AsyncSocket
dlangui
core
asyncsocket
Asynchronous socket interface
interface
AsyncSocket {
SocketState
state
[@property getter];
void
connect
(string host, ushort port);
void
disconnect
();
void
send
(ubyte[] data);
}
Members
Functions
connect
void
connect
(string host, ushort port)
Undocumented in source.
disconnect
void
disconnect
()
Undocumented in source.
send
void
send
(ubyte[] data)
Undocumented in source.
Properties
state
SocketState
state
[@property getter]
Undocumented in source.
Meta
Source
See Implementation
dlangui
core
asyncsocket
classes
AsyncClientConnection
AsyncSocketCallbackProxy
enums
SocketError
SocketState
interfaces
AsyncSocket
AsyncSocketCallback
Asynchronous socket interface