libasync ~master (2021-10-01T13:41:16Z)
Dub
Repo
AsyncSocket.getOption
libasync
socket
AsyncSocket
Common case of getting integer and boolean options (taken from std.socket).
int
getOption
(int level, int option, void[] result)
int
getOption
(int level, int option, int result)
class
AsyncSocket
@
trusted
const
int
getOption
(
int
level
,
int
option
,
out
int
result
)
Meta
Source
See Implementation
libasync
socket
AsyncSocket
aliases
OnClose
OnConnect
OnError
constructors
this
destructors
~this
functions
accept
bind
connect
getOption
handleClose
handleConnect
handleError
kill
listen
receive
receiveExactly
receiveFrom
receiveMessage
resetHandle
run
send
sendMessage
sendTo
setOption
mixins
__anonymous
properties
alive
connectionOriented
datagramOriented
handle
info
lastError
localAddress
onClose
onConnect
onError
passive
preInitializedHandle
receiveContinuously
remoteAddress
variables
m_evLoop
m_pendingAccepts
m_pendingReceives
m_pendingSends
Common case of getting integer and boolean options (taken from std.socket).