- NNG_PROTOCOL_NUMBER
int NNG_PROTOCOL_NUMBER(int maj, int min)
Undocumented in source. Be warned that the author may not have intended to support it.
- nng_aio_abort
void nng_aio_abort(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.
- nng_aio_alloc
int nng_aio_alloc(nng_aio** , nng_cb , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_aio_begin
bool nng_aio_begin(nng_aio* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_aio_busy
bool nng_aio_busy(nng_aio* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_aio_cancel
void nng_aio_cancel(nng_aio* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_aio_count
size_t nng_aio_count(nng_aio* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_aio_defer
void nng_aio_defer(nng_aio* , nng_aio_cancel_cb , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_aio_finish
void nng_aio_finish(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.
- nng_aio_free
void nng_aio_free(nng_aio* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_aio_get_input
void* nng_aio_get_input(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.
- nng_aio_get_msg
nng_msg* nng_aio_get_msg(nng_aio* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_aio_get_output
void* nng_aio_get_output(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.
- nng_aio_reap
void nng_aio_reap(nng_aio* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_aio_result
int nng_aio_result(nng_aio* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_aio_set_input
int nng_aio_set_input(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.
- nng_aio_set_iov
int nng_aio_set_iov(nng_aio* , uint , nng_iov* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_aio_set_msg
void nng_aio_set_msg(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.
- nng_aio_set_output
int nng_aio_set_output(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.
- nng_aio_set_timeout
void nng_aio_set_timeout(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.
- nng_aio_stop
void nng_aio_stop(nng_aio* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_aio_wait
void nng_aio_wait(nng_aio* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_alloc
void* nng_alloc(size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_bus0_open
int nng_bus0_open(nng_socket* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_bus0_open_raw
int nng_bus0_open_raw(nng_socket* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_clock
nng_time nng_clock()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_close
int nng_close(nng_socket )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_ctx_close
int nng_ctx_close(nng_ctx )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_ctx_get
int nng_ctx_get(nng_ctx , 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.
- nng_ctx_get_addr
int nng_ctx_get_addr(nng_ctx , 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.
- nng_ctx_get_bool
int nng_ctx_get_bool(nng_ctx , char* , bool* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_ctx_get_int
int nng_ctx_get_int(nng_ctx , char* , int* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_ctx_get_ms
int nng_ctx_get_ms(nng_ctx , 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.
- nng_ctx_get_ptr
int nng_ctx_get_ptr(nng_ctx , char* , void** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_ctx_get_size
int nng_ctx_get_size(nng_ctx , 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.
- nng_ctx_get_string
int nng_ctx_get_string(nng_ctx , char* , char** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_ctx_get_uint64
int nng_ctx_get_uint64(nng_ctx , char* , ulong* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_ctx_id
int nng_ctx_id(nng_ctx )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_ctx_open
int nng_ctx_open(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.
- nng_ctx_recv
void nng_ctx_recv(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.
- nng_ctx_recvmsg
int nng_ctx_recvmsg(nng_ctx , 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.
- nng_ctx_send
void nng_ctx_send(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.
- nng_ctx_sendmsg
int nng_ctx_sendmsg(nng_ctx , 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.
- nng_ctx_set
int nng_ctx_set(nng_ctx , 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.
- nng_ctx_set_addr
int nng_ctx_set_addr(nng_ctx , 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.
- nng_ctx_set_bool
int nng_ctx_set_bool(nng_ctx , char* , bool )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_ctx_set_int
int nng_ctx_set_int(nng_ctx , char* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_ctx_set_ms
int nng_ctx_set_ms(nng_ctx , 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.
- nng_ctx_set_ptr
int nng_ctx_set_ptr(nng_ctx , char* , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_ctx_set_size
int nng_ctx_set_size(nng_ctx , 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.
- nng_ctx_set_string
int nng_ctx_set_string(nng_ctx , char* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_ctx_set_uint64
int nng_ctx_set_uint64(nng_ctx , char* , ulong )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_cv_alloc
int nng_cv_alloc(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.
- nng_cv_free
void nng_cv_free(nng_cv* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_cv_until
int nng_cv_until(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.
- nng_cv_wait
void nng_cv_wait(nng_cv* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_cv_wake
void nng_cv_wake(nng_cv* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_cv_wake1
void nng_cv_wake1(nng_cv* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_device
int nng_device(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.
- nng_device_aio
void nng_device_aio(nng_aio* , 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.
- nng_dial
int nng_dial(nng_socket , 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.
- nng_dialer_close
int nng_dialer_close(nng_dialer )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_dialer_create
int nng_dialer_create(nng_dialer* , nng_socket , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_dialer_get
int nng_dialer_get(nng_dialer , 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.
- nng_dialer_get_addr
int nng_dialer_get_addr(nng_dialer , 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.
- nng_dialer_get_bool
int nng_dialer_get_bool(nng_dialer , char* , bool* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_dialer_get_int
int nng_dialer_get_int(nng_dialer , char* , int* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_dialer_get_ms
int nng_dialer_get_ms(nng_dialer , 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.
- nng_dialer_get_ptr
int nng_dialer_get_ptr(nng_dialer , char* , void** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_dialer_get_size
int nng_dialer_get_size(nng_dialer , 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.
- nng_dialer_get_string
int nng_dialer_get_string(nng_dialer , char* , char** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_dialer_get_uint64
int nng_dialer_get_uint64(nng_dialer , char* , ulong* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_dialer_id
int nng_dialer_id(nng_dialer )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_dialer_set
int nng_dialer_set(nng_dialer , 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.
- nng_dialer_set_addr
int nng_dialer_set_addr(nng_dialer , 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.
- nng_dialer_set_bool
int nng_dialer_set_bool(nng_dialer , char* , bool )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_dialer_set_int
int nng_dialer_set_int(nng_dialer , char* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_dialer_set_ms
int nng_dialer_set_ms(nng_dialer , 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.
- nng_dialer_set_ptr
int nng_dialer_set_ptr(nng_dialer , char* , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_dialer_set_size
int nng_dialer_set_size(nng_dialer , 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.
- nng_dialer_set_string
int nng_dialer_set_string(nng_dialer , char* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_dialer_set_uint64
int nng_dialer_set_uint64(nng_dialer , char* , ulong )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_dialer_start
int nng_dialer_start(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.
- nng_errstr
string nng_errstr(int err)
Undocumented in source. Be warned that the author may not have intended to support it.
- nng_fini
void nng_fini()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_free
void nng_free(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.
- nng_http_client_alloc
int nng_http_client_alloc(nng_http_client** , nng_url* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_client_connect
void nng_http_client_connect(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.
- nng_http_client_free
void nng_http_client_free(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.
- nng_http_client_get_tls
int nng_http_client_get_tls(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.
- nng_http_client_set_tls
int nng_http_client_set_tls(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.
- nng_http_client_transact
void nng_http_client_transact(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.
- nng_http_conn_close
void nng_http_conn_close(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.
- nng_http_conn_read
void nng_http_conn_read(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.
- nng_http_conn_read_all
void nng_http_conn_read_all(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.
- nng_http_conn_read_req
void nng_http_conn_read_req(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.
- nng_http_conn_read_res
void nng_http_conn_read_res(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.
- nng_http_conn_transact
void nng_http_conn_transact(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.
- nng_http_conn_write
void nng_http_conn_write(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.
- nng_http_conn_write_all
void nng_http_conn_write_all(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.
- nng_http_conn_write_req
void nng_http_conn_write_req(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.
- nng_http_conn_write_res
void nng_http_conn_write_res(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.
- nng_http_handler_alloc
int nng_http_handler_alloc(nng_http_handler** , char* , nng_http_cb )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_handler_alloc_directory
int nng_http_handler_alloc_directory(nng_http_handler** , char* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_handler_alloc_file
int nng_http_handler_alloc_file(nng_http_handler** , char* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_handler_alloc_redirect
int nng_http_handler_alloc_redirect(nng_http_handler** , char* , ushort , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_handler_alloc_static
int nng_http_handler_alloc_static(nng_http_handler** , char* , void* , size_t , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_handler_collect_body
int nng_http_handler_collect_body(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.
- nng_http_handler_free
void nng_http_handler_free(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.
- nng_http_handler_get_data
void* nng_http_handler_get_data(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.
- nng_http_handler_set_data
int nng_http_handler_set_data(nng_http_handler* , void* , nng_cb )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_handler_set_host
int nng_http_handler_set_host(nng_http_handler* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_handler_set_method
int nng_http_handler_set_method(nng_http_handler* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_handler_set_tree
int nng_http_handler_set_tree(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.
- nng_http_handler_set_tree_exclusive
int nng_http_handler_set_tree_exclusive(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.
- nng_http_hijack
int nng_http_hijack(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.
- nng_http_req_add_header
int nng_http_req_add_header(nng_http_req* , char* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_req_alloc
int nng_http_req_alloc(nng_http_req** , nng_url* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_req_copy_data
int nng_http_req_copy_data(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.
- nng_http_req_del_header
int nng_http_req_del_header(nng_http_req* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_req_free
void nng_http_req_free(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.
- nng_http_req_get_data
void nng_http_req_get_data(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.
- nng_http_req_get_header
char* nng_http_req_get_header(nng_http_req* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_req_get_method
char* nng_http_req_get_method(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.
- nng_http_req_get_uri
char* nng_http_req_get_uri(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.
- nng_http_req_get_version
char* nng_http_req_get_version(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.
- nng_http_req_reset
void nng_http_req_reset(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.
- nng_http_req_set_data
int nng_http_req_set_data(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.
- nng_http_req_set_header
int nng_http_req_set_header(nng_http_req* , char* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_req_set_method
int nng_http_req_set_method(nng_http_req* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_req_set_uri
int nng_http_req_set_uri(nng_http_req* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_req_set_version
int nng_http_req_set_version(nng_http_req* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_res_add_header
int nng_http_res_add_header(nng_http_res* , char* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_res_alloc
int nng_http_res_alloc(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.
- nng_http_res_alloc_error
int nng_http_res_alloc_error(nng_http_res** , ushort )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_res_copy_data
int nng_http_res_copy_data(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.
- nng_http_res_del_header
int nng_http_res_del_header(nng_http_res* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_res_free
void nng_http_res_free(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.
- nng_http_res_get_data
void nng_http_res_get_data(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.
- nng_http_res_get_header
char* nng_http_res_get_header(nng_http_res* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_res_get_reason
char* nng_http_res_get_reason(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.
- nng_http_res_get_status
ushort nng_http_res_get_status(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.
- nng_http_res_get_version
char* nng_http_res_get_version(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.
- nng_http_res_reset
void nng_http_res_reset(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.
- nng_http_res_set_data
int nng_http_res_set_data(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.
- nng_http_res_set_header
int nng_http_res_set_header(nng_http_res* , char* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_res_set_reason
int nng_http_res_set_reason(nng_http_res* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_res_set_status
int nng_http_res_set_status(nng_http_res* , ushort )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_res_set_version
int nng_http_res_set_version(nng_http_res* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_server_add_handler
int nng_http_server_add_handler(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.
- nng_http_server_del_handler
int nng_http_server_del_handler(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.
- nng_http_server_get_addr
int nng_http_server_get_addr(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.
- nng_http_server_get_tls
int nng_http_server_get_tls(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.
- nng_http_server_hold
int nng_http_server_hold(nng_http_server** , nng_url* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_server_release
void nng_http_server_release(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.
- nng_http_server_res_error
int nng_http_server_res_error(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.
- nng_http_server_set_error_file
int nng_http_server_set_error_file(nng_http_server* , ushort , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_server_set_error_page
int nng_http_server_set_error_page(nng_http_server* , ushort , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_http_server_set_tls
int nng_http_server_set_tls(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.
- nng_http_server_start
int nng_http_server_start(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.
- nng_http_server_stop
void nng_http_server_stop(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.
- nng_listen
int nng_listen(nng_socket , 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.
- nng_listener_close
int nng_listener_close(nng_listener )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_listener_create
int nng_listener_create(nng_listener* , nng_socket , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_listener_get
int nng_listener_get(nng_listener , 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.
- nng_listener_get_addr
int nng_listener_get_addr(nng_listener , 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.
- nng_listener_get_bool
int nng_listener_get_bool(nng_listener , char* , bool* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_listener_get_int
int nng_listener_get_int(nng_listener , char* , int* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_listener_get_ms
int nng_listener_get_ms(nng_listener , 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.
- nng_listener_get_ptr
int nng_listener_get_ptr(nng_listener , char* , void** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_listener_get_size
int nng_listener_get_size(nng_listener , 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.
- nng_listener_get_string
int nng_listener_get_string(nng_listener , char* , char** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_listener_get_uint64
int nng_listener_get_uint64(nng_listener , char* , ulong* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_listener_id
int nng_listener_id(nng_listener )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_listener_set
int nng_listener_set(nng_listener , 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.
- nng_listener_set_addr
int nng_listener_set_addr(nng_listener , 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.
- nng_listener_set_bool
int nng_listener_set_bool(nng_listener , char* , bool )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_listener_set_int
int nng_listener_set_int(nng_listener , char* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_listener_set_ms
int nng_listener_set_ms(nng_listener , 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.
- nng_listener_set_ptr
int nng_listener_set_ptr(nng_listener , char* , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_listener_set_size
int nng_listener_set_size(nng_listener , 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.
- nng_listener_set_string
int nng_listener_set_string(nng_listener , char* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_listener_set_uint64
int nng_listener_set_uint64(nng_listener , char* , ulong )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_listener_start
int nng_listener_start(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.
- nng_msg_alloc
int nng_msg_alloc(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.
- nng_msg_append
int nng_msg_append(nng_msg* , 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.
- nng_msg_append_u16
int nng_msg_append_u16(nng_msg* , ushort )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_append_u32
int nng_msg_append_u32(nng_msg* , uint )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_append_u64
int nng_msg_append_u64(nng_msg* , ulong )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_body
void* nng_msg_body(nng_msg* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_capacity
size_t nng_msg_capacity(nng_msg* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_chop
int nng_msg_chop(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.
- nng_msg_chop_u16
int nng_msg_chop_u16(nng_msg* , ushort* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_chop_u32
int nng_msg_chop_u32(nng_msg* , uint* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_chop_u64
int nng_msg_chop_u64(nng_msg* , ulong* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_clear
void nng_msg_clear(nng_msg* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_dup
int nng_msg_dup(nng_msg** , nng_msg* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_free
void nng_msg_free(nng_msg* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_get_pipe
nng_pipe nng_msg_get_pipe(nng_msg* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_header
void* nng_msg_header(nng_msg* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_header_append
int nng_msg_header_append(nng_msg* , 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.
- nng_msg_header_append_u16
int nng_msg_header_append_u16(nng_msg* , ushort )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_header_append_u32
int nng_msg_header_append_u32(nng_msg* , uint )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_header_append_u64
int nng_msg_header_append_u64(nng_msg* , ulong )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_header_chop
int nng_msg_header_chop(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.
- nng_msg_header_chop_u16
int nng_msg_header_chop_u16(nng_msg* , ushort* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_header_chop_u32
int nng_msg_header_chop_u32(nng_msg* , uint* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_header_chop_u64
int nng_msg_header_chop_u64(nng_msg* , ulong* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_header_clear
void nng_msg_header_clear(nng_msg* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_header_insert
int nng_msg_header_insert(nng_msg* , 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.
- nng_msg_header_insert_u16
int nng_msg_header_insert_u16(nng_msg* , ushort )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_header_insert_u32
int nng_msg_header_insert_u32(nng_msg* , uint )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_header_insert_u64
int nng_msg_header_insert_u64(nng_msg* , ulong )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_header_len
size_t nng_msg_header_len(nng_msg* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_header_trim
int nng_msg_header_trim(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.
- nng_msg_header_trim_u16
int nng_msg_header_trim_u16(nng_msg* , ushort* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_header_trim_u32
int nng_msg_header_trim_u32(nng_msg* , uint* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_header_trim_u64
int nng_msg_header_trim_u64(nng_msg* , ulong* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_insert
int nng_msg_insert(nng_msg* , 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.
- nng_msg_insert_u16
int nng_msg_insert_u16(nng_msg* , ushort )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_insert_u32
int nng_msg_insert_u32(nng_msg* , uint )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_insert_u64
int nng_msg_insert_u64(nng_msg* , ulong )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_len
size_t nng_msg_len(nng_msg* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_realloc
int nng_msg_realloc(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.
- nng_msg_reserve
int nng_msg_reserve(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.
- nng_msg_set_pipe
void nng_msg_set_pipe(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.
- nng_msg_trim
int nng_msg_trim(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.
- nng_msg_trim_u16
int nng_msg_trim_u16(nng_msg* , ushort* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_trim_u32
int nng_msg_trim_u32(nng_msg* , uint* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msg_trim_u64
int nng_msg_trim_u64(nng_msg* , ulong* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_msleep
void nng_msleep(nng_duration )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_mtx_alloc
int nng_mtx_alloc(nng_mtx** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_mtx_free
void nng_mtx_free(nng_mtx* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_mtx_lock
void nng_mtx_lock(nng_mtx* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_mtx_unlock
void nng_mtx_unlock(nng_mtx* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_opts_parse
int nng_opts_parse(int argc, char** argv, 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.
- nng_pair0_open
int nng_pair0_open(nng_socket* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_pair0_open_raw
int nng_pair0_open_raw(nng_socket* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_pair1_open
int nng_pair1_open(nng_socket* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_pair1_open_poly
int nng_pair1_open_poly(nng_socket* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_pair1_open_raw
int nng_pair1_open_raw(nng_socket* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_pipe_close
int nng_pipe_close(nng_pipe )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_pipe_dialer
nng_dialer nng_pipe_dialer(nng_pipe )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_pipe_get
int nng_pipe_get(nng_pipe , 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.
- nng_pipe_get_addr
int nng_pipe_get_addr(nng_pipe , 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.
- nng_pipe_get_bool
int nng_pipe_get_bool(nng_pipe , char* , bool* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_pipe_get_int
int nng_pipe_get_int(nng_pipe , char* , int* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_pipe_get_ms
int nng_pipe_get_ms(nng_pipe , 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.
- nng_pipe_get_ptr
int nng_pipe_get_ptr(nng_pipe , char* , void** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_pipe_get_size
int nng_pipe_get_size(nng_pipe , 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.
- nng_pipe_get_string
int nng_pipe_get_string(nng_pipe , char* , char** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_pipe_get_uint64
int nng_pipe_get_uint64(nng_pipe , char* , ulong* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_pipe_id
int nng_pipe_id(nng_pipe )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_pipe_listener
nng_listener nng_pipe_listener(nng_pipe )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_pipe_notify
int nng_pipe_notify(nng_socket , nng_pipe_ev , nng_pipe_notify_cb , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_pipe_socket
nng_socket nng_pipe_socket(nng_pipe )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_pub0_open
int nng_pub0_open(nng_socket* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_pub0_open_raw
int nng_pub0_open_raw(nng_socket* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_pull0_open
int nng_pull0_open(nng_socket* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_pull0_open_raw
int nng_pull0_open_raw(nng_socket* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_push0_open
int nng_push0_open(nng_socket* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_push0_open_raw
int nng_push0_open_raw(nng_socket* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_random
uint nng_random()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_recv
int nng_recv(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.
- nng_recv_aio
void nng_recv_aio(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.
- nng_recvmsg
int nng_recvmsg(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.
- nng_rep0_open
int nng_rep0_open(nng_socket* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_rep0_open_raw
int nng_rep0_open_raw(nng_socket* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_req0_open
int nng_req0_open(nng_socket* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_req0_open_raw
int nng_req0_open_raw(nng_socket* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_respondent0_open
int nng_respondent0_open(nng_socket* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_respondent0_open_raw
int nng_respondent0_open_raw(nng_socket* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_send
int nng_send(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.
- nng_send_aio
void nng_send_aio(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.
- nng_sendmsg
int nng_sendmsg(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.
- nng_sleep_aio
void nng_sleep_aio(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.
- nng_socket_get
int nng_socket_get(nng_socket , 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.
- nng_socket_get_addr
int nng_socket_get_addr(nng_socket , 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.
- nng_socket_get_bool
int nng_socket_get_bool(nng_socket , char* , bool* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_socket_get_int
int nng_socket_get_int(nng_socket , char* , int* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_socket_get_ms
int nng_socket_get_ms(nng_socket , 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.
- nng_socket_get_ptr
int nng_socket_get_ptr(nng_socket , char* , void** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_socket_get_size
int nng_socket_get_size(nng_socket , 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.
- nng_socket_get_string
int nng_socket_get_string(nng_socket , char* , char** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_socket_get_uint64
int nng_socket_get_uint64(nng_socket , char* , ulong* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_socket_id
int nng_socket_id(nng_socket )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_socket_set
int nng_socket_set(nng_socket , 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.
- nng_socket_set_addr
int nng_socket_set_addr(nng_socket , 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.
- nng_socket_set_bool
int nng_socket_set_bool(nng_socket , char* , bool )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_socket_set_int
int nng_socket_set_int(nng_socket , char* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_socket_set_ms
int nng_socket_set_ms(nng_socket , 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.
- nng_socket_set_ptr
int nng_socket_set_ptr(nng_socket , char* , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_socket_set_size
int nng_socket_set_size(nng_socket , 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.
- nng_socket_set_string
int nng_socket_set_string(nng_socket , char* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_socket_set_uint64
int nng_socket_set_uint64(nng_socket , char* , ulong )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_strdup
char* nng_strdup(char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_strerror
char* nng_strerror(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_strfree
void nng_strfree(char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_sub0_open
int nng_sub0_open(nng_socket* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_sub0_open_raw
int nng_sub0_open_raw(nng_socket* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_surveyor0_open
int nng_surveyor0_open(nng_socket* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_surveyor0_open_raw
int nng_surveyor0_open_raw(nng_socket* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_thread_create
int nng_thread_create(nng_thread** , nng_cb , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_thread_destroy
void nng_thread_destroy(nng_thread* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_thread_set_name
void nng_thread_set_name(nng_thread* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_tls_config_alloc
int nng_tls_config_alloc(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.
- nng_tls_config_auth_mode
int nng_tls_config_auth_mode(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.
- nng_tls_config_ca_chain
int nng_tls_config_ca_chain(nng_tls_config* , char* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_tls_config_ca_file
int nng_tls_config_ca_file(nng_tls_config* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_tls_config_cert_key_file
int nng_tls_config_cert_key_file(nng_tls_config* , char* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_tls_config_free
void nng_tls_config_free(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.
- nng_tls_config_hold
void nng_tls_config_hold(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.
- nng_tls_config_key
int nng_tls_config_key(nng_tls_config* , ubyte* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_tls_config_own_cert
int nng_tls_config_own_cert(nng_tls_config* , char* , char* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_tls_config_pass
int nng_tls_config_pass(nng_tls_config* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_tls_config_server_name
int nng_tls_config_server_name(nng_tls_config* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_tls_config_version
int nng_tls_config_version(nng_tls_config* , nng_tls_version , nng_tls_version )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_tls_engine_description
char* nng_tls_engine_description()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_tls_engine_fips_mode
bool nng_tls_engine_fips_mode()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_tls_engine_name
char* nng_tls_engine_name()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_url_clone
int nng_url_clone(nng_url** , nng_url* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_url_free
void nng_url_free(nng_url* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_url_parse
int nng_url_parse(nng_url** , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- nng_version
char* nng_version()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ptr
T* ptr(T[] arr)
Undocumented in source. Be warned that the author may not have intended to support it.