nanomsg-wrapper v0.4.6 (2017-06-28T19:02:01Z)
Home
Dub
Repo
NanoSocket.init
nanomsg
wrap
NanoSocket
Same as the revelant constructor, can be used on exisiting objects
void
init
(Protocol protocol, int domain)
void
init
(Protocol protocol, BindTo bindTo, int domain)
void
init
(Protocol protocol, ConnectTo connectTo, int domain)
struct
NanoSocket
@
trusted
void
init
(
in
Protocol
protocol
,
in
ConnectTo
connectTo
,
int
domain
=
AF_SP
)
Meta
Source
See Implementation
nanomsg
wrap
NanoSocket
constructors
this
destructors
~this
enums
Option
Protocol
functions
bind
close
connect
getOption
init
protocol
receive
send
setOption
toString
trySend
uri
manifest constants
INVALID_FD
postblits
this(this)
Same as the revelant constructor, can be used on exisiting objects