geario ~master (2022-06-04T17:41:52.6758737)
Dub
Repo
AbstractSocketChannel.getOption
geario
net
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
geario
net
channel
AbstractSocketChannel
AbstractSocketChannel
constructors
this
functions
Close
IsBusy
LocalAddress
OnWriteDone
RemoteAddress
Start
getOption
setOption
setRead
properties
socket
variables
_isWritting
_localAddress
_remoteAddress
_socket
readLen
Get a timeout (duration) option.