nanomsg-wrapper ~master (2019-05-15T09:31:19Z)
Home
Dub
Repo
NanoSocket.initialize
nanomsg
wrap
NanoSocket
Same as the revelant constructor, can be used on exisiting objects
void
initialize
(Protocol protocol, int domain)
struct
NanoSocket
@
trusted
void
initialize
(
in
Protocol
protocol
,
in
int
domain
=
AF_SP
)
void
initialize
(Protocol protocol, BindTo bindTo, int domain)
void
initialize
(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
initialize
nanoSock
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