hunt ~v1.6.x (2022-05-12T11:27:03.6465239)
Dub
Repo
AbstractSocketChannel.getOption
hunt
io
channel
AbstractSocketChannel
AbstractSocketChannel
Get a timeout (duration) option.
int
getOption
(SocketOptionLevel level, SocketOption option, void[] result)
int
getOption
(SocketOptionLevel level, SocketOption option, int32_t result)
int
getOption
(SocketOptionLevel level, SocketOption option, Linger result)
void
getOption
(SocketOptionLevel level, SocketOption option, Duration result)
class
AbstractSocketChannel
pragma(
inline
) final @
trusted
void
getOption
(
SocketOptionLevel
level
,
SocketOption
option
,
ref
Duration
result
)
Meta
Source
See Implementation
hunt
io
channel
AbstractSocketChannel
AbstractSocketChannel
constructors
this
functions
close
getOption
isBusy
onWriteDone
setOption
setRead
start
properties
localAddress
remoteAddress
socket
variables
_isWritting
_localAddress
_remoteAddress
_socket
readLen
Get a timeout (duration) option.