bindbc.nng.binddynamic

Undocumented in source.

Members

Aliases

pnn_allocmsg
alias pnn_allocmsg = void* function(size_t, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnn_bind
alias pnn_bind = int function(int, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnn_close
alias pnn_close = int function(int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnn_cmsg_next
alias pnn_cmsg_next = nn_cmsghdr* function(nn_msghdr*, nn_cmsghdr*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnn_connect
alias pnn_connect = int function(int, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnn_device
alias pnn_device = int function(int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnn_errno
alias pnn_errno = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnn_freemsg
alias pnn_freemsg = int function(void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnn_get_statistic
alias pnn_get_statistic = uint64_t function(int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnn_getsockopt
alias pnn_getsockopt = int function(int, int, int, void*, size_t*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnn_poll
alias pnn_poll = int function(nn_pollfd*, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnn_reallocmsg
alias pnn_reallocmsg = void* function(void*, size_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnn_recv
alias pnn_recv = int function(int, void*, size_t, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnn_recvmsg
alias pnn_recvmsg = int function(int, nn_msghdr*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnn_send
alias pnn_send = int function(int, const void*, size_t, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnn_sendmsg
alias pnn_sendmsg = int function(int, const nn_msghdr*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnn_setsockopt
alias pnn_setsockopt = int function(int, int, int, const void*, size_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnn_shutdown
alias pnn_shutdown = int function(int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnn_socket
alias pnn_socket = int function(int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnn_strerror
alias pnn_strerror = const(char)* function(int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnn_term
alias pnn_term = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_aio_abort
alias pnng_aio_abort = void function(nng_aio*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_aio_alloc
alias pnng_aio_alloc = int function(nng_aio**, void**, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_aio_begin
alias pnng_aio_begin = bool function(nng_aio*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_aio_cancel
alias pnng_aio_cancel = void function(nng_aio*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_aio_count
alias pnng_aio_count = size_t function(nng_aio*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_aio_defer
alias pnng_aio_defer = void function(nng_aio*, nng_aio_cancelfn, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_aio_finish
alias pnng_aio_finish = void function(nng_aio*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_aio_free
alias pnng_aio_free = void function(nng_aio*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_aio_get_input
alias pnng_aio_get_input = void* function(nng_aio*, uint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_aio_get_msg
alias pnng_aio_get_msg = nng_msg* function(nng_aio*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_aio_get_output
alias pnng_aio_get_output = void* function(nng_aio*, uint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_aio_result
alias pnng_aio_result = int function(nng_aio*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_aio_set_input
alias pnng_aio_set_input = int function(nng_aio*, uint, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_aio_set_iov
alias pnng_aio_set_iov = int function(nng_aio*, uint, const nng_iov*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_aio_set_msg
alias pnng_aio_set_msg = void function(nng_aio*, nng_msg*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_aio_set_output
alias pnng_aio_set_output = int function(nng_aio*, uint, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_aio_set_timeout
alias pnng_aio_set_timeout = void function(nng_aio*, nng_duration)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_aio_stop
alias pnng_aio_stop = void function(nng_aio*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_aio_wait
alias pnng_aio_wait = void function(nng_aio*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_alloc
alias pnng_alloc = void* function(size_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_bus0_open
alias pnng_bus0_open = int function(nng_socket*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_bus0_open_raw
alias pnng_bus0_open_raw = int function(nng_socket*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_bus_open
alias pnng_bus_open = nng_bus0_open
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_bus_open_raw
alias pnng_bus_open_raw = nng_bus0_open_raw
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_clock
alias pnng_clock = nng_time function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_close
alias pnng_close = int function(nng_socket)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_closeall
alias pnng_closeall = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_ctx_close
alias pnng_ctx_close = int function(nng_ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_ctx_get
alias pnng_ctx_get = int function(nng_ctx, const(char)*, void*, size_t*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_ctx_get_addr
alias pnng_ctx_get_addr = int function(nng_ctx, const(char)*, nng_sockaddr*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_ctx_get_bool
alias pnng_ctx_get_bool = int function(nng_ctx, const(char)*, bool*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_ctx_get_int
alias pnng_ctx_get_int = int function(nng_ctx, const(char)*, int*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_ctx_get_ms
alias pnng_ctx_get_ms = int function(nng_ctx, const(char)*, nng_duration*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_ctx_get_ptr
alias pnng_ctx_get_ptr = int function(nng_ctx, const(char)*, void**)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_ctx_get_size
alias pnng_ctx_get_size = int function(nng_ctx, const(char)*, size_t*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_ctx_get_string
alias pnng_ctx_get_string = int function(nng_ctx, const(char)*, char**)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_ctx_get_uint64
alias pnng_ctx_get_uint64 = int function(nng_ctx, const(char)*, uint64_t*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_ctx_getopt
alias pnng_ctx_getopt = int function(nng_ctx, const(char)*, void*, size_t*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_ctx_getopt_bool
alias pnng_ctx_getopt_bool = int function(nng_ctx, const(char)*, bool*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_ctx_getopt_int
alias pnng_ctx_getopt_int = int function(nng_ctx, const(char)*, int*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_ctx_getopt_ms
alias pnng_ctx_getopt_ms = int function(nng_ctx, const(char)*, nng_duration*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_ctx_getopt_size
alias pnng_ctx_getopt_size = int function(nng_ctx, const(char)*, size_t*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_ctx_id
alias pnng_ctx_id = int function(nng_ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_ctx_open
alias pnng_ctx_open = int function(nng_ctx*, nng_socket)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_ctx_recv
alias pnng_ctx_recv = void function(nng_ctx, nng_aio*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_ctx_send
alias pnng_ctx_send = void function(nng_ctx, nng_aio*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_ctx_set
alias pnng_ctx_set = int function(nng_ctx, const(char)*, const void*, size_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_ctx_set_addr
alias pnng_ctx_set_addr = int function(nng_ctx, const(char)*, const nng_sockaddr*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_ctx_set_bool
alias pnng_ctx_set_bool = int function(nng_ctx, const(char)*, bool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_ctx_set_int
alias pnng_ctx_set_int = int function(nng_ctx, const(char)*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_ctx_set_ms
alias pnng_ctx_set_ms = int function(nng_ctx, const(char)*, nng_duration)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_ctx_set_ptr
alias pnng_ctx_set_ptr = int function(nng_ctx, const(char)*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_ctx_set_size
alias pnng_ctx_set_size = int function(nng_ctx, const(char)*, size_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_ctx_set_string
alias pnng_ctx_set_string = int function(nng_ctx, const(char)*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_ctx_set_uint64
alias pnng_ctx_set_uint64 = int function(nng_ctx, const(char)*, uint64_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_ctx_setopt
alias pnng_ctx_setopt = int function(nng_ctx, const(char)*, const void*, size_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_ctx_setopt_bool
alias pnng_ctx_setopt_bool = int function(nng_ctx, const(char)*, bool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_ctx_setopt_int
alias pnng_ctx_setopt_int = int function(nng_ctx, const(char)*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_ctx_setopt_ms
alias pnng_ctx_setopt_ms = int function(nng_ctx, const(char)*, nng_duration)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_ctx_setopt_size
alias pnng_ctx_setopt_size = int function(nng_ctx, const(char)*, size_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_cv_alloc
alias pnng_cv_alloc = int function(nng_cv**, nng_mtx*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_cv_free
alias pnng_cv_free = void function(nng_cv*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_cv_until
alias pnng_cv_until = int function(nng_cv*, nng_time)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_cv_wait
alias pnng_cv_wait = void function(nng_cv*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_cv_wake
alias pnng_cv_wake = void function(nng_cv*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_cv_wake1
alias pnng_cv_wake1 = void function(nng_cv*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_device
alias pnng_device = int function(nng_socket, nng_socket)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_dial
alias pnng_dial = int function(nng_socket, const(char)*, nng_dialer*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_dialer_close
alias pnng_dialer_close = int function(nng_dialer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_dialer_create
alias pnng_dialer_create = int function(nng_dialer*, nng_socket, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_dialer_get
alias pnng_dialer_get = int function(nng_dialer, const(char)*, void*, size_t*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_dialer_get_addr
alias pnng_dialer_get_addr = int function(nng_dialer, const(char)*, nng_sockaddr*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_dialer_get_bool
alias pnng_dialer_get_bool = int function(nng_dialer, const(char)*, bool*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_dialer_get_int
alias pnng_dialer_get_int = int function(nng_dialer, const(char)*, int*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_dialer_get_ms
alias pnng_dialer_get_ms = int function(nng_dialer, const(char)*, nng_duration*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_dialer_get_ptr
alias pnng_dialer_get_ptr = int function(nng_dialer, const(char)*, void**)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_dialer_get_size
alias pnng_dialer_get_size = int function(nng_dialer, const(char)*, size_t*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_dialer_get_string
alias pnng_dialer_get_string = int function(nng_dialer, const(char)*, char**)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_dialer_get_uint64
alias pnng_dialer_get_uint64 = int function(nng_dialer, const(char)*, uint64_t*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_dialer_getopt
alias pnng_dialer_getopt = int function(nng_dialer, const(char)*, void*, size_t*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_dialer_getopt_bool
alias pnng_dialer_getopt_bool = int function(nng_dialer, const(char)*, bool*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_dialer_getopt_int
alias pnng_dialer_getopt_int = int function(nng_dialer, const(char)*, int*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_dialer_getopt_ms
alias pnng_dialer_getopt_ms = int function(nng_dialer, const(char)*, nng_duration*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_dialer_getopt_ptr
alias pnng_dialer_getopt_ptr = int function(nng_dialer, const(char)*, void**)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_dialer_getopt_size
alias pnng_dialer_getopt_size = int function(nng_dialer, const(char)*, size_t*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_dialer_getopt_sockaddr
alias pnng_dialer_getopt_sockaddr = int function(nng_dialer, const(char)*, nng_sockaddr*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_dialer_getopt_string
alias pnng_dialer_getopt_string = int function(nng_dialer, const(char)*, char**)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_dialer_getopt_uint64
alias pnng_dialer_getopt_uint64 = int function(nng_dialer, const(char)*, uint64_t*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_dialer_id
alias pnng_dialer_id = int function(nng_dialer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_dialer_set
alias pnng_dialer_set = int function(nng_dialer, const(char)*, const void*, size_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_dialer_set_addr
alias pnng_dialer_set_addr = int function(nng_dialer, const(char)*, const nng_sockaddr*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_dialer_set_bool
alias pnng_dialer_set_bool = int function(nng_dialer, const(char)*, bool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_dialer_set_int
alias pnng_dialer_set_int = int function(nng_dialer, const(char)*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_dialer_set_ms
alias pnng_dialer_set_ms = int function(nng_dialer, const(char)*, nng_duration)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_dialer_set_ptr
alias pnng_dialer_set_ptr = int function(nng_dialer, const(char)*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_dialer_set_size
alias pnng_dialer_set_size = int function(nng_dialer, const(char)*, size_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_dialer_set_string
alias pnng_dialer_set_string = int function(nng_dialer, const(char)*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_dialer_set_uint64
alias pnng_dialer_set_uint64 = int function(nng_dialer, const(char)*, uint64_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_dialer_setopt
alias pnng_dialer_setopt = int function(nng_dialer, const(char)*, const void*, size_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_dialer_setopt_bool
alias pnng_dialer_setopt_bool = int function(nng_dialer, const(char)*, bool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_dialer_setopt_int
alias pnng_dialer_setopt_int = int function(nng_dialer, const(char)*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_dialer_setopt_ms
alias pnng_dialer_setopt_ms = int function(nng_dialer, const(char)*, nng_duration)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_dialer_setopt_ptr
alias pnng_dialer_setopt_ptr = int function(nng_dialer, const(char)*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_dialer_setopt_size
alias pnng_dialer_setopt_size = int function(nng_dialer, const(char)*, size_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_dialer_setopt_string
alias pnng_dialer_setopt_string = int function(nng_dialer, const(char)*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_dialer_setopt_uint64
alias pnng_dialer_setopt_uint64 = int function(nng_dialer, const(char)*, uint64_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_dialer_start
alias pnng_dialer_start = int function(nng_dialer, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_fini
alias pnng_fini = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_free
alias pnng_free = void function(void*, size_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_getopt
alias pnng_getopt = int function(nng_socket, const(char)*, void*, size_t*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_getopt_bool
alias pnng_getopt_bool = int function(nng_socket, const(char)*, bool*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_getopt_int
alias pnng_getopt_int = int function(nng_socket, const(char)*, int*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_getopt_ms
alias pnng_getopt_ms = int function(nng_socket, const(char)*, nng_duration*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_getopt_ptr
alias pnng_getopt_ptr = int function(nng_socket, const(char)*, void**)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_getopt_size
alias pnng_getopt_size = int function(nng_socket, const(char)*, size_t*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_getopt_string
alias pnng_getopt_string = int function(nng_socket, const(char)*, char**)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_getopt_uint64
alias pnng_getopt_uint64 = int function(nng_socket, const(char)*, uint64_t*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_client_alloc
alias pnng_http_client_alloc = int function(nng_http_client**, const nng_url*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_client_connect
alias pnng_http_client_connect = void function(nng_http_client*, nng_aio*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_client_free
alias pnng_http_client_free = void function(nng_http_client*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_client_get_tls
alias pnng_http_client_get_tls = int function(nng_http_client*, nng_tls_config**)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_client_set_tls
alias pnng_http_client_set_tls = int function(nng_http_client*, nng_tls_config*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_client_transact
alias pnng_http_client_transact = void function(nng_http_client*, nng_http_req*, nng_http_res*, nng_aio*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_conn_close
alias pnng_http_conn_close = void function(nng_http_conn*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_conn_read
alias pnng_http_conn_read = void function(nng_http_conn*, nng_aio*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_conn_read_all
alias pnng_http_conn_read_all = void function(nng_http_conn*, nng_aio*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_conn_read_req
alias pnng_http_conn_read_req = void function(nng_http_conn*, nng_http_req*, nng_aio*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_conn_read_res
alias pnng_http_conn_read_res = void function(nng_http_conn*, nng_http_res*, nng_aio*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_conn_transact
alias pnng_http_conn_transact = void function(nng_http_conn*, nng_http_req*, nng_http_res*, nng_aio*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_conn_write
alias pnng_http_conn_write = void function(nng_http_conn*, nng_aio*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_conn_write_all
alias pnng_http_conn_write_all = void function(nng_http_conn*, nng_aio*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_conn_write_req
alias pnng_http_conn_write_req = void function(nng_http_conn*, nng_http_req*, nng_aio*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_conn_write_res
alias pnng_http_conn_write_res = void function(nng_http_conn*, nng_http_res*, nng_aio*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_handler_alloc
alias pnng_http_handler_alloc = int function(nng_http_handler**, const(char)*, void**)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_handler_alloc_directory
alias pnng_http_handler_alloc_directory = int function(nng_http_handler**, const(char)*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_handler_alloc_file
alias pnng_http_handler_alloc_file = int function(nng_http_handler**, const(char)*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_handler_alloc_redirect
alias pnng_http_handler_alloc_redirect = int function(nng_http_handler**, const(char)*, uint16_t, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_handler_alloc_static
alias pnng_http_handler_alloc_static = int function(nng_http_handler**, const(char)*, const void*, size_t, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_handler_collect_body
alias pnng_http_handler_collect_body = int function(nng_http_handler*, bool, size_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_handler_free
alias pnng_http_handler_free = void function(nng_http_handler*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_handler_get_data
alias pnng_http_handler_get_data = void* function(nng_http_handler*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_handler_set_data
alias pnng_http_handler_set_data = int function(nng_http_handler*, void*, void**)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_handler_set_host
alias pnng_http_handler_set_host = int function(nng_http_handler*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_handler_set_method
alias pnng_http_handler_set_method = int function(nng_http_handler*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_handler_set_tree
alias pnng_http_handler_set_tree = int function(nng_http_handler*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_hijack
alias pnng_http_hijack = int function(nng_http_conn*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_req_add_header
alias pnng_http_req_add_header = int function(nng_http_req*, const(char)*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_req_alloc
alias pnng_http_req_alloc = int function(nng_http_req**, const nng_url*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_req_copy_data
alias pnng_http_req_copy_data = int function(nng_http_req*, const void*, size_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_req_del_header
alias pnng_http_req_del_header = int function(nng_http_req*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_req_free
alias pnng_http_req_free = void function(nng_http_req*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_req_get_data
alias pnng_http_req_get_data = void function(nng_http_req*, void**, size_t*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_req_get_header
alias pnng_http_req_get_header = const(char)* function(nng_http_req*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_req_get_method
alias pnng_http_req_get_method = const(char)* function(nng_http_req*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_req_get_uri
alias pnng_http_req_get_uri = const(char)* function(nng_http_req*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_req_get_version
alias pnng_http_req_get_version = const(char)* function(nng_http_req*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_req_reset
alias pnng_http_req_reset = void function(nng_http_req*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_req_set_data
alias pnng_http_req_set_data = int function(nng_http_req*, const void*, size_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_req_set_header
alias pnng_http_req_set_header = int function(nng_http_req*, const(char)*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_req_set_method
alias pnng_http_req_set_method = int function(nng_http_req*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_req_set_uri
alias pnng_http_req_set_uri = int function(nng_http_req*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_req_set_version
alias pnng_http_req_set_version = int function(nng_http_req*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_res_add_header
alias pnng_http_res_add_header = int function(nng_http_res*, const(char)*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_res_alloc
alias pnng_http_res_alloc = int function(nng_http_res**)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_res_alloc_error
alias pnng_http_res_alloc_error = int function(nng_http_res**, uint16_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_res_copy_data
alias pnng_http_res_copy_data = int function(nng_http_res*, const void*, size_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_res_del_header
alias pnng_http_res_del_header = int function(nng_http_res*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_res_free
alias pnng_http_res_free = void function(nng_http_res*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_res_get_data
alias pnng_http_res_get_data = void function(nng_http_res*, void**, size_t*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_res_get_header
alias pnng_http_res_get_header = const(char)* function(nng_http_res*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_res_get_reason
alias pnng_http_res_get_reason = const(char)* function(nng_http_res*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_res_get_status
alias pnng_http_res_get_status = uint16_t function(nng_http_res*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_res_get_version
alias pnng_http_res_get_version = const(char)* function(nng_http_res*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_res_reset
alias pnng_http_res_reset = void function(nng_http_res*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_res_set_data
alias pnng_http_res_set_data = int function(nng_http_res*, const void*, size_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_res_set_header
alias pnng_http_res_set_header = int function(nng_http_res*, const(char)*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_res_set_reason
alias pnng_http_res_set_reason = int function(nng_http_res*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_res_set_status
alias pnng_http_res_set_status = int function(nng_http_res*, uint16_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_res_set_version
alias pnng_http_res_set_version = int function(nng_http_res*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_server_add_handler
alias pnng_http_server_add_handler = int function(nng_http_server*, nng_http_handler*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_server_del_handler
alias pnng_http_server_del_handler = int function(nng_http_server*, nng_http_handler*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_server_get_addr
alias pnng_http_server_get_addr = int function(nng_http_server*, nng_sockaddr*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_server_get_tls
alias pnng_http_server_get_tls = int function(nng_http_server*, nng_tls_config**)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_server_hold
alias pnng_http_server_hold = int function(nng_http_server**, const nng_url*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_server_release
alias pnng_http_server_release = void function(nng_http_server*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_server_res_error
alias pnng_http_server_res_error = int function(nng_http_server*, nng_http_res*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_server_set_error_file
alias pnng_http_server_set_error_file = int function(nng_http_server*, uint16_t, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_server_set_error_page
alias pnng_http_server_set_error_page = int function(nng_http_server*, uint16_t, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_server_set_tls
alias pnng_http_server_set_tls = int function(nng_http_server*, nng_tls_config*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_server_start
alias pnng_http_server_start = int function(nng_http_server*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_http_server_stop
alias pnng_http_server_stop = void function(nng_http_server*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_inproc_register
alias pnng_inproc_register = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_ipc_register
alias pnng_ipc_register = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_listen
alias pnng_listen = int function(nng_socket, const(char)*, nng_listener*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_listener_close
alias pnng_listener_close = int function(nng_listener)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_listener_create
alias pnng_listener_create = int function(nng_listener*, nng_socket, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_listener_get
alias pnng_listener_get = int function(nng_listener, const(char)*, void*, size_t*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_listener_get_addr
alias pnng_listener_get_addr = int function(nng_listener, const(char)*, nng_sockaddr*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_listener_get_bool
alias pnng_listener_get_bool = int function(nng_listener, const(char)*, bool*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_listener_get_int
alias pnng_listener_get_int = int function(nng_listener, const(char)*, int*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_listener_get_ms
alias pnng_listener_get_ms = int function(nng_listener, const(char)*, nng_duration*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_listener_get_ptr
alias pnng_listener_get_ptr = int function(nng_listener, const(char)*, void**)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_listener_get_size
alias pnng_listener_get_size = int function(nng_listener, const(char)*, size_t*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_listener_get_string
alias pnng_listener_get_string = int function(nng_listener, const(char)*, char**)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_listener_get_uint64
alias pnng_listener_get_uint64 = int function(nng_listener, const(char)*, uint64_t*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_listener_getopt
alias pnng_listener_getopt = int function(nng_listener, const(char)*, void*, size_t*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_listener_getopt_bool
alias pnng_listener_getopt_bool = int function(nng_listener, const(char)*, bool*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_listener_getopt_int
alias pnng_listener_getopt_int = int function(nng_listener, const(char)*, int*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_listener_getopt_ms
alias pnng_listener_getopt_ms = int function(nng_listener, const(char)*, nng_duration*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_listener_getopt_ptr
alias pnng_listener_getopt_ptr = int function(nng_listener, const(char)*, void**)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_listener_getopt_size
alias pnng_listener_getopt_size = int function(nng_listener, const(char)*, size_t*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_listener_getopt_sockaddr
alias pnng_listener_getopt_sockaddr = int function(nng_listener, const(char)*, nng_sockaddr*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_listener_getopt_string
alias pnng_listener_getopt_string = int function(nng_listener, const(char)*, char**)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_listener_getopt_uint64
alias pnng_listener_getopt_uint64 = int function(nng_listener, const(char)*, uint64_t*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_listener_id
alias pnng_listener_id = int function(nng_listener)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_listener_set
alias pnng_listener_set = int function(nng_listener, const(char)*, const void*, size_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_listener_set_addr
alias pnng_listener_set_addr = int function(nng_listener, const(char)*, const nng_sockaddr*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_listener_set_bool
alias pnng_listener_set_bool = int function(nng_listener, const(char)*, bool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_listener_set_int
alias pnng_listener_set_int = int function(nng_listener, const(char)*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_listener_set_ms
alias pnng_listener_set_ms = int function(nng_listener, const(char)*, nng_duration)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_listener_set_ptr
alias pnng_listener_set_ptr = int function(nng_listener, const(char)*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_listener_set_size
alias pnng_listener_set_size = int function(nng_listener, const(char)*, size_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_listener_set_string
alias pnng_listener_set_string = int function(nng_listener, const(char)*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_listener_set_uint64
alias pnng_listener_set_uint64 = int function(nng_listener, const(char)*, uint64_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_listener_setopt
alias pnng_listener_setopt = int function(nng_listener, const(char)*, const void*, size_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_listener_setopt_bool
alias pnng_listener_setopt_bool = int function(nng_listener, const(char)*, bool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_listener_setopt_int
alias pnng_listener_setopt_int = int function(nng_listener, const(char)*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_listener_setopt_ms
alias pnng_listener_setopt_ms = int function(nng_listener, const(char)*, nng_duration)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_listener_setopt_ptr
alias pnng_listener_setopt_ptr = int function(nng_listener, const(char)*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_listener_setopt_size
alias pnng_listener_setopt_size = int function(nng_listener, const(char)*, size_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_listener_setopt_string
alias pnng_listener_setopt_string = int function(nng_listener, const(char)*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_listener_setopt_uint64
alias pnng_listener_setopt_uint64 = int function(nng_listener, const(char)*, uint64_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_listener_start
alias pnng_listener_start = int function(nng_listener, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_msg_alloc
alias pnng_msg_alloc = int function(nng_msg**, size_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_msg_append
alias pnng_msg_append = int function(nng_msg*, const void*, size_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_msg_append_u16
alias pnng_msg_append_u16 = int function(nng_msg*, uint16_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_msg_append_u32
alias pnng_msg_append_u32 = int function(nng_msg*, uint32_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_msg_append_u64
alias pnng_msg_append_u64 = int function(nng_msg*, uint64_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_msg_body
alias pnng_msg_body = void* function(nng_msg*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_msg_chop
alias pnng_msg_chop = int function(nng_msg*, size_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_msg_chop_u16
alias pnng_msg_chop_u16 = int function(nng_msg*, uint16_t*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_msg_chop_u32
alias pnng_msg_chop_u32 = int function(nng_msg*, uint32_t*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_msg_chop_u64
alias pnng_msg_chop_u64 = int function(nng_msg*, uint64_t*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_msg_clear
alias pnng_msg_clear = void function(nng_msg*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_msg_dup
alias pnng_msg_dup = int function(nng_msg**, const nng_msg*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_msg_free
alias pnng_msg_free = void function(nng_msg*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_msg_get_pipe
alias pnng_msg_get_pipe = nng_pipe function(const nng_msg*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_msg_getopt
alias pnng_msg_getopt = int function(nng_msg*, int, void*, size_t*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_msg_header
alias pnng_msg_header = void* function(nng_msg*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_msg_header_append
alias pnng_msg_header_append = int function(nng_msg*, const void*, size_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_msg_header_append_u16
alias pnng_msg_header_append_u16 = int function(nng_msg*, uint16_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_msg_header_append_u32
alias pnng_msg_header_append_u32 = int function(nng_msg*, uint32_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_msg_header_append_u64
alias pnng_msg_header_append_u64 = int function(nng_msg*, uint64_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_msg_header_chop
alias pnng_msg_header_chop = int function(nng_msg*, size_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_msg_header_chop_u16
alias pnng_msg_header_chop_u16 = int function(nng_msg*, uint16_t*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_msg_header_chop_u32
alias pnng_msg_header_chop_u32 = int function(nng_msg*, uint32_t*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_msg_header_chop_u64
alias pnng_msg_header_chop_u64 = int function(nng_msg*, uint64_t*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_msg_header_clear
alias pnng_msg_header_clear = void function(nng_msg*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_msg_header_insert
alias pnng_msg_header_insert = int function(nng_msg*, const void*, size_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_msg_header_insert_u16
alias pnng_msg_header_insert_u16 = int function(nng_msg*, uint16_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_msg_header_insert_u32
alias pnng_msg_header_insert_u32 = int function(nng_msg*, uint32_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_msg_header_insert_u64
alias pnng_msg_header_insert_u64 = int function(nng_msg*, uint64_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_msg_header_len
alias pnng_msg_header_len = size_t function(const nng_msg*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_msg_header_trim
alias pnng_msg_header_trim = int function(nng_msg*, size_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_msg_header_trim_u16
alias pnng_msg_header_trim_u16 = int function(nng_msg*, uint16_t*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_msg_header_trim_u32
alias pnng_msg_header_trim_u32 = int function(nng_msg*, uint32_t*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_msg_header_trim_u64
alias pnng_msg_header_trim_u64 = int function(nng_msg*, uint64_t*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_msg_insert
alias pnng_msg_insert = int function(nng_msg*, const void*, size_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_msg_insert_u16
alias pnng_msg_insert_u16 = int function(nng_msg*, uint16_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_msg_insert_u32
alias pnng_msg_insert_u32 = int function(nng_msg*, uint32_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_msg_insert_u64
alias pnng_msg_insert_u64 = int function(nng_msg*, uint64_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_msg_len
alias pnng_msg_len = size_t function(const nng_msg*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_msg_realloc
alias pnng_msg_realloc = int function(nng_msg*, size_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_msg_set_pipe
alias pnng_msg_set_pipe = void function(nng_msg*, nng_pipe)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_msg_trim
alias pnng_msg_trim = int function(nng_msg*, size_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_msg_trim_u16
alias pnng_msg_trim_u16 = int function(nng_msg*, uint16_t*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_msg_trim_u32
alias pnng_msg_trim_u32 = int function(nng_msg*, uint32_t*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_msg_trim_u64
alias pnng_msg_trim_u64 = int function(nng_msg*, uint64_t*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_msleep
alias pnng_msleep = void function(nng_duration)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_mtx_alloc
alias pnng_mtx_alloc = int function(nng_mtx**)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_mtx_free
alias pnng_mtx_free = void function(nng_mtx*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_mtx_lock
alias pnng_mtx_lock = void function(nng_mtx*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_mtx_unlock
alias pnng_mtx_unlock = void function(nng_mtx*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_opts_parse
alias pnng_opts_parse = int function(int argc, const(char)* argv, const nng_optspec* opts, int* val, char** optarg, int* optidx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_pair0_open
alias pnng_pair0_open = int function(nng_socket*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_pair0_open_raw
alias pnng_pair0_open_raw = int function(nng_socket*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_pair1_open
alias pnng_pair1_open = int function(nng_socket*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_pair1_open_raw
alias pnng_pair1_open_raw = int function(nng_socket*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_pipe_close
alias pnng_pipe_close = int function(nng_pipe)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_pipe_dialer
alias pnng_pipe_dialer = nng_dialer function(nng_pipe)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_pipe_get
alias pnng_pipe_get = int function(nng_pipe, const(char)*, void*, size_t*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_pipe_get_addr
alias pnng_pipe_get_addr = int function(nng_pipe, const(char)*, nng_sockaddr*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_pipe_get_bool
alias pnng_pipe_get_bool = int function(nng_pipe, const(char)*, bool*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_pipe_get_int
alias pnng_pipe_get_int = int function(nng_pipe, const(char)*, int*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_pipe_get_ms
alias pnng_pipe_get_ms = int function(nng_pipe, const(char)*, nng_duration*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_pipe_get_ptr
alias pnng_pipe_get_ptr = int function(nng_pipe, const(char)*, void**)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_pipe_get_size
alias pnng_pipe_get_size = int function(nng_pipe, const(char)*, size_t*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_pipe_get_string
alias pnng_pipe_get_string = int function(nng_pipe, const(char)*, char**)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_pipe_get_uint64
alias pnng_pipe_get_uint64 = int function(nng_pipe, const(char)*, uint64_t*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_pipe_getopt
alias pnng_pipe_getopt = int function(nng_pipe, const(char)*, void*, size_t*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_pipe_getopt_bool
alias pnng_pipe_getopt_bool = int function(nng_pipe, const(char)*, bool*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_pipe_getopt_int
alias pnng_pipe_getopt_int = int function(nng_pipe, const(char)*, int*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_pipe_getopt_ms
alias pnng_pipe_getopt_ms = int function(nng_pipe, const(char)*, nng_duration*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_pipe_getopt_ptr
alias pnng_pipe_getopt_ptr = int function(nng_pipe, const(char)*, void**)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_pipe_getopt_size
alias pnng_pipe_getopt_size = int function(nng_pipe, const(char)*, size_t*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_pipe_getopt_sockaddr
alias pnng_pipe_getopt_sockaddr = int function(nng_pipe, const(char)*, nng_sockaddr*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_pipe_getopt_string
alias pnng_pipe_getopt_string = int function(nng_pipe, const(char)*, char**)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_pipe_getopt_uint64
alias pnng_pipe_getopt_uint64 = int function(nng_pipe, const(char)*, uint64_t*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_pipe_id
alias pnng_pipe_id = int function(nng_pipe)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_pipe_listener
alias pnng_pipe_listener = nng_listener function(nng_pipe)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_pipe_notify
alias pnng_pipe_notify = int function(nng_socket, nng_pipe_ev, nng_pipe_cb, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_pipe_socket
alias pnng_pipe_socket = nng_socket function(nng_pipe)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_pub0_open
alias pnng_pub0_open = int function(nng_socket*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_pub0_open_raw
alias pnng_pub0_open_raw = int function(nng_socket*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_pub_open
alias pnng_pub_open = nng_pub0_open
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_pub_open_raw
alias pnng_pub_open_raw = nng_pub0_open_raw
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_pull0_open
alias pnng_pull0_open = int function(nng_socket*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_pull0_open_raw
alias pnng_pull0_open_raw = int function(nng_socket*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_pull_open
alias pnng_pull_open = nng_pull0_open
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_pull_open_raw
alias pnng_pull_open_raw = nng_pull0_open_raw
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_push0_open
alias pnng_push0_open = int function(nng_socket*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_push0_open_raw
alias pnng_push0_open_raw = int function(nng_socket*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_push_open
alias pnng_push_open = nng_push0_open
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_push_open_raw
alias pnng_push_open_raw = nng_push0_open_raw
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_random
alias pnng_random = uint32_t function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_recv
alias pnng_recv = int function(nng_socket, void*, size_t*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_recv_aio
alias pnng_recv_aio = void function(nng_socket, nng_aio*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_recvmsg
alias pnng_recvmsg = int function(nng_socket, nng_msg**, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_rep0_open
alias pnng_rep0_open = int function(nng_socket*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_rep0_open_raw
alias pnng_rep0_open_raw = int function(nng_socket*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_rep_open
alias pnng_rep_open = nng_rep0_open
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_rep_open_raw
alias pnng_rep_open_raw = pnng_rep0_open_raw
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_req0_open
alias pnng_req0_open = int function(nng_socket*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_req0_open_raw
alias pnng_req0_open_raw = int function(nng_socket*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_req_open
alias pnng_req_open = nng_req0_open
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_req_open_raw
alias pnng_req_open_raw = pnng_req0_open_raw
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_respondent0_open
alias pnng_respondent0_open = int function(nng_socket*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_respondent0_open_raw
alias pnng_respondent0_open_raw = int function(nng_socket*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_respondent_open
alias pnng_respondent_open = nng_respondent0_open
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_respondent_open_raw
alias pnng_respondent_open_raw = nng_respondent0_open_raw
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_send
alias pnng_send = int function(nng_socket, void*, size_t, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_send_aio
alias pnng_send_aio = void function(nng_socket, nng_aio*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_sendmsg
alias pnng_sendmsg = int function(nng_socket, nng_msg*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_setopt
alias pnng_setopt = int function(nng_socket, const(char)*, const void*, size_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_setopt_bool
alias pnng_setopt_bool = int function(nng_socket, const(char)*, bool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_setopt_int
alias pnng_setopt_int = int function(nng_socket, const(char)*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_setopt_ms
alias pnng_setopt_ms = int function(nng_socket, const(char)*, nng_duration)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_setopt_ptr
alias pnng_setopt_ptr = int function(nng_socket, const(char)*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_setopt_size
alias pnng_setopt_size = int function(nng_socket, const(char)*, size_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_setopt_string
alias pnng_setopt_string = int function(nng_socket, const(char)*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_setopt_uint64
alias pnng_setopt_uint64 = int function(nng_socket, const(char)*, uint64_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_sleep_aio
alias pnng_sleep_aio = void function(nng_duration, nng_aio*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_socket_get
alias pnng_socket_get = int function(nng_socket, const(char)*, void*, size_t*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_socket_get_addr
alias pnng_socket_get_addr = int function(nng_socket, const(char)*, nng_sockaddr*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_socket_get_bool
alias pnng_socket_get_bool = int function(nng_socket, const(char)*, bool*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_socket_get_int
alias pnng_socket_get_int = int function(nng_socket, const(char)*, int*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_socket_get_ms
alias pnng_socket_get_ms = int function(nng_socket, const(char)*, nng_duration*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_socket_get_ptr
alias pnng_socket_get_ptr = int function(nng_socket, const(char)*, void**)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_socket_get_size
alias pnng_socket_get_size = int function(nng_socket, const(char)*, size_t*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_socket_get_string
alias pnng_socket_get_string = int function(nng_socket, const(char)*, char**)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_socket_get_uint64
alias pnng_socket_get_uint64 = int function(nng_socket, const(char)*, uint64_t*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_socket_id
alias pnng_socket_id = int function(nng_socket)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_socket_set
alias pnng_socket_set = int function(nng_socket, const(char)*, const void*, size_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_socket_set_addr
alias pnng_socket_set_addr = int function(nng_socket, const(char)*, const nng_sockaddr*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_socket_set_bool
alias pnng_socket_set_bool = int function(nng_socket, const(char)*, bool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_socket_set_int
alias pnng_socket_set_int = int function(nng_socket, const(char)*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_socket_set_ms
alias pnng_socket_set_ms = int function(nng_socket, const(char)*, nng_duration)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_socket_set_ptr
alias pnng_socket_set_ptr = int function(nng_socket, const(char)*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_socket_set_size
alias pnng_socket_set_size = int function(nng_socket, const(char)*, size_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_socket_set_string
alias pnng_socket_set_string = int function(nng_socket, const(char)*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_socket_set_uint64
alias pnng_socket_set_uint64 = int function(nng_socket, const(char)*, uint64_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stat_child
alias pnng_stat_child = nng_stat* function(nng_stat*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stat_desc
alias pnng_stat_desc = const(char)* function(nng_stat*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stat_find
alias pnng_stat_find = nng_stat* function(nng_stat*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stat_find_dialer
alias pnng_stat_find_dialer = nng_stat* function(nng_stat*, nng_dialer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stat_find_listener
alias pnng_stat_find_listener = nng_stat* function(nng_stat*, nng_listener)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stat_find_socket
alias pnng_stat_find_socket = nng_stat* function(nng_stat*, nng_socket)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stat_name
alias pnng_stat_name = const(char)* function(nng_stat*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stat_next
alias pnng_stat_next = nng_stat* function(nng_stat*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stat_string
alias pnng_stat_string = const(char)* function(nng_stat*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stat_timestamp
alias pnng_stat_timestamp = uint64_t function(nng_stat*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stat_type
alias pnng_stat_type = int function(nng_stat*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stat_unit
alias pnng_stat_unit = int function(nng_stat*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stat_value
alias pnng_stat_value = uint64_t function(nng_stat*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stats_dump
alias pnng_stats_dump = void function(nng_stat*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stats_free
alias pnng_stats_free = void function(nng_stat*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stats_get
alias pnng_stats_get = int function(nng_stat**)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_strdup
alias pnng_strdup = char* function(const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_close
alias pnng_stream_close = void function(nng_stream*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_dialer_alloc
alias pnng_stream_dialer_alloc = int function(nng_stream_dialer**, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_dialer_alloc_url
alias pnng_stream_dialer_alloc_url = int function(nng_stream_dialer**, const nng_url*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_dialer_close
alias pnng_stream_dialer_close = void function(nng_stream_dialer*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_dialer_dial
alias pnng_stream_dialer_dial = void function(nng_stream_dialer*, nng_aio*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_dialer_free
alias pnng_stream_dialer_free = void function(nng_stream_dialer*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_dialer_get
alias pnng_stream_dialer_get = int function(nng_stream_dialer*, const(char)*, void*, size_t*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_dialer_get_addr
alias pnng_stream_dialer_get_addr = int function(nng_stream_dialer*, const(char)*, nng_sockaddr*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_dialer_get_bool
alias pnng_stream_dialer_get_bool = int function(nng_stream_dialer*, const(char)*, bool*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_dialer_get_int
alias pnng_stream_dialer_get_int = int function(nng_stream_dialer*, const(char)*, int*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_dialer_get_ms
alias pnng_stream_dialer_get_ms = int function(nng_stream_dialer*, const(char)*, nng_duration*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_dialer_get_ptr
alias pnng_stream_dialer_get_ptr = int function(nng_stream_dialer*, const(char)*, void**)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_dialer_get_size
alias pnng_stream_dialer_get_size = int function(nng_stream_dialer*, const(char)*, size_t*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_dialer_get_string
alias pnng_stream_dialer_get_string = int function(nng_stream_dialer*, const(char)*, char**)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_dialer_get_uint64
alias pnng_stream_dialer_get_uint64 = int function(nng_stream_dialer*, const(char)*, uint64_t*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_dialer_set
alias pnng_stream_dialer_set = int function(nng_stream_dialer*, const(char)*, const void*, size_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_dialer_set_addr
alias pnng_stream_dialer_set_addr = int function(nng_stream_dialer*, const(char)*, const nng_sockaddr*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_dialer_set_bool
alias pnng_stream_dialer_set_bool = int function(nng_stream_dialer*, const(char)*, bool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_dialer_set_int
alias pnng_stream_dialer_set_int = int function(nng_stream_dialer*, const(char)*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_dialer_set_ms
alias pnng_stream_dialer_set_ms = int function(nng_stream_dialer*, const(char)*, nng_duration)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_dialer_set_ptr
alias pnng_stream_dialer_set_ptr = int function(nng_stream_dialer*, const(char)*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_dialer_set_size
alias pnng_stream_dialer_set_size = int function(nng_stream_dialer*, const(char)*, size_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_dialer_set_string
alias pnng_stream_dialer_set_string = int function(nng_stream_dialer*, const(char)*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_dialer_set_uint64
alias pnng_stream_dialer_set_uint64 = int function(nng_stream_dialer*, const(char)*, uint64_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_free
alias pnng_stream_free = void function(nng_stream*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_get
alias pnng_stream_get = int function(nng_stream*, const(char)*, void*, size_t*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_get_addr
alias pnng_stream_get_addr = int function(nng_stream*, const(char)*, nng_sockaddr*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_get_bool
alias pnng_stream_get_bool = int function(nng_stream*, const(char)*, bool*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_get_int
alias pnng_stream_get_int = int function(nng_stream*, const(char)*, int*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_get_ms
alias pnng_stream_get_ms = int function(nng_stream*, const(char)*, nng_duration*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_get_ptr
alias pnng_stream_get_ptr = int function(nng_stream*, const(char)*, void**)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_get_size
alias pnng_stream_get_size = int function(nng_stream*, const(char)*, size_t*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_get_string
alias pnng_stream_get_string = int function(nng_stream*, const(char)*, char**)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_get_uint64
alias pnng_stream_get_uint64 = int function(nng_stream*, const(char)*, uint64_t*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_listener_accept
alias pnng_stream_listener_accept = void function(nng_stream_listener*, nng_aio*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_listener_alloc
alias pnng_stream_listener_alloc = int function(nng_stream_listener**, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_listener_alloc_url
alias pnng_stream_listener_alloc_url = int function(nng_stream_listener**, const nng_url*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_listener_close
alias pnng_stream_listener_close = void function(nng_stream_listener*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_listener_free
alias pnng_stream_listener_free = void function(nng_stream_listener*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_listener_get
alias pnng_stream_listener_get = int function(nng_stream_listener*, const(char)*, void*, size_t*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_listener_get_addr
alias pnng_stream_listener_get_addr = int function(nng_stream_listener*, const(char)*, nng_sockaddr*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_listener_get_bool
alias pnng_stream_listener_get_bool = int function(nng_stream_listener*, const(char)*, bool*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_listener_get_int
alias pnng_stream_listener_get_int = int function(nng_stream_listener*, const(char)*, int*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_listener_get_ms
alias pnng_stream_listener_get_ms = int function(nng_stream_listener*, const(char)*, nng_duration*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_listener_get_ptr
alias pnng_stream_listener_get_ptr = int function(nng_stream_listener*, const(char)*, void**)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_listener_get_size
alias pnng_stream_listener_get_size = int function(nng_stream_listener*, const(char)*, size_t*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_listener_get_string
alias pnng_stream_listener_get_string = int function(nng_stream_listener*, const(char)*, char**)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_listener_get_uint64
alias pnng_stream_listener_get_uint64 = int function(nng_stream_listener*, const(char)*, uint64_t*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_listener_listen
alias pnng_stream_listener_listen = int function(nng_stream_listener*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_listener_set
alias pnng_stream_listener_set = int function(nng_stream_listener*, const(char)*, const void*, size_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_listener_set_addr
alias pnng_stream_listener_set_addr = int function(nng_stream_listener*, const(char)*, const nng_sockaddr*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_listener_set_bool
alias pnng_stream_listener_set_bool = int function(nng_stream_listener*, const(char)*, bool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_listener_set_int
alias pnng_stream_listener_set_int = int function(nng_stream_listener*, const(char)*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_listener_set_ms
alias pnng_stream_listener_set_ms = int function(nng_stream_listener*, const(char)*, nng_duration)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_listener_set_ptr
alias pnng_stream_listener_set_ptr = int function(nng_stream_listener*, const(char)*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_listener_set_size
alias pnng_stream_listener_set_size = int function(nng_stream_listener*, const(char)*, size_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_listener_set_string
alias pnng_stream_listener_set_string = int function(nng_stream_listener*, const(char)*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_listener_set_uint64
alias pnng_stream_listener_set_uint64 = int function(nng_stream_listener*, const(char)*, uint64_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_recv
alias pnng_stream_recv = void function(nng_stream*, nng_aio*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_send
alias pnng_stream_send = void function(nng_stream*, nng_aio*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_set
alias pnng_stream_set = int function(nng_stream*, const(char)*, const void*, size_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_set_addr
alias pnng_stream_set_addr = int function(nng_stream*, const(char)*, const nng_sockaddr*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_set_bool
alias pnng_stream_set_bool = int function(nng_stream*, const(char)*, bool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_set_int
alias pnng_stream_set_int = int function(nng_stream*, const(char)*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_set_ms
alias pnng_stream_set_ms = int function(nng_stream*, const(char)*, nng_duration)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_set_ptr
alias pnng_stream_set_ptr = int function(nng_stream*, const(char)*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_set_size
alias pnng_stream_set_size = int function(nng_stream*, const(char)*, size_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_set_string
alias pnng_stream_set_string = int function(nng_stream*, const(char)*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_stream_set_uint64
alias pnng_stream_set_uint64 = int function(nng_stream*, const(char)*, uint64_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_strerror
alias pnng_strerror = const(char)* function(int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_strfree
alias pnng_strfree = void function(char*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_sub0_open
alias pnng_sub0_open = int function(nng_socket*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_sub0_open_raw
alias pnng_sub0_open_raw = int function(nng_socket*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_sub_open
alias pnng_sub_open = nng_sub0_open
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_sub_open_raw
alias pnng_sub_open_raw = nng_sub0_open_raw
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_surveyor0_open
alias pnng_surveyor0_open = int function(nng_socket*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_surveyor0_open_raw
alias pnng_surveyor0_open_raw = int function(nng_socket*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_surveyor_open
alias pnng_surveyor_open = nng_surveyor0_open
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_surveyor_open_raw
alias pnng_surveyor_open_raw = nng_surveyor0_open_raw
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_tcp_register
alias pnng_tcp_register = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_thread_create
alias pnng_thread_create = int function(nng_thread**, void**, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_thread_destroy
alias pnng_thread_destroy = void function(nng_thread*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_tls_config_alloc
alias pnng_tls_config_alloc = int function(nng_tls_config**, nng_tls_mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_tls_config_auth_mode
alias pnng_tls_config_auth_mode = int function(nng_tls_config*, nng_tls_auth_mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_tls_config_ca_chain
alias pnng_tls_config_ca_chain = int function(nng_tls_config*, const(char)*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_tls_config_ca_file
alias pnng_tls_config_ca_file = int function(nng_tls_config*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_tls_config_cert_key_file
alias pnng_tls_config_cert_key_file = int function(nng_tls_config*, const(char)*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_tls_config_free
alias pnng_tls_config_free = void function(nng_tls_config*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_tls_config_hold
alias pnng_tls_config_hold = void function(nng_tls_config*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_tls_config_key
alias pnng_tls_config_key = int function(nng_tls_config*, const uint8_t*, size_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_tls_config_own_cert
alias pnng_tls_config_own_cert = int function(nng_tls_config*, const(char)*, const(char)*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_tls_config_pass
alias pnng_tls_config_pass = int function(nng_tls_config*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_tls_config_server_name
alias pnng_tls_config_server_name = int function(nng_tls_config*, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_tls_register
alias pnng_tls_register = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_url_clone
alias pnng_url_clone = int function(nng_url**, const nng_url*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_url_free
alias pnng_url_free = void function(nng_url*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_url_parse
alias pnng_url_parse = int function(nng_url**, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_version
alias pnng_version = const(char)* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_ws_register
alias pnng_ws_register = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_wss_register
alias pnng_wss_register = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pnng_zt_register
alias pnng_zt_register = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

NNGSupport
enum NNGSupport
Undocumented in source.

Functions

isNNGLoaded
bool isNNGLoaded()
Undocumented in source. Be warned that the author may not have intended to support it.
loadNNG
NNGSupport loadNNG()
Undocumented in source. Be warned that the author may not have intended to support it.
loadNNG
NNGSupport loadNNG(const(char)* libName)
Undocumented in source. Be warned that the author may not have intended to support it.
loadedNNGVersion
NNGSupport loadedNNGVersion()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

nn_allocmsg
pnn_allocmsg nn_allocmsg;
Undocumented in source.
nn_bind
pnn_bind nn_bind;
Undocumented in source.
nn_close
pnn_close nn_close;
Undocumented in source.
nn_cmsg_next
pnn_cmsg_next nn_cmsg_next;
Undocumented in source.
nn_connect
pnn_connect nn_connect;
Undocumented in source.
nn_device
pnn_device nn_device;
Undocumented in source.
nn_errno
pnn_errno nn_errno;
Undocumented in source.
nn_freemsg
pnn_freemsg nn_freemsg;
Undocumented in source.
nn_get_statistic
pnn_get_statistic nn_get_statistic;
Undocumented in source.
nn_getsockopt
pnn_getsockopt nn_getsockopt;
Undocumented in source.
nn_poll
pnn_poll nn_poll;
Undocumented in source.
nn_reallocmsg
pnn_reallocmsg nn_reallocmsg;
Undocumented in source.
nn_recv
pnn_recv nn_recv;
Undocumented in source.
nn_recvmsg
pnn_recvmsg nn_recvmsg;
Undocumented in source.
nn_send
pnn_send nn_send;
Undocumented in source.
nn_sendmsg
pnn_sendmsg nn_sendmsg;
Undocumented in source.
nn_setsockopt
pnn_setsockopt nn_setsockopt;
Undocumented in source.
nn_shutdown
pnn_shutdown nn_shutdown;
Undocumented in source.
nn_socket
pnn_socket nn_socket;
Undocumented in source.
nn_strerror
pnn_strerror nn_strerror;
Undocumented in source.
nn_term
pnn_term nn_term;
Undocumented in source.
nng_aio_abort
pnng_aio_abort nng_aio_abort;
Undocumented in source.
nng_aio_alloc
pnng_aio_alloc nng_aio_alloc;
Undocumented in source.
nng_aio_begin
pnng_aio_begin nng_aio_begin;
Undocumented in source.
nng_aio_cancel
pnng_aio_cancel nng_aio_cancel;
Undocumented in source.
nng_aio_count
pnng_aio_count nng_aio_count;
Undocumented in source.
nng_aio_defer
pnng_aio_defer nng_aio_defer;
Undocumented in source.
nng_aio_finish
pnng_aio_finish nng_aio_finish;
Undocumented in source.
nng_aio_free
pnng_aio_free nng_aio_free;
Undocumented in source.
nng_aio_get_input
pnng_aio_get_input nng_aio_get_input;
Undocumented in source.
nng_aio_get_msg
pnng_aio_get_msg nng_aio_get_msg;
Undocumented in source.
nng_aio_get_output
pnng_aio_get_output nng_aio_get_output;
Undocumented in source.
nng_aio_result
pnng_aio_result nng_aio_result;
Undocumented in source.
nng_aio_set_input
pnng_aio_set_input nng_aio_set_input;
Undocumented in source.
nng_aio_set_iov
pnng_aio_set_iov nng_aio_set_iov;
Undocumented in source.
nng_aio_set_msg
pnng_aio_set_msg nng_aio_set_msg;
Undocumented in source.
nng_aio_set_output
pnng_aio_set_output nng_aio_set_output;
Undocumented in source.
nng_aio_set_timeout
pnng_aio_set_timeout nng_aio_set_timeout;
Undocumented in source.
nng_aio_stop
pnng_aio_stop nng_aio_stop;
Undocumented in source.
nng_aio_wait
pnng_aio_wait nng_aio_wait;
Undocumented in source.
nng_alloc
pnng_alloc nng_alloc;
Undocumented in source.
nng_bus0_open
pnng_bus0_open nng_bus0_open;
Undocumented in source.
nng_bus0_open_raw
pnng_bus0_open_raw nng_bus0_open_raw;
Undocumented in source.
nng_bus_open
pnng_bus0_open nng_bus_open;
Undocumented in source.
nng_bus_open_raw
pnng_bus0_open_raw nng_bus_open_raw;
Undocumented in source.
nng_clock
pnng_clock nng_clock;
Undocumented in source.
nng_close
pnng_close nng_close;
Undocumented in source.
nng_closeall
pnng_closeall nng_closeall;
Undocumented in source.
nng_ctx_close
pnng_ctx_close nng_ctx_close;
Undocumented in source.
nng_ctx_get
pnng_ctx_get nng_ctx_get;
Undocumented in source.
nng_ctx_get_addr
pnng_ctx_get_addr nng_ctx_get_addr;
Undocumented in source.
nng_ctx_get_bool
pnng_ctx_get_bool nng_ctx_get_bool;
Undocumented in source.
nng_ctx_get_int
pnng_ctx_get_int nng_ctx_get_int;
Undocumented in source.
nng_ctx_get_ms
pnng_ctx_get_ms nng_ctx_get_ms;
Undocumented in source.
nng_ctx_get_ptr
pnng_ctx_get_ptr nng_ctx_get_ptr;
Undocumented in source.
nng_ctx_get_size
pnng_ctx_get_size nng_ctx_get_size;
Undocumented in source.
nng_ctx_get_string
pnng_ctx_get_string nng_ctx_get_string;
Undocumented in source.
nng_ctx_get_uint64
pnng_ctx_get_uint64 nng_ctx_get_uint64;
Undocumented in source.
nng_ctx_getopt
pnng_ctx_getopt nng_ctx_getopt;
Undocumented in source.
nng_ctx_getopt_bool
pnng_ctx_getopt_bool nng_ctx_getopt_bool;
Undocumented in source.
nng_ctx_getopt_int
pnng_ctx_getopt_int nng_ctx_getopt_int;
Undocumented in source.
nng_ctx_getopt_ms
pnng_ctx_getopt_ms nng_ctx_getopt_ms;
Undocumented in source.
nng_ctx_getopt_size
pnng_ctx_getopt_size nng_ctx_getopt_size;
Undocumented in source.
nng_ctx_id
pnng_ctx_id nng_ctx_id;
Undocumented in source.
nng_ctx_open
pnng_ctx_open nng_ctx_open;
Undocumented in source.
nng_ctx_recv
pnng_ctx_recv nng_ctx_recv;
Undocumented in source.
nng_ctx_send
pnng_ctx_send nng_ctx_send;
Undocumented in source.
nng_ctx_set
pnng_ctx_set nng_ctx_set;
Undocumented in source.
nng_ctx_set_addr
pnng_ctx_set_addr nng_ctx_set_addr;
Undocumented in source.
nng_ctx_set_bool
pnng_ctx_set_bool nng_ctx_set_bool;
Undocumented in source.
nng_ctx_set_int
pnng_ctx_set_int nng_ctx_set_int;
Undocumented in source.
nng_ctx_set_ms
pnng_ctx_set_ms nng_ctx_set_ms;
Undocumented in source.
nng_ctx_set_ptr
pnng_ctx_set_ptr nng_ctx_set_ptr;
Undocumented in source.
nng_ctx_set_size
pnng_ctx_set_size nng_ctx_set_size;
Undocumented in source.
nng_ctx_set_string
pnng_ctx_set_string nng_ctx_set_string;
Undocumented in source.
nng_ctx_set_uint64
pnng_ctx_set_uint64 nng_ctx_set_uint64;
Undocumented in source.
nng_ctx_setopt
pnng_ctx_setopt nng_ctx_setopt;
Undocumented in source.
nng_ctx_setopt_bool
pnng_ctx_setopt_bool nng_ctx_setopt_bool;
Undocumented in source.
nng_ctx_setopt_int
pnng_ctx_setopt_int nng_ctx_setopt_int;
Undocumented in source.
nng_ctx_setopt_ms
pnng_ctx_setopt_ms nng_ctx_setopt_ms;
Undocumented in source.
nng_ctx_setopt_size
pnng_ctx_setopt_size nng_ctx_setopt_size;
Undocumented in source.
nng_cv_alloc
pnng_cv_alloc nng_cv_alloc;
Undocumented in source.
nng_cv_free
pnng_cv_free nng_cv_free;
Undocumented in source.
nng_cv_until
pnng_cv_until nng_cv_until;
Undocumented in source.
nng_cv_wait
pnng_cv_wait nng_cv_wait;
Undocumented in source.
nng_cv_wake
pnng_cv_wake nng_cv_wake;
Undocumented in source.
nng_cv_wake1
pnng_cv_wake1 nng_cv_wake1;
Undocumented in source.
nng_device
pnng_device nng_device;
Undocumented in source.
nng_dial
pnng_dial nng_dial;
Undocumented in source.
nng_dialer_close
pnng_dialer_close nng_dialer_close;
Undocumented in source.
nng_dialer_create
pnng_dialer_create nng_dialer_create;
Undocumented in source.
nng_dialer_get
pnng_dialer_get nng_dialer_get;
Undocumented in source.
nng_dialer_get_addr
pnng_dialer_get_addr nng_dialer_get_addr;
Undocumented in source.
nng_dialer_get_bool
pnng_dialer_get_bool nng_dialer_get_bool;
Undocumented in source.
nng_dialer_get_int
pnng_dialer_get_int nng_dialer_get_int;
Undocumented in source.
nng_dialer_get_ms
pnng_dialer_get_ms nng_dialer_get_ms;
Undocumented in source.
nng_dialer_get_ptr
pnng_dialer_get_ptr nng_dialer_get_ptr;
Undocumented in source.
nng_dialer_get_size
pnng_dialer_get_size nng_dialer_get_size;
Undocumented in source.
nng_dialer_get_string
pnng_dialer_get_string nng_dialer_get_string;
Undocumented in source.
nng_dialer_get_uint64
pnng_dialer_get_uint64 nng_dialer_get_uint64;
Undocumented in source.
nng_dialer_getopt
pnng_dialer_getopt nng_dialer_getopt;
Undocumented in source.
nng_dialer_getopt_bool
pnng_dialer_getopt_bool nng_dialer_getopt_bool;
Undocumented in source.
nng_dialer_getopt_int
pnng_dialer_getopt_int nng_dialer_getopt_int;
Undocumented in source.
nng_dialer_getopt_ms
pnng_dialer_getopt_ms nng_dialer_getopt_ms;
Undocumented in source.
nng_dialer_getopt_ptr
pnng_dialer_getopt_ptr nng_dialer_getopt_ptr;
Undocumented in source.
nng_dialer_getopt_size
pnng_dialer_getopt_size nng_dialer_getopt_size;
Undocumented in source.
nng_dialer_getopt_sockaddr
pnng_dialer_getopt_sockaddr nng_dialer_getopt_sockaddr;
Undocumented in source.
nng_dialer_getopt_string
pnng_dialer_getopt_string nng_dialer_getopt_string;
Undocumented in source.
nng_dialer_getopt_uint64
pnng_dialer_getopt_uint64 nng_dialer_getopt_uint64;
Undocumented in source.
nng_dialer_id
pnng_dialer_id nng_dialer_id;
Undocumented in source.
nng_dialer_set
pnng_dialer_set nng_dialer_set;
Undocumented in source.
nng_dialer_set_addr
pnng_dialer_set_addr nng_dialer_set_addr;
Undocumented in source.
nng_dialer_set_bool
pnng_dialer_set_bool nng_dialer_set_bool;
Undocumented in source.
nng_dialer_set_int
pnng_dialer_set_int nng_dialer_set_int;
Undocumented in source.
nng_dialer_set_ms
pnng_dialer_set_ms nng_dialer_set_ms;
Undocumented in source.
nng_dialer_set_ptr
pnng_dialer_set_ptr nng_dialer_set_ptr;
Undocumented in source.
nng_dialer_set_size
pnng_dialer_set_size nng_dialer_set_size;
Undocumented in source.
nng_dialer_set_string
pnng_dialer_set_string nng_dialer_set_string;
Undocumented in source.
nng_dialer_set_uint64
pnng_dialer_set_uint64 nng_dialer_set_uint64;
Undocumented in source.
nng_dialer_setopt
pnng_dialer_setopt nng_dialer_setopt;
Undocumented in source.
nng_dialer_setopt_bool
pnng_dialer_setopt_bool nng_dialer_setopt_bool;
Undocumented in source.
nng_dialer_setopt_int
pnng_dialer_setopt_int nng_dialer_setopt_int;
Undocumented in source.
nng_dialer_setopt_ms
pnng_dialer_setopt_ms nng_dialer_setopt_ms;
Undocumented in source.
nng_dialer_setopt_ptr
pnng_dialer_setopt_ptr nng_dialer_setopt_ptr;
Undocumented in source.
nng_dialer_setopt_size
pnng_dialer_setopt_size nng_dialer_setopt_size;
Undocumented in source.
nng_dialer_setopt_string
pnng_dialer_setopt_string nng_dialer_setopt_string;
Undocumented in source.
nng_dialer_setopt_uint64
pnng_dialer_setopt_uint64 nng_dialer_setopt_uint64;
Undocumented in source.
nng_dialer_start
pnng_dialer_start nng_dialer_start;
Undocumented in source.
nng_fini
pnng_fini nng_fini;
Undocumented in source.
nng_free
pnng_free nng_free;
Undocumented in source.
nng_getopt
pnng_getopt nng_getopt;
Undocumented in source.
nng_getopt_bool
pnng_getopt_bool nng_getopt_bool;
Undocumented in source.
nng_getopt_int
pnng_getopt_int nng_getopt_int;
Undocumented in source.
nng_getopt_ms
pnng_getopt_ms nng_getopt_ms;
Undocumented in source.
nng_getopt_ptr
pnng_getopt_ptr nng_getopt_ptr;
Undocumented in source.
nng_getopt_size
pnng_getopt_size nng_getopt_size;
Undocumented in source.
nng_getopt_string
pnng_getopt_string nng_getopt_string;
Undocumented in source.
nng_getopt_uint64
pnng_getopt_uint64 nng_getopt_uint64;
Undocumented in source.
nng_http_client_alloc
pnng_http_client_alloc nng_http_client_alloc;
Undocumented in source.
nng_http_client_connect
pnng_http_client_connect nng_http_client_connect;
Undocumented in source.
nng_http_client_free
pnng_http_client_free nng_http_client_free;
Undocumented in source.
nng_http_client_get_tls
pnng_http_client_get_tls nng_http_client_get_tls;
Undocumented in source.
nng_http_client_set_tls
pnng_http_client_set_tls nng_http_client_set_tls;
Undocumented in source.
nng_http_client_transact
pnng_http_client_transact nng_http_client_transact;
Undocumented in source.
nng_http_conn_close
pnng_http_conn_close nng_http_conn_close;
Undocumented in source.
nng_http_conn_read
pnng_http_conn_read nng_http_conn_read;
Undocumented in source.
nng_http_conn_read_all
pnng_http_conn_read_all nng_http_conn_read_all;
Undocumented in source.
nng_http_conn_read_req
pnng_http_conn_read_req nng_http_conn_read_req;
Undocumented in source.
nng_http_conn_read_res
pnng_http_conn_read_res nng_http_conn_read_res;
Undocumented in source.
nng_http_conn_transact
pnng_http_conn_transact nng_http_conn_transact;
Undocumented in source.
nng_http_conn_write
pnng_http_conn_write nng_http_conn_write;
Undocumented in source.
nng_http_conn_write_all
pnng_http_conn_write_all nng_http_conn_write_all;
Undocumented in source.
nng_http_conn_write_req
pnng_http_conn_write_req nng_http_conn_write_req;
Undocumented in source.
nng_http_conn_write_res
pnng_http_conn_write_res nng_http_conn_write_res;
Undocumented in source.
nng_http_handler_alloc
pnng_http_handler_alloc nng_http_handler_alloc;
Undocumented in source.
nng_http_handler_alloc_directory
pnng_http_handler_alloc_directory nng_http_handler_alloc_directory;
Undocumented in source.
nng_http_handler_alloc_file
pnng_http_handler_alloc_file nng_http_handler_alloc_file;
Undocumented in source.
nng_http_handler_alloc_redirect
pnng_http_handler_alloc_redirect nng_http_handler_alloc_redirect;
Undocumented in source.
nng_http_handler_alloc_static
pnng_http_handler_alloc_static nng_http_handler_alloc_static;
Undocumented in source.
nng_http_handler_collect_body
pnng_http_handler_collect_body nng_http_handler_collect_body;
Undocumented in source.
nng_http_handler_free
pnng_http_handler_free nng_http_handler_free;
Undocumented in source.
nng_http_handler_get_data
pnng_http_handler_get_data nng_http_handler_get_data;
Undocumented in source.
nng_http_handler_set_data
pnng_http_handler_set_data nng_http_handler_set_data;
Undocumented in source.
nng_http_handler_set_host
pnng_http_handler_set_host nng_http_handler_set_host;
Undocumented in source.
nng_http_handler_set_method
pnng_http_handler_set_method nng_http_handler_set_method;
Undocumented in source.
nng_http_handler_set_tree
pnng_http_handler_set_tree nng_http_handler_set_tree;
Undocumented in source.
nng_http_hijack
pnng_http_hijack nng_http_hijack;
Undocumented in source.
nng_http_req_add_header
pnng_http_req_add_header nng_http_req_add_header;
Undocumented in source.
nng_http_req_alloc
pnng_http_req_alloc nng_http_req_alloc;
Undocumented in source.
nng_http_req_copy_data
pnng_http_req_copy_data nng_http_req_copy_data;
Undocumented in source.
nng_http_req_del_header
pnng_http_req_del_header nng_http_req_del_header;
Undocumented in source.
nng_http_req_free
pnng_http_req_free nng_http_req_free;
Undocumented in source.
nng_http_req_get_data
pnng_http_req_get_data nng_http_req_get_data;
Undocumented in source.
nng_http_req_get_header
pnng_http_req_get_header nng_http_req_get_header;
Undocumented in source.
nng_http_req_get_method
pnng_http_req_get_method nng_http_req_get_method;
Undocumented in source.
nng_http_req_get_uri
pnng_http_req_get_uri nng_http_req_get_uri;
Undocumented in source.
nng_http_req_get_version
pnng_http_req_get_version nng_http_req_get_version;
Undocumented in source.
nng_http_req_reset
pnng_http_req_reset nng_http_req_reset;
Undocumented in source.
nng_http_req_set_data
pnng_http_req_set_data nng_http_req_set_data;
Undocumented in source.
nng_http_req_set_header
pnng_http_req_set_header nng_http_req_set_header;
Undocumented in source.
nng_http_req_set_method
pnng_http_req_set_method nng_http_req_set_method;
Undocumented in source.
nng_http_req_set_uri
pnng_http_req_set_uri nng_http_req_set_uri;
Undocumented in source.
nng_http_req_set_version
pnng_http_req_set_version nng_http_req_set_version;
Undocumented in source.
nng_http_res_add_header
pnng_http_res_add_header nng_http_res_add_header;
Undocumented in source.
nng_http_res_alloc
pnng_http_res_alloc nng_http_res_alloc;
Undocumented in source.
nng_http_res_alloc_error
pnng_http_res_alloc_error nng_http_res_alloc_error;
Undocumented in source.
nng_http_res_copy_data
pnng_http_res_copy_data nng_http_res_copy_data;
Undocumented in source.
nng_http_res_del_header
pnng_http_res_del_header nng_http_res_del_header;
Undocumented in source.
nng_http_res_free
pnng_http_res_free nng_http_res_free;
Undocumented in source.
nng_http_res_get_data
pnng_http_res_get_data nng_http_res_get_data;
Undocumented in source.
nng_http_res_get_header
pnng_http_res_get_header nng_http_res_get_header;
Undocumented in source.
nng_http_res_get_reason
pnng_http_res_get_reason nng_http_res_get_reason;
Undocumented in source.
nng_http_res_get_status
pnng_http_res_get_status nng_http_res_get_status;
Undocumented in source.
nng_http_res_get_version
pnng_http_res_get_version nng_http_res_get_version;
Undocumented in source.
nng_http_res_reset
pnng_http_res_reset nng_http_res_reset;
Undocumented in source.
nng_http_res_set_data
pnng_http_res_set_data nng_http_res_set_data;
Undocumented in source.
nng_http_res_set_header
pnng_http_res_set_header nng_http_res_set_header;
Undocumented in source.
nng_http_res_set_reason
pnng_http_res_set_reason nng_http_res_set_reason;
Undocumented in source.
nng_http_res_set_status
pnng_http_res_set_status nng_http_res_set_status;
Undocumented in source.
nng_http_res_set_version
pnng_http_res_set_version nng_http_res_set_version;
Undocumented in source.
nng_http_server_add_handler
pnng_http_server_add_handler nng_http_server_add_handler;
Undocumented in source.
nng_http_server_del_handler
pnng_http_server_del_handler nng_http_server_del_handler;
Undocumented in source.
nng_http_server_get_addr
pnng_http_server_get_addr nng_http_server_get_addr;
Undocumented in source.
nng_http_server_get_tls
pnng_http_server_get_tls nng_http_server_get_tls;
Undocumented in source.
nng_http_server_hold
pnng_http_server_hold nng_http_server_hold;
Undocumented in source.
nng_http_server_release
pnng_http_server_release nng_http_server_release;
Undocumented in source.
nng_http_server_res_error
pnng_http_server_res_error nng_http_server_res_error;
Undocumented in source.
nng_http_server_set_error_file
pnng_http_server_set_error_file nng_http_server_set_error_file;
Undocumented in source.
nng_http_server_set_error_page
pnng_http_server_set_error_page nng_http_server_set_error_page;
Undocumented in source.
nng_http_server_set_tls
pnng_http_server_set_tls nng_http_server_set_tls;
Undocumented in source.
nng_http_server_start
pnng_http_server_start nng_http_server_start;
Undocumented in source.
nng_http_server_stop
pnng_http_server_stop nng_http_server_stop;
Undocumented in source.
nng_inproc_register
pnng_inproc_register nng_inproc_register;
Undocumented in source.
nng_ipc_register
pnng_ipc_register nng_ipc_register;
Undocumented in source.
nng_listen
pnng_listen nng_listen;
Undocumented in source.
nng_listener_close
pnng_listener_close nng_listener_close;
Undocumented in source.
nng_listener_create
pnng_listener_create nng_listener_create;
Undocumented in source.
nng_listener_get
pnng_listener_get nng_listener_get;
Undocumented in source.
nng_listener_get_addr
pnng_listener_get_addr nng_listener_get_addr;
Undocumented in source.
nng_listener_get_bool
pnng_listener_get_bool nng_listener_get_bool;
Undocumented in source.
nng_listener_get_int
pnng_listener_get_int nng_listener_get_int;
Undocumented in source.
nng_listener_get_ms
pnng_listener_get_ms nng_listener_get_ms;
Undocumented in source.
nng_listener_get_ptr
pnng_listener_get_ptr nng_listener_get_ptr;
Undocumented in source.
nng_listener_get_size
pnng_listener_get_size nng_listener_get_size;
Undocumented in source.
nng_listener_get_string
pnng_listener_get_string nng_listener_get_string;
Undocumented in source.
nng_listener_get_uint64
pnng_listener_get_uint64 nng_listener_get_uint64;
Undocumented in source.
nng_listener_getopt
pnng_listener_getopt nng_listener_getopt;
Undocumented in source.
nng_listener_getopt_bool
pnng_listener_getopt_bool nng_listener_getopt_bool;
Undocumented in source.
nng_listener_getopt_int
pnng_listener_getopt_int nng_listener_getopt_int;
Undocumented in source.
nng_listener_getopt_ms
pnng_listener_getopt_ms nng_listener_getopt_ms;
Undocumented in source.
nng_listener_getopt_ptr
pnng_listener_getopt_ptr nng_listener_getopt_ptr;
Undocumented in source.
nng_listener_getopt_size
pnng_listener_getopt_size nng_listener_getopt_size;
Undocumented in source.
nng_listener_getopt_sockaddr
pnng_listener_getopt_sockaddr nng_listener_getopt_sockaddr;
Undocumented in source.
nng_listener_getopt_string
pnng_listener_getopt_string nng_listener_getopt_string;
Undocumented in source.
nng_listener_getopt_uint64
pnng_listener_getopt_uint64 nng_listener_getopt_uint64;
Undocumented in source.
nng_listener_id
pnng_listener_id nng_listener_id;
Undocumented in source.
nng_listener_set
pnng_listener_set nng_listener_set;
Undocumented in source.
nng_listener_set_addr
pnng_listener_set_addr nng_listener_set_addr;
Undocumented in source.
nng_listener_set_bool
pnng_listener_set_bool nng_listener_set_bool;
Undocumented in source.
nng_listener_set_int
pnng_listener_set_int nng_listener_set_int;
Undocumented in source.
nng_listener_set_ms
pnng_listener_set_ms nng_listener_set_ms;
Undocumented in source.
nng_listener_set_ptr
pnng_listener_set_ptr nng_listener_set_ptr;
Undocumented in source.
nng_listener_set_size
pnng_listener_set_size nng_listener_set_size;
Undocumented in source.
nng_listener_set_string
pnng_listener_set_string nng_listener_set_string;
Undocumented in source.
nng_listener_set_uint64
pnng_listener_set_uint64 nng_listener_set_uint64;
Undocumented in source.
nng_listener_setopt
pnng_listener_setopt nng_listener_setopt;
Undocumented in source.
nng_listener_setopt_bool
pnng_listener_setopt_bool nng_listener_setopt_bool;
Undocumented in source.
nng_listener_setopt_int
pnng_listener_setopt_int nng_listener_setopt_int;
Undocumented in source.
nng_listener_setopt_ms
pnng_listener_setopt_ms nng_listener_setopt_ms;
Undocumented in source.
nng_listener_setopt_ptr
pnng_listener_setopt_ptr nng_listener_setopt_ptr;
Undocumented in source.
nng_listener_setopt_size
pnng_listener_setopt_size nng_listener_setopt_size;
Undocumented in source.
nng_listener_setopt_string
pnng_listener_setopt_string nng_listener_setopt_string;
Undocumented in source.
nng_listener_setopt_uint64
pnng_listener_setopt_uint64 nng_listener_setopt_uint64;
Undocumented in source.
nng_listener_start
pnng_listener_start nng_listener_start;
Undocumented in source.
nng_msg_alloc
pnng_msg_alloc nng_msg_alloc;
Undocumented in source.
nng_msg_append
pnng_msg_append nng_msg_append;
Undocumented in source.
nng_msg_append_u16
pnng_msg_append_u16 nng_msg_append_u16;
Undocumented in source.
nng_msg_append_u32
pnng_msg_append_u32 nng_msg_append_u32;
Undocumented in source.
nng_msg_append_u64
pnng_msg_append_u64 nng_msg_append_u64;
Undocumented in source.
nng_msg_body
pnng_msg_body nng_msg_body;
Undocumented in source.
nng_msg_chop
pnng_msg_chop nng_msg_chop;
Undocumented in source.
nng_msg_chop_u16
pnng_msg_chop_u16 nng_msg_chop_u16;
Undocumented in source.
nng_msg_chop_u32
pnng_msg_chop_u32 nng_msg_chop_u32;
Undocumented in source.
nng_msg_chop_u64
pnng_msg_chop_u64 nng_msg_chop_u64;
Undocumented in source.
nng_msg_clear
pnng_msg_clear nng_msg_clear;
Undocumented in source.
nng_msg_dup
pnng_msg_dup nng_msg_dup;
Undocumented in source.
nng_msg_free
pnng_msg_free nng_msg_free;
Undocumented in source.
nng_msg_get_pipe
pnng_msg_get_pipe nng_msg_get_pipe;
Undocumented in source.
nng_msg_getopt
pnng_msg_getopt nng_msg_getopt;
Undocumented in source.
nng_msg_header
pnng_msg_header nng_msg_header;
Undocumented in source.
nng_msg_header_append
pnng_msg_header_append nng_msg_header_append;
Undocumented in source.
nng_msg_header_append_u16
pnng_msg_header_append_u16 nng_msg_header_append_u16;
Undocumented in source.
nng_msg_header_append_u32
pnng_msg_header_append_u32 nng_msg_header_append_u32;
Undocumented in source.
nng_msg_header_append_u64
pnng_msg_header_append_u64 nng_msg_header_append_u64;
Undocumented in source.
nng_msg_header_chop
pnng_msg_header_chop nng_msg_header_chop;
Undocumented in source.
nng_msg_header_chop_u16
pnng_msg_header_chop_u16 nng_msg_header_chop_u16;
Undocumented in source.
nng_msg_header_chop_u32
pnng_msg_header_chop_u32 nng_msg_header_chop_u32;
Undocumented in source.
nng_msg_header_chop_u64
pnng_msg_header_chop_u64 nng_msg_header_chop_u64;
Undocumented in source.
nng_msg_header_clear
pnng_msg_header_clear nng_msg_header_clear;
Undocumented in source.
nng_msg_header_insert
pnng_msg_header_insert nng_msg_header_insert;
Undocumented in source.
nng_msg_header_insert_u16
pnng_msg_header_insert_u16 nng_msg_header_insert_u16;
Undocumented in source.
nng_msg_header_insert_u32
pnng_msg_header_insert_u32 nng_msg_header_insert_u32;
Undocumented in source.
nng_msg_header_insert_u64
pnng_msg_header_insert_u64 nng_msg_header_insert_u64;
Undocumented in source.
nng_msg_header_len
pnng_msg_header_len nng_msg_header_len;
Undocumented in source.
nng_msg_header_trim
pnng_msg_header_trim nng_msg_header_trim;
Undocumented in source.
nng_msg_header_trim_u16
pnng_msg_header_trim_u16 nng_msg_header_trim_u16;
Undocumented in source.
nng_msg_header_trim_u32
pnng_msg_header_trim_u32 nng_msg_header_trim_u32;
Undocumented in source.
nng_msg_header_trim_u64
pnng_msg_header_trim_u64 nng_msg_header_trim_u64;
Undocumented in source.
nng_msg_insert
pnng_msg_insert nng_msg_insert;
Undocumented in source.
nng_msg_insert_u16
pnng_msg_insert_u16 nng_msg_insert_u16;
Undocumented in source.
nng_msg_insert_u32
pnng_msg_insert_u32 nng_msg_insert_u32;
Undocumented in source.
nng_msg_insert_u64
pnng_msg_insert_u64 nng_msg_insert_u64;
Undocumented in source.
nng_msg_len
pnng_msg_len nng_msg_len;
Undocumented in source.
nng_msg_realloc
pnng_msg_realloc nng_msg_realloc;
Undocumented in source.
nng_msg_set_pipe
pnng_msg_set_pipe nng_msg_set_pipe;
Undocumented in source.
nng_msg_trim
pnng_msg_trim nng_msg_trim;
Undocumented in source.
nng_msg_trim_u16
pnng_msg_trim_u16 nng_msg_trim_u16;
Undocumented in source.
nng_msg_trim_u32
pnng_msg_trim_u32 nng_msg_trim_u32;
Undocumented in source.
nng_msg_trim_u64
pnng_msg_trim_u64 nng_msg_trim_u64;
Undocumented in source.
nng_msleep
pnng_msleep nng_msleep;
Undocumented in source.
nng_mtx_alloc
pnng_mtx_alloc nng_mtx_alloc;
Undocumented in source.
nng_mtx_free
pnng_mtx_free nng_mtx_free;
Undocumented in source.
nng_mtx_lock
pnng_mtx_lock nng_mtx_lock;
Undocumented in source.
nng_mtx_unlock
pnng_mtx_unlock nng_mtx_unlock;
Undocumented in source.
nng_opts_parse
pnng_opts_parse nng_opts_parse;
Undocumented in source.
nng_pair0_open
pnng_pair0_open nng_pair0_open;
Undocumented in source.
nng_pair0_open_raw
pnng_pair0_open_raw nng_pair0_open_raw;
Undocumented in source.
nng_pair1_open
pnng_pair1_open nng_pair1_open;
Undocumented in source.
nng_pair1_open_raw
pnng_pair1_open_raw nng_pair1_open_raw;
Undocumented in source.
nng_pipe_close
pnng_pipe_close nng_pipe_close;
Undocumented in source.
nng_pipe_dialer
pnng_pipe_dialer nng_pipe_dialer;
Undocumented in source.
nng_pipe_get
pnng_pipe_get nng_pipe_get;
Undocumented in source.
nng_pipe_get_addr
pnng_pipe_get_addr nng_pipe_get_addr;
Undocumented in source.
nng_pipe_get_bool
pnng_pipe_get_bool nng_pipe_get_bool;
Undocumented in source.
nng_pipe_get_int
pnng_pipe_get_int nng_pipe_get_int;
Undocumented in source.
nng_pipe_get_ms
pnng_pipe_get_ms nng_pipe_get_ms;
Undocumented in source.
nng_pipe_get_ptr
pnng_pipe_get_ptr nng_pipe_get_ptr;
Undocumented in source.
nng_pipe_get_size
pnng_pipe_get_size nng_pipe_get_size;
Undocumented in source.
nng_pipe_get_string
pnng_pipe_get_string nng_pipe_get_string;
Undocumented in source.
nng_pipe_get_uint64
pnng_pipe_get_uint64 nng_pipe_get_uint64;
Undocumented in source.
nng_pipe_getopt
pnng_pipe_getopt nng_pipe_getopt;
Undocumented in source.
nng_pipe_getopt_bool
pnng_pipe_getopt_bool nng_pipe_getopt_bool;
Undocumented in source.
nng_pipe_getopt_int
pnng_pipe_getopt_int nng_pipe_getopt_int;
Undocumented in source.
nng_pipe_getopt_ms
pnng_pipe_getopt_ms nng_pipe_getopt_ms;
Undocumented in source.
nng_pipe_getopt_ptr
pnng_pipe_getopt_ptr nng_pipe_getopt_ptr;
Undocumented in source.
nng_pipe_getopt_size
pnng_pipe_getopt_size nng_pipe_getopt_size;
Undocumented in source.
nng_pipe_getopt_sockaddr
pnng_pipe_getopt_sockaddr nng_pipe_getopt_sockaddr;
Undocumented in source.
nng_pipe_getopt_string
pnng_pipe_getopt_string nng_pipe_getopt_string;
Undocumented in source.
nng_pipe_getopt_uint64
pnng_pipe_getopt_uint64 nng_pipe_getopt_uint64;
Undocumented in source.
nng_pipe_id
pnng_pipe_id nng_pipe_id;
Undocumented in source.
nng_pipe_listener
pnng_pipe_listener nng_pipe_listener;
Undocumented in source.
nng_pipe_notify
pnng_pipe_notify nng_pipe_notify;
Undocumented in source.
nng_pipe_socket
pnng_pipe_socket nng_pipe_socket;
Undocumented in source.
nng_pub0_open
pnng_pub0_open nng_pub0_open;
Undocumented in source.
nng_pub0_open_raw
pnng_pub0_open_raw nng_pub0_open_raw;
Undocumented in source.
nng_pub_open
pnng_pub0_open nng_pub_open;
Undocumented in source.
nng_pub_open_raw
pnng_pub0_open_raw nng_pub_open_raw;
Undocumented in source.
nng_pull0_open
pnng_pull0_open nng_pull0_open;
Undocumented in source.
nng_pull0_open_raw
pnng_pull0_open_raw nng_pull0_open_raw;
Undocumented in source.
nng_pull_open
pnng_pull0_open nng_pull_open;
Undocumented in source.
nng_pull_open_raw
pnng_pull0_open_raw nng_pull_open_raw;
Undocumented in source.
nng_push0_open
pnng_push0_open nng_push0_open;
Undocumented in source.
nng_push0_open_raw
pnng_push0_open_raw nng_push0_open_raw;
Undocumented in source.
nng_push_open
pnng_push0_open nng_push_open;
Undocumented in source.
nng_push_open_raw
pnng_push0_open_raw nng_push_open_raw;
Undocumented in source.
nng_random
pnng_random nng_random;
Undocumented in source.
nng_recv
pnng_recv nng_recv;
Undocumented in source.
nng_recv_aio
pnng_recv_aio nng_recv_aio;
Undocumented in source.
nng_recvmsg
pnng_recvmsg nng_recvmsg;
Undocumented in source.
nng_rep0_open
pnng_rep0_open nng_rep0_open;
Undocumented in source.
nng_rep0_open_raw
pnng_rep0_open_raw nng_rep0_open_raw;
Undocumented in source.
nng_rep_open
pnng_rep0_open nng_rep_open;
Undocumented in source.
nng_rep_open_raw
pnng_rep0_open_raw nng_rep_open_raw;
Undocumented in source.
nng_respondent0_open
pnng_respondent0_open nng_respondent0_open;
Undocumented in source.
nng_respondent0_open_raw
pnng_respondent0_open_raw nng_respondent0_open_raw;
Undocumented in source.
nng_respondent_open
pnng_respondent0_open nng_respondent_open;
Undocumented in source.
nng_respondent_open_raw
pnng_respondent0_open_raw nng_respondent_open_raw;
Undocumented in source.
nng_send
pnng_send nng_send;
Undocumented in source.
nng_send_aio
pnng_send_aio nng_send_aio;
Undocumented in source.
nng_sendmsg
pnng_sendmsg nng_sendmsg;
Undocumented in source.
nng_setopt
pnng_setopt nng_setopt;
Undocumented in source.
nng_setopt_bool
pnng_setopt_bool nng_setopt_bool;
Undocumented in source.
nng_setopt_int
pnng_setopt_int nng_setopt_int;
Undocumented in source.
nng_setopt_ms
pnng_setopt_ms nng_setopt_ms;
Undocumented in source.
nng_setopt_ptr
pnng_setopt_ptr nng_setopt_ptr;
Undocumented in source.
nng_setopt_size
pnng_setopt_size nng_setopt_size;
Undocumented in source.
nng_setopt_string
pnng_setopt_string nng_setopt_string;
Undocumented in source.
nng_setopt_uint64
pnng_setopt_uint64 nng_setopt_uint64;
Undocumented in source.
nng_sleep_aio
pnng_sleep_aio nng_sleep_aio;
Undocumented in source.
nng_socket_get
pnng_socket_get nng_socket_get;
Undocumented in source.
nng_socket_get_addr
pnng_socket_get_addr nng_socket_get_addr;
Undocumented in source.
nng_socket_get_bool
pnng_socket_get_bool nng_socket_get_bool;
Undocumented in source.
nng_socket_get_int
pnng_socket_get_int nng_socket_get_int;
Undocumented in source.
nng_socket_get_ms
pnng_socket_get_ms nng_socket_get_ms;
Undocumented in source.
nng_socket_get_ptr
pnng_socket_get_ptr nng_socket_get_ptr;
Undocumented in source.
nng_socket_get_size
pnng_socket_get_size nng_socket_get_size;
Undocumented in source.
nng_socket_get_string
pnng_socket_get_string nng_socket_get_string;
Undocumented in source.
nng_socket_get_uint64
pnng_socket_get_uint64 nng_socket_get_uint64;
Undocumented in source.
nng_socket_id
pnng_socket_id nng_socket_id;
Undocumented in source.
nng_socket_set
pnng_socket_set nng_socket_set;
Undocumented in source.
nng_socket_set_addr
pnng_socket_set_addr nng_socket_set_addr;
Undocumented in source.
nng_socket_set_bool
pnng_socket_set_bool nng_socket_set_bool;
Undocumented in source.
nng_socket_set_int
pnng_socket_set_int nng_socket_set_int;
Undocumented in source.
nng_socket_set_ms
pnng_socket_set_ms nng_socket_set_ms;
Undocumented in source.
nng_socket_set_ptr
pnng_socket_set_ptr nng_socket_set_ptr;
Undocumented in source.
nng_socket_set_size
pnng_socket_set_size nng_socket_set_size;
Undocumented in source.
nng_socket_set_string
pnng_socket_set_string nng_socket_set_string;
Undocumented in source.
nng_socket_set_uint64
pnng_socket_set_uint64 nng_socket_set_uint64;
Undocumented in source.
nng_stat_child
pnng_stat_child nng_stat_child;
Undocumented in source.
nng_stat_desc
pnng_stat_desc nng_stat_desc;
Undocumented in source.
nng_stat_find
pnng_stat_find nng_stat_find;
Undocumented in source.
nng_stat_find_dialer
pnng_stat_find_dialer nng_stat_find_dialer;
Undocumented in source.
nng_stat_find_listener
pnng_stat_find_listener nng_stat_find_listener;
Undocumented in source.
nng_stat_find_socket
pnng_stat_find_socket nng_stat_find_socket;
Undocumented in source.
nng_stat_name
pnng_stat_name nng_stat_name;
Undocumented in source.
nng_stat_next
pnng_stat_next nng_stat_next;
Undocumented in source.
nng_stat_string
pnng_stat_string nng_stat_string;
Undocumented in source.
nng_stat_timestamp
pnng_stat_timestamp nng_stat_timestamp;
Undocumented in source.
nng_stat_type
pnng_stat_type nng_stat_type;
Undocumented in source.
nng_stat_unit
pnng_stat_unit nng_stat_unit;
Undocumented in source.
nng_stat_value
pnng_stat_value nng_stat_value;
Undocumented in source.
nng_stats_dump
pnng_stats_dump nng_stats_dump;
Undocumented in source.
nng_stats_free
pnng_stats_free nng_stats_free;
Undocumented in source.
nng_stats_get
pnng_stats_get nng_stats_get;
Undocumented in source.
nng_strdup
pnng_strdup nng_strdup;
Undocumented in source.
nng_stream_close
pnng_stream_close nng_stream_close;
Undocumented in source.
nng_stream_dialer_alloc
pnng_stream_dialer_alloc nng_stream_dialer_alloc;
Undocumented in source.
nng_stream_dialer_alloc_url
pnng_stream_dialer_alloc_url nng_stream_dialer_alloc_url;
Undocumented in source.
nng_stream_dialer_close
pnng_stream_dialer_close nng_stream_dialer_close;
Undocumented in source.
nng_stream_dialer_dial
pnng_stream_dialer_dial nng_stream_dialer_dial;
Undocumented in source.
nng_stream_dialer_free
pnng_stream_dialer_free nng_stream_dialer_free;
Undocumented in source.
nng_stream_dialer_get
pnng_stream_dialer_get nng_stream_dialer_get;
Undocumented in source.
nng_stream_dialer_get_addr
pnng_stream_dialer_get_addr nng_stream_dialer_get_addr;
Undocumented in source.
nng_stream_dialer_get_bool
pnng_stream_dialer_get_bool nng_stream_dialer_get_bool;
Undocumented in source.
nng_stream_dialer_get_int
pnng_stream_dialer_get_int nng_stream_dialer_get_int;
Undocumented in source.
nng_stream_dialer_get_ms
pnng_stream_dialer_get_ms nng_stream_dialer_get_ms;
Undocumented in source.
nng_stream_dialer_get_ptr
pnng_stream_dialer_get_ptr nng_stream_dialer_get_ptr;
Undocumented in source.
nng_stream_dialer_get_size
pnng_stream_dialer_get_size nng_stream_dialer_get_size;
Undocumented in source.
nng_stream_dialer_get_string
pnng_stream_dialer_get_string nng_stream_dialer_get_string;
Undocumented in source.
nng_stream_dialer_get_uint64
pnng_stream_dialer_get_uint64 nng_stream_dialer_get_uint64;
Undocumented in source.
nng_stream_dialer_set
pnng_stream_dialer_set nng_stream_dialer_set;
Undocumented in source.
nng_stream_dialer_set_addr
pnng_stream_dialer_set_addr nng_stream_dialer_set_addr;
Undocumented in source.
nng_stream_dialer_set_bool
pnng_stream_dialer_set_bool nng_stream_dialer_set_bool;
Undocumented in source.
nng_stream_dialer_set_int
pnng_stream_dialer_set_int nng_stream_dialer_set_int;
Undocumented in source.
nng_stream_dialer_set_ms
pnng_stream_dialer_set_ms nng_stream_dialer_set_ms;
Undocumented in source.
nng_stream_dialer_set_ptr
pnng_stream_dialer_set_ptr nng_stream_dialer_set_ptr;
Undocumented in source.
nng_stream_dialer_set_size
pnng_stream_dialer_set_size nng_stream_dialer_set_size;
Undocumented in source.
nng_stream_dialer_set_string
pnng_stream_dialer_set_string nng_stream_dialer_set_string;
Undocumented in source.
nng_stream_dialer_set_uint64
pnng_stream_dialer_set_uint64 nng_stream_dialer_set_uint64;
Undocumented in source.
nng_stream_free
pnng_stream_free nng_stream_free;
Undocumented in source.
nng_stream_get
pnng_stream_get nng_stream_get;
Undocumented in source.
nng_stream_get_addr
pnng_stream_get_addr nng_stream_get_addr;
Undocumented in source.
nng_stream_get_bool
pnng_stream_get_bool nng_stream_get_bool;
Undocumented in source.
nng_stream_get_int
pnng_stream_get_int nng_stream_get_int;
Undocumented in source.
nng_stream_get_ms
pnng_stream_get_ms nng_stream_get_ms;
Undocumented in source.
nng_stream_get_ptr
pnng_stream_get_ptr nng_stream_get_ptr;
Undocumented in source.
nng_stream_get_size
pnng_stream_get_size nng_stream_get_size;
Undocumented in source.
nng_stream_get_string
pnng_stream_get_string nng_stream_get_string;
Undocumented in source.
nng_stream_get_uint64
pnng_stream_get_uint64 nng_stream_get_uint64;
Undocumented in source.
nng_stream_listener_accept
pnng_stream_listener_accept nng_stream_listener_accept;
Undocumented in source.
nng_stream_listener_alloc
pnng_stream_listener_alloc nng_stream_listener_alloc;
Undocumented in source.
nng_stream_listener_alloc_url
pnng_stream_listener_alloc_url nng_stream_listener_alloc_url;
Undocumented in source.
nng_stream_listener_close
pnng_stream_listener_close nng_stream_listener_close;
Undocumented in source.
nng_stream_listener_free
pnng_stream_listener_free nng_stream_listener_free;
Undocumented in source.
nng_stream_listener_get
pnng_stream_listener_get nng_stream_listener_get;
Undocumented in source.
nng_stream_listener_get_addr
pnng_stream_listener_get_addr nng_stream_listener_get_addr;
Undocumented in source.
nng_stream_listener_get_bool
pnng_stream_listener_get_bool nng_stream_listener_get_bool;
Undocumented in source.
nng_stream_listener_get_int
pnng_stream_listener_get_int nng_stream_listener_get_int;
Undocumented in source.
nng_stream_listener_get_ms
pnng_stream_listener_get_ms nng_stream_listener_get_ms;
Undocumented in source.
nng_stream_listener_get_ptr
pnng_stream_listener_get_ptr nng_stream_listener_get_ptr;
Undocumented in source.
nng_stream_listener_get_size
pnng_stream_listener_get_size nng_stream_listener_get_size;
Undocumented in source.
nng_stream_listener_get_string
pnng_stream_listener_get_string nng_stream_listener_get_string;
Undocumented in source.
nng_stream_listener_get_uint64
pnng_stream_listener_get_uint64 nng_stream_listener_get_uint64;
Undocumented in source.
nng_stream_listener_listen
pnng_stream_listener_listen nng_stream_listener_listen;
Undocumented in source.
nng_stream_listener_set
pnng_stream_listener_set nng_stream_listener_set;
Undocumented in source.
nng_stream_listener_set_addr
pnng_stream_listener_set_addr nng_stream_listener_set_addr;
Undocumented in source.
nng_stream_listener_set_bool
pnng_stream_listener_set_bool nng_stream_listener_set_bool;
Undocumented in source.
nng_stream_listener_set_int
pnng_stream_listener_set_int nng_stream_listener_set_int;
Undocumented in source.
nng_stream_listener_set_ms
pnng_stream_listener_set_ms nng_stream_listener_set_ms;
Undocumented in source.
nng_stream_listener_set_ptr
pnng_stream_listener_set_ptr nng_stream_listener_set_ptr;
Undocumented in source.
nng_stream_listener_set_size
pnng_stream_listener_set_size nng_stream_listener_set_size;
Undocumented in source.
nng_stream_listener_set_string
pnng_stream_listener_set_string nng_stream_listener_set_string;
Undocumented in source.
nng_stream_listener_set_uint64
pnng_stream_listener_set_uint64 nng_stream_listener_set_uint64;
Undocumented in source.
nng_stream_recv
pnng_stream_recv nng_stream_recv;
Undocumented in source.
nng_stream_send
pnng_stream_send nng_stream_send;
Undocumented in source.
nng_stream_set
pnng_stream_set nng_stream_set;
Undocumented in source.
nng_stream_set_addr
pnng_stream_set_addr nng_stream_set_addr;
Undocumented in source.
nng_stream_set_bool
pnng_stream_set_bool nng_stream_set_bool;
Undocumented in source.
nng_stream_set_int
pnng_stream_set_int nng_stream_set_int;
Undocumented in source.
nng_stream_set_ms
pnng_stream_set_ms nng_stream_set_ms;
Undocumented in source.
nng_stream_set_ptr
pnng_stream_set_ptr nng_stream_set_ptr;
Undocumented in source.
nng_stream_set_size
pnng_stream_set_size nng_stream_set_size;
Undocumented in source.
nng_stream_set_string
pnng_stream_set_string nng_stream_set_string;
Undocumented in source.
nng_stream_set_uint64
pnng_stream_set_uint64 nng_stream_set_uint64;
Undocumented in source.
nng_strerror
pnng_strerror nng_strerror;
Undocumented in source.
nng_strfree
pnng_strfree nng_strfree;
Undocumented in source.
nng_sub0_open
pnng_sub0_open nng_sub0_open;
Undocumented in source.
nng_sub0_open_raw
pnng_sub0_open_raw nng_sub0_open_raw;
Undocumented in source.
nng_sub_open
pnng_sub0_open nng_sub_open;
Undocumented in source.
nng_sub_open_raw
pnng_sub0_open_raw nng_sub_open_raw;
Undocumented in source.
nng_surveyor0_open
pnng_surveyor0_open nng_surveyor0_open;
Undocumented in source.
nng_surveyor0_open_raw
pnng_surveyor0_open_raw nng_surveyor0_open_raw;
Undocumented in source.
nng_surveyor_open
pnng_surveyor0_open nng_surveyor_open;
Undocumented in source.
nng_surveyor_open_raw
pnng_surveyor0_open_raw nng_surveyor_open_raw;
Undocumented in source.
nng_tcp_register
pnng_tcp_register nng_tcp_register;
Undocumented in source.
nng_thread_create
pnng_thread_create nng_thread_create;
Undocumented in source.
nng_thread_destroy
pnng_thread_destroy nng_thread_destroy;
Undocumented in source.
nng_tls_config_alloc
pnng_tls_config_alloc nng_tls_config_alloc;
Undocumented in source.
nng_tls_config_auth_mode
pnng_tls_config_auth_mode nng_tls_config_auth_mode;
Undocumented in source.
nng_tls_config_ca_chain
pnng_tls_config_ca_chain nng_tls_config_ca_chain;
Undocumented in source.
nng_tls_config_ca_file
pnng_tls_config_ca_file nng_tls_config_ca_file;
Undocumented in source.
nng_tls_config_cert_key_file
pnng_tls_config_cert_key_file nng_tls_config_cert_key_file;
Undocumented in source.
nng_tls_config_free
pnng_tls_config_free nng_tls_config_free;
Undocumented in source.
nng_tls_config_hold
pnng_tls_config_hold nng_tls_config_hold;
Undocumented in source.
nng_tls_config_key
pnng_tls_config_key nng_tls_config_key;
Undocumented in source.
nng_tls_config_own_cert
pnng_tls_config_own_cert nng_tls_config_own_cert;
Undocumented in source.
nng_tls_config_pass
pnng_tls_config_pass nng_tls_config_pass;
Undocumented in source.
nng_tls_config_server_name
pnng_tls_config_server_name nng_tls_config_server_name;
Undocumented in source.
nng_tls_register
pnng_tls_register nng_tls_register;
Undocumented in source.
nng_url_clone
pnng_url_clone nng_url_clone;
Undocumented in source.
nng_url_free
pnng_url_free nng_url_free;
Undocumented in source.
nng_url_parse
pnng_url_parse nng_url_parse;
Undocumented in source.
nng_version
pnng_version nng_version;
Undocumented in source.
nng_ws_register
pnng_ws_register nng_ws_register;
Undocumented in source.
nng_wss_register
pnng_wss_register nng_wss_register;
Undocumented in source.
nng_zt_register
pnng_zt_register nng_zt_register;
Undocumented in source.

Meta