geario ~master (2022-06-04T17:41:52.6758737)
Dub
Repo
AbstractSocketChannel.getOption
geario
net
channel
AbstractSocketChannel
AbstractSocketChannel
Common case of getting integer and boolean options.
int
getOption
(SocketOptionLevel level, SocketOption option, void[] result)
int
getOption
(SocketOptionLevel level, SocketOption option, int32_t result)
class
AbstractSocketChannel
pragma(
inline
) final @
trusted
int
getOption
(
SocketOptionLevel
level
,
SocketOption
option
,
ref
int32_t
result
)
int
getOption
(SocketOptionLevel level, SocketOption option, Linger result)
void
getOption
(SocketOptionLevel level, SocketOption option, 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
Common case of getting integer and boolean options.