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)
struct
NanoSocket
@
trusted
void
init
(
in
Protocol
protocol
,
in
int
domain
=
AF_SP
)
void
init
(Protocol protocol, BindTo bindTo, int domain)
void
init
(Protocol protocol, ConnectTo connectTo, int domain)
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