nanomsg.bindings

Undocumented in source.

Members

Aliases

nn_fsm_fn
alias nn_fsm_fn = void function(nn_fsm*, int, int, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

NN
enum NN
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_HAUSNUMERO
anonymousenum NN_HAUSNUMERO
NN_NS
enum NN_NS
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_PIPE
enum NN_PIPE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_PIPEBASE
enum NN_PIPEBASE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_STAT
enum NN_STAT
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_TYPE
enum NN_TYPE

Constants that are returned in ns member of nn_symbol_properties

NN_UNIT
enum NN_UNIT

Constants that are returned in ns member of nn_symbol_properties

NN_VERSION_CURRENT
anonymousenum NN_VERSION_CURRENT

Functions

nn_allocmsg
void* nn_allocmsg(size_t size, int type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_bind
int nn_bind(int s, const(char)* addr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_close
int nn_close(int s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_cmsg_nexthdr_
nn_cmsghdr* nn_cmsg_nexthdr_(const(nn_msghdr)* mhdr, const(nn_cmsghdr)* cmsg)

Internal function. Not to be used directly. Use NN_CMSG_NEXTHDR macro instead.

nn_connect
int nn_connect(int s, const(char)* addr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_device
int nn_device(int s1, int s2)
nn_epbase_clear_error
void nn_epbase_clear_error(nn_epbase* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_epbase_clear_error
void nn_epbase_clear_error(nn_epbase* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_epbase_getaddr
char* nn_epbase_getaddr(nn_epbase* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_epbase_getaddr
const(char*) nn_epbase_getaddr(nn_epbase* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_epbase_getctx
nn_ctx* nn_epbase_getctx(nn_epbase* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_epbase_getctx
nn_ctx* nn_epbase_getctx(nn_epbase* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_epbase_getopt
void nn_epbase_getopt(nn_epbase* self, int level, int option, void* optval, size_t* optvallen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_epbase_getopt
void nn_epbase_getopt(nn_epbase* self, int level, int option, void* optval, size_t* optvallen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_epbase_init
void nn_epbase_init(nn_epbase* self, nn_epbase_vfptr* vfptr, void* hint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_epbase_init
void nn_epbase_init(nn_epbase* self, const(nn_epbase_vfptr)* vfptr, void* hint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_epbase_ispeer
int nn_epbase_ispeer(nn_epbase* self, int socktype)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_epbase_ispeer
int nn_epbase_ispeer(nn_epbase* self, int socktype)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_epbase_set_error
void nn_epbase_set_error(nn_epbase* self, int errnum)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_epbase_set_error
void nn_epbase_set_error(nn_epbase* self, int errnum)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_epbase_stat_increment
void nn_epbase_stat_increment(nn_epbase* self, int name, int increment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_epbase_stat_increment
void nn_epbase_stat_increment(nn_epbase* self, int name, int increment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_epbase_stopped
void nn_epbase_stopped(nn_epbase* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_epbase_stopped
void nn_epbase_stopped(nn_epbase* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_epbase_term
void nn_epbase_term(nn_epbase* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_epbase_term
void nn_epbase_term(nn_epbase* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_errno
int nn_errno()

This function retrieves the errno as it is known to the library. The goal of this function is to make the code 100% portable, including where the library is compiled with certain CRT library (on Windows) and linked to an application that uses different CRT library.

nn_freemsg
int nn_freemsg(void* msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_fsm_action
void nn_fsm_action(nn_fsm* , int type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_fsm_choose_worker
nn_worker* nn_fsm_choose_worker(nn_fsm* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_fsm_event_active
int nn_fsm_event_active(nn_fsm_event* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_fsm_event_init
void nn_fsm_event_init(nn_fsm_event* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_fsm_event_process
void nn_fsm_event_process(nn_fsm_event* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_fsm_event_term
void nn_fsm_event_term(nn_fsm_event* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_fsm_feed
void nn_fsm_feed(nn_fsm* , int src, int type, void* srcptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_fsm_init
void nn_fsm_init(nn_fsm* , nn_fsm_fn fn, nn_fsm_fn shutdown_fn, int src, void* srcptr, nn_fsm* owner)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_fsm_init_root
void nn_fsm_init_root(nn_fsm* self, nn_fsm_fn fn, nn_fsm_fn shutdown_fn, nn_ctx* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_fsm_isidle
int nn_fsm_isidle(nn_fsm* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_fsm_raise
void nn_fsm_raise(nn_fsm* , nn_fsm_event* event, int type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_fsm_raiseto
void nn_fsm_raiseto(nn_fsm* , nn_fsm* dst, nn_fsm_event* event, int src, int type, void* srcptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_fsm_start
void nn_fsm_start(nn_fsm* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_fsm_stop
void nn_fsm_stop(nn_fsm* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_fsm_stopped
void nn_fsm_stopped(nn_fsm* , int type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_fsm_stopped_noevent
void nn_fsm_stopped_noevent(nn_fsm* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_fsm_swap_owner
void nn_fsm_swap_owner(nn_fsm* , nn_fsm_owner* owner)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_fsm_term
void nn_fsm_term(nn_fsm* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_getsockopt
int nn_getsockopt(int s, int level, int option, void* optval, size_t* optvallen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_list_begin
nn_list_item* nn_list_begin(nn_list* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_list_empty
int nn_list_empty(nn_list* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_list_end
nn_list_item* nn_list_end(nn_list* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_list_erase
nn_list_item* nn_list_erase(nn_list* , nn_list_item* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_list_init
void nn_list_init(nn_list* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_list_insert
void nn_list_insert(nn_list* , nn_list_item* , nn_list_item* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_list_item_init
void nn_list_item_init(nn_list_item* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_list_item_isinlist
int nn_list_item_isinlist(nn_list_item* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_list_item_term
void nn_list_item_term(nn_list_item* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_list_next
nn_list_item* nn_list_next(nn_list* , nn_list_item* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_list_prev
nn_list_item* nn_list_prev(nn_list* , nn_list_item* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_list_term
void nn_list_term(nn_list* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_pipe_getdata
void* nn_pipe_getdata(nn_pipe* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_pipe_getdata
void* nn_pipe_getdata(nn_pipe* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_pipe_getdata
void* nn_pipe_getdata(nn_pipe* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_pipe_getopt
void nn_pipe_getopt(nn_pipe* self, int level, int option, void* optval, size_t* optvallen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_pipe_getopt
void nn_pipe_getopt(nn_pipe* self, int level, int option, void* optval, size_t* optvallen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_pipe_getopt
void nn_pipe_getopt(nn_pipe* self, int level, int option, void* optval, size_t* optvallen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_pipe_recv
int nn_pipe_recv(nn_pipe* self, nn_msg* msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_pipe_recv
int nn_pipe_recv(nn_pipe* self, nn_msg* msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_pipe_recv
int nn_pipe_recv(nn_pipe* self, nn_msg* msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_pipe_send
int nn_pipe_send(nn_pipe* self, nn_msg* msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_pipe_send
int nn_pipe_send(nn_pipe* self, nn_msg* msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_pipe_send
int nn_pipe_send(nn_pipe* self, nn_msg* msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_pipe_setdata
void nn_pipe_setdata(nn_pipe* self, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_pipe_setdata
void nn_pipe_setdata(nn_pipe* self, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_pipe_setdata
void nn_pipe_setdata(nn_pipe* self, void* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_pipebase_getopt
void nn_pipebase_getopt(nn_pipebase* , int level, int option, void* optval, size_t* optvallen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_pipebase_getopt
void nn_pipebase_getopt(nn_pipebase* self, int level, int option, void* optval, size_t* optvallen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_pipebase_init
void nn_pipebase_init(nn_pipebase* self, const(nn_pipebase_vfptr)* vfptr, nn_epbase* epbase)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_pipebase_init
void nn_pipebase_init(nn_pipebase* , const(nn_pipebase_vfptr)* vfptr, nn_epbase* epbase)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_pipebase_ispeer
int nn_pipebase_ispeer(nn_pipebase* self, int socktype)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_pipebase_ispeer
int nn_pipebase_ispeer(nn_pipebase* , int socktype)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_pipebase_received
void nn_pipebase_received(nn_pipebase* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_pipebase_received
void nn_pipebase_received(nn_pipebase* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_pipebase_sent
void nn_pipebase_sent(nn_pipebase* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_pipebase_sent
void nn_pipebase_sent(nn_pipebase* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_pipebase_start
int nn_pipebase_start(nn_pipebase* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_pipebase_start
int nn_pipebase_start(nn_pipebase* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_pipebase_stop
void nn_pipebase_stop(nn_pipebase* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_pipebase_stop
void nn_pipebase_stop(nn_pipebase* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_pipebase_term
void nn_pipebase_term(nn_pipebase* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_pipebase_term
void nn_pipebase_term(nn_pipebase* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_poll
int nn_poll(nn_pollfd* fds, int nfds, int timeout)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_queue_empty
int nn_queue_empty(nn_queue* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_queue_init
void nn_queue_init(nn_queue* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_queue_item_init
void nn_queue_item_init(nn_queue_item* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_queue_item_isinqueue
int nn_queue_item_isinqueue(nn_queue_item* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_queue_item_term
void nn_queue_item_term(nn_queue_item* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_queue_pop
nn_queue_item* nn_queue_pop(nn_queue* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_queue_push
void nn_queue_push(nn_queue* , nn_queue_item* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_queue_term
void nn_queue_term(nn_queue* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_reallocmsg
void* nn_reallocmsg(void* msg, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_recv
int nn_recv(int s, void* buf, size_t len, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_recvmsg
int nn_recvmsg(int s, nn_msghdr* msghdr, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_req_recv
int nn_req_recv(int s, nn_req_handle* hndl, void* buf, size_t len, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_req_send
int nn_req_send(int s, nn_req_handle hndl, const(void)* buf, size_t len, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_send
int nn_send(int s, const(void)* buf, size_t len, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_sendmsg
int nn_sendmsg(int s, nn_msghdr* msghdr, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_sendmsg
int nn_sendmsg(int s, const(nn_msghdr)* msghdr, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_setsockopt
int nn_setsockopt(int s, int level, int option, const(void)* optval, size_t optvallen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_shutdown
int nn_shutdown(int s, int how)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_sockbase_getctx
nn_ctx* nn_sockbase_getctx(nn_sockbase* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_sockbase_getctx
nn_ctx* nn_sockbase_getctx(nn_sockbase* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_sockbase_getopt
int nn_sockbase_getopt(nn_sockbase* self, int option, void* optval, size_t* optvallen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_sockbase_getopt
int nn_sockbase_getopt(nn_sockbase* self, int option, void* optval, size_t* optvallen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_sockbase_init
void nn_sockbase_init(nn_sockbase* self, const(nn_sockbase_vfptr)* vfptr, void* hint)
nn_sockbase_init
void nn_sockbase_init(nn_sockbase* self, nn_sockbase_vfptr* vfptr, void* hint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_sockbase_stat_increment
void nn_sockbase_stat_increment(nn_sockbase* self, int name, int increment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_sockbase_stat_increment
void nn_sockbase_stat_increment(nn_sockbase* self, int name, int increment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_sockbase_stopped
void nn_sockbase_stopped(nn_sockbase* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_sockbase_stopped
void nn_sockbase_stopped(nn_sockbase* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_sockbase_term
void nn_sockbase_term(nn_sockbase* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_sockbase_term
void nn_sockbase_term(nn_sockbase* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_socket
int nn_socket(int domain, int protocol)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_strerror
const(char)* nn_strerror(int errnum)

Resolves system errors and native errors to human-readable string.

nn_symbol
const(char)* nn_symbol(int i, int* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_symbol
char* nn_symbol(int i, int* value)

Returns the symbol name (e.g. "NN_REQ") and value at a specified index. If the index is out-of-range, returns 0 and sets errno to EINVAL General usage is to start at i=0 and iterate until 0 is returned.

nn_symbol_info
int nn_symbol_info(int i, nn_symbol_properties* buf, int buflen)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_tcpmuxd
int nn_tcpmuxd(int port)
nn_term
void nn_term()

Manifest constants

AF_SP
enum AF_SP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
AF_SP_RAW
enum AF_SP_RAW;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_BUS
enum NN_BUS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_DOMAIN
enum NN_DOMAIN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_DONTWAIT
enum NN_DONTWAIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_FSM_ACTION
enum NN_FSM_ACTION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_FSM_INCLUDED
enum NN_FSM_INCLUDED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_FSM_START
enum NN_FSM_START;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_FSM_STOP
enum NN_FSM_STOP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_H_INCLUDED
enum NN_H_INCLUDED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_INPROC
enum NN_INPROC;

INPROC

NN_IPC
enum NN_IPC;

IPC

NN_IPV4ONLY
enum NN_IPV4ONLY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_LINGER
enum NN_LINGER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_LIST_INCLUDED
enum NN_LIST_INCLUDED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_LIST_NOTINLIST
enum NN_LIST_NOTINLIST;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_MSG
enum NN_MSG;
NN_NS_DOMAIN
enum NN_NS_DOMAIN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_NS_ERROR
enum NN_NS_ERROR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_NS_EVENT
enum NN_NS_EVENT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_NS_FLAG
enum NN_NS_FLAG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_NS_LIMIT
enum NN_NS_LIMIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_NS_NAMESPACE
enum NN_NS_NAMESPACE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_NS_OPTION_LEVEL
enum NN_NS_OPTION_LEVEL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_NS_OPTION_TYPE
enum NN_NS_OPTION_TYPE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_NS_OPTION_UNIT
enum NN_NS_OPTION_UNIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_NS_PROTOCOL
enum NN_NS_PROTOCOL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_NS_SOCKET_OPTION
enum NN_NS_SOCKET_OPTION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_NS_TRANSPORT
enum NN_NS_TRANSPORT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_NS_TRANSPORT_OPTION
enum NN_NS_TRANSPORT_OPTION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_NS_VERSION
enum NN_NS_VERSION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_PAIR
enum NN_PAIR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_PIPEBASE_PARSED
enum NN_PIPEBASE_PARSED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_PIPEBASE_RELEASE
enum NN_PIPEBASE_RELEASE;
NN_PIPE_IN
enum NN_PIPE_IN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_PIPE_OUT
enum NN_PIPE_OUT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_PIPE_PARSED
enum NN_PIPE_PARSED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_PIPE_RELEASE
enum NN_PIPE_RELEASE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_POLLIN
enum NN_POLLIN;
NN_POLLOUT
enum NN_POLLOUT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_PROTOCOL
enum NN_PROTOCOL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_PROTOCOL_INCLUDED
enum NN_PROTOCOL_INCLUDED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_PROTO_BUS
enum NN_PROTO_BUS;

BUS

NN_PROTO_PAIR
enum NN_PROTO_PAIR;

PAIR

NN_PROTO_PIPELINE
enum NN_PROTO_PIPELINE;

PIPELINE

NN_PROTO_PUBSUB
enum NN_PROTO_PUBSUB;

PUBSUB

NN_PROTO_REQREP
enum NN_PROTO_REQREP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_PROTO_SURVEY
enum NN_PROTO_SURVEY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_PUB
enum NN_PUB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_PULL
enum NN_PULL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_PUSH
enum NN_PUSH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_QUEUE_INCLUDED
enum NN_QUEUE_INCLUDED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_RCVBUF
enum NN_RCVBUF;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_RCVFD
enum NN_RCVFD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_RCVMAXSIZE
enum NN_RCVMAXSIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_RCVPRIO
enum NN_RCVPRIO;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_RCVTIMEO
enum NN_RCVTIMEO;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_RECONNECT_IVL
enum NN_RECONNECT_IVL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_RECONNECT_IVL_MAX
enum NN_RECONNECT_IVL_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_REP
enum NN_REP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_REQ
enum NN_REQ;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_REQ_RESEND_IVL
enum NN_REQ_RESEND_IVL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_RESPONDENT
enum NN_RESPONDENT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_SNDBUF
enum NN_SNDBUF;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_SNDFD
enum NN_SNDFD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_SNDPRIO
enum NN_SNDPRIO;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_SNDTIMEO
enum NN_SNDTIMEO;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_SOCKADDR_MAX
enum NN_SOCKADDR_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_SOCKBASE_EVENT_IN
enum NN_SOCKBASE_EVENT_IN;
NN_SOCKBASE_EVENT_OUT
enum NN_SOCKBASE_EVENT_OUT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_SOCKET_NAME
enum NN_SOCKET_NAME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_SOCKTYPE_FLAG_NORECV
enum NN_SOCKTYPE_FLAG_NORECV;
NN_SOCKTYPE_FLAG_NOSEND
enum NN_SOCKTYPE_FLAG_NOSEND;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_SOL_SOCKET
enum NN_SOL_SOCKET;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_STAT_ACCEPTED_CONNECTIONS
enum NN_STAT_ACCEPTED_CONNECTIONS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_STAT_ACCEPT_ERRORS
enum NN_STAT_ACCEPT_ERRORS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_STAT_BIND_ERRORS
enum NN_STAT_BIND_ERRORS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_STAT_BROKEN_CONNECTIONS
enum NN_STAT_BROKEN_CONNECTIONS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_STAT_CONNECT_ERRORS
enum NN_STAT_CONNECT_ERRORS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_STAT_CURRENT_CONNECTIONS
enum NN_STAT_CURRENT_CONNECTIONS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_STAT_CURRENT_EP_ERRORS
enum NN_STAT_CURRENT_EP_ERRORS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_STAT_CURRENT_SND_PRIORITY
enum NN_STAT_CURRENT_SND_PRIORITY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_STAT_DROPPED_CONNECTIONS
enum NN_STAT_DROPPED_CONNECTIONS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_STAT_ESTABLISHED_CONNECTIONS
enum NN_STAT_ESTABLISHED_CONNECTIONS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_STAT_INPROGRESS_CONNECTIONS
enum NN_STAT_INPROGRESS_CONNECTIONS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_SUB
enum NN_SUB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_SUB_SUBSCRIBE
enum NN_SUB_SUBSCRIBE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_SUB_UNSUBSCRIBE
enum NN_SUB_UNSUBSCRIBE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_SURVEYOR
enum NN_SURVEYOR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_SURVEYOR_DEADLINE
enum NN_SURVEYOR_DEADLINE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_TCP
enum NN_TCP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_TCPMUX
enum NN_TCPMUX;

TCPMUX

NN_TCPMUX_NODELAY
enum NN_TCPMUX_NODELAY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_TCP_NODELAY
enum NN_TCP_NODELAY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_TTL
enum NN_TTL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_TYPE_INT
enum NN_TYPE_INT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_TYPE_NONE
enum NN_TYPE_NONE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_TYPE_STR
enum NN_TYPE_STR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_UNIT_BOOLEAN
enum NN_UNIT_BOOLEAN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_UNIT_BYTES
enum NN_UNIT_BYTES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_UNIT_MILLISECONDS
enum NN_UNIT_MILLISECONDS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_UNIT_NONE
enum NN_UNIT_NONE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_UNIT_PRIORITY
enum NN_UNIT_PRIORITY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_WS
enum NN_WS;

WS

NN_WS_MSG_TYPE
enum NN_WS_MSG_TYPE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_WS_MSG_TYPE_BINARY
enum NN_WS_MSG_TYPE_BINARY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_WS_MSG_TYPE_TEXT
enum NN_WS_MSG_TYPE_TEXT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PAIR_H_INCLUDED
enum PAIR_H_INCLUDED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PIPELINE_H_INCLUDED
enum PIPELINE_H_INCLUDED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PROTO_SP
enum PROTO_SP;

Ported to Dlang (2014,2015,2016) by Laeeth Isharc. Caveat emptor.

REQREP_H_INCLUDED
enum REQREP_H_INCLUDED;

REQREP

SP_HDR
enum SP_HDR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SURVEY_H_INCLUDED
enum SURVEY_H_INCLUDED;

SURVEY

TCP_H_INCLUDED
enum TCP_H_INCLUDED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

nn_cmsghdr
struct nn_cmsghdr
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_cp
struct nn_cp
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_ctx
struct nn_ctx
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_ep
struct nn_ep
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_ep_options
struct nn_ep_options
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_epbase
struct nn_epbase
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_epbase_vfptr
struct nn_epbase_vfptr
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_fsm
struct nn_fsm
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_fsm_event
struct nn_fsm_event
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_fsm_owner
struct nn_fsm_owner
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_iovec
struct nn_iovec
nn_list
struct nn_list
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_list_item
struct nn_list_item
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_msg
struct nn_msg
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_msghdr
struct nn_msghdr
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_optset
struct nn_optset
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_optset_vfptr
struct nn_optset_vfptr
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_pipe
struct nn_pipe
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_pipebase
struct nn_pipebase
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_pipebase_vfptr
struct nn_pipebase_vfptr
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_pollfd
struct nn_pollfd
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_queue
struct nn_queue
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_queue_item
struct nn_queue_item
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_sock
struct nn_sock
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_sockbase
struct nn_sockbase
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_sockbase_vfptr
struct nn_sockbase_vfptr
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_socktype
struct nn_socktype
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_symbol_properties
struct nn_symbol_properties
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_transport
struct nn_transport
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_worker
struct nn_worker
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Unions

nn_req_handle
union nn_req_handle
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Variables

NN_LIST_ITEM_INITIALIZER
typeof(NN_LIST_NOTINLIST)[2] NN_LIST_ITEM_INITIALIZER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_QUEUE_NOTINQUEUE
const(nn_queue_item)* NN_QUEUE_NOTINQUEUE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta