hunt ~v1.6.x (2022-05-12T11:27:03.6465239)
Dub
Repo
AbstractSocketChannel.getOption
hunt
io
channel
AbstractSocketChannel
AbstractSocketChannel
Get the linger 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)
class
AbstractSocketChannel
pragma(
inline
) final @
trusted
int
getOption
(
SocketOptionLevel
level
,
SocketOption
option
,
ref
Linger
result
)
void
getOption
(SocketOptionLevel level, SocketOption option, 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 the linger option.