deimos.zmq.zmq

Undocumented in source.

Members

Aliases

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

Enums

ZMQ_DONTWAIT
anonymousenum ZMQ_DONTWAIT
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_HAUSNUMERO
anonymousenum ZMQ_HAUSNUMERO
ZMQ_IO_THREADS_DFLT
anonymousenum ZMQ_IO_THREADS_DFLT
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_MORE
anonymousenum ZMQ_MORE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_NULL
anonymousenum ZMQ_NULL
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_PAIR
anonymousenum ZMQ_PAIR
ZMQ_POLLIN
anonymousenum ZMQ_POLLIN
ZMQ_SERVER
anonymousenum ZMQ_SERVER
ZMQ_STREAMER
anonymousenum ZMQ_STREAMER
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_XREQ
anonymousenum ZMQ_XREQ
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

ZMQ_MAKE_VERSION
int ZMQ_MAKE_VERSION(int major, int minor, int patch)
Undocumented in source. Be warned that the author may not have intended to support it.
zmq_atomic_counter_dec
int zmq_atomic_counter_dec(void* counter_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zmq_atomic_counter_destroy
void zmq_atomic_counter_destroy(void** counter_p_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zmq_atomic_counter_inc
int zmq_atomic_counter_inc(void* counter_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zmq_atomic_counter_new
void* zmq_atomic_counter_new()
zmq_atomic_counter_set
void zmq_atomic_counter_set(void* counter_, int value_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zmq_atomic_counter_value
int zmq_atomic_counter_value(void* counter_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zmq_bind
int zmq_bind(void* s_, char* addr_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zmq_close
int zmq_close(void* s_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zmq_connect
int zmq_connect(void* s_, char* addr_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zmq_ctx_destroy
int zmq_ctx_destroy(void* context_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zmq_ctx_get
int zmq_ctx_get(void* context_, int option_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zmq_ctx_new
void* zmq_ctx_new()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zmq_ctx_set
int zmq_ctx_set(void* context_, int option_, int optval_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zmq_ctx_shutdown
int zmq_ctx_shutdown(void* context_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zmq_ctx_term
int zmq_ctx_term(void* context_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zmq_curve_keypair
int zmq_curve_keypair(char* z85_public_key_, char* z85_secret_key_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zmq_curve_public
int zmq_curve_public(char* z85_public_key_, const(char)* z85_secret_key_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zmq_device
int zmq_device(int type_, void* frontend_, void* backend_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zmq_disconnect
int zmq_disconnect(void* s_, char* addr_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zmq_errno
int zmq_errno()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zmq_getsockopt
int zmq_getsockopt(void* s_, int option_, void* optval_, size_t* optvallen_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zmq_has
int zmq_has(const(char)* capability_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zmq_init
void* zmq_init(int io_threads_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zmq_join
int zmq_join(void* s, const(char)* group)
zmq_leave
int zmq_leave(void* s, const(char)* group)
zmq_msg_close
int zmq_msg_close(zmq_msg_t* msg_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zmq_msg_copy
int zmq_msg_copy(zmq_msg_t* dest_, zmq_msg_t* src_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zmq_msg_data
void* zmq_msg_data(zmq_msg_t* msg_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zmq_msg_get
int zmq_msg_get(const(zmq_msg_t)* msg_, int property_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zmq_msg_gets
const(char)* zmq_msg_gets(const(zmq_msg_t)* msg_, const(char)* property_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zmq_msg_group
const(char)* zmq_msg_group(zmq_msg_t* msg)
zmq_msg_init
int zmq_msg_init(zmq_msg_t* msg_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zmq_msg_init_data
int zmq_msg_init_data(zmq_msg_t* msg_, void* data_, size_t size_, void function(void* data_, void* hint_) nothrow ffn_, void* hint_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zmq_msg_init_size
int zmq_msg_init_size(zmq_msg_t* msg_, size_t size_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zmq_msg_more
int zmq_msg_more(const(zmq_msg_t)* msg_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zmq_msg_move
int zmq_msg_move(zmq_msg_t* dest_, zmq_msg_t* src_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zmq_msg_recv
int zmq_msg_recv(zmq_msg_t* msg_, void* s_, int flags_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zmq_msg_routing_id
uint zmq_msg_routing_id(zmq_msg_t* msg)
zmq_msg_send
int zmq_msg_send(zmq_msg_t* msg_, void* s_, int flags_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zmq_msg_set
int zmq_msg_set(zmq_msg_t* msg_, int property_, int optval_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zmq_msg_set_group
int zmq_msg_set_group(zmq_msg_t* msg, const(char)* group)
zmq_msg_set_routing_id
int zmq_msg_set_routing_id(zmq_msg_t* msg, uint routing_id)
zmq_msg_size
size_t zmq_msg_size(const(zmq_msg_t)* msg_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zmq_poll
int zmq_poll(zmq_pollitem_t* items_, int nitems_, c_long timeout_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zmq_poller_add
int zmq_poller_add(void* poller, void* socket, void* user_data, short events)
zmq_poller_add_fd
int zmq_poller_add_fd(void* poller, zmq_fd_t fd, void* user_data, short events)
zmq_poller_destroy
int zmq_poller_destroy(void** poller_p)
zmq_poller_fd
int zmq_poller_fd(void* poller, zmq_fd_t* fd)
zmq_poller_modify
int zmq_poller_modify(void* poller, void* socket, short events)
zmq_poller_modify_fd
int zmq_poller_modify_fd(void* poller, zmq_fd_t fd, short events)
zmq_poller_new
void* zmq_poller_new()
zmq_poller_remove
int zmq_poller_remove(void* poller, void* socket)
zmq_poller_remove_fd
int zmq_poller_remove_fd(void* poller, zmq_fd_t fd)
zmq_poller_wait
int zmq_poller_wait(void* poller, zmq_poller_event_t* event, c_long timeout)
zmq_poller_wait_all
int zmq_poller_wait_all(void* poller, zmq_poller_event_t* events, int n_events, c_long timout)
zmq_proxy
int zmq_proxy(void* frontend_, void* backend_, void* capture_)
zmq_proxy_steerable
int zmq_proxy_steerable(void* frontend_, void* backend_, void* capture_, void* control_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zmq_recv
int zmq_recv(void* s_, void* buf_, size_t len_, int flags_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zmq_recviov
int zmq_recviov(void* s_, iovec* iov_, size_t* count_, int flags_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zmq_recvmsg
int zmq_recvmsg(void* s_, zmq_msg_t* msg_, int flags_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zmq_send
int zmq_send(void* s_, void* buf_, size_t len_, int flags_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zmq_send_const
int zmq_send_const(void* s_, void* buf_, size_t len_, int flags_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zmq_sendiov
int zmq_sendiov(void* s_, iovec* iov_, size_t count_, int flags_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zmq_sendmsg
int zmq_sendmsg(void* s_, zmq_msg_t* msg_, int flags_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zmq_setsockopt
int zmq_setsockopt(void* s_, int option_, void* optval_, size_t optvallen_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zmq_sleep
void zmq_sleep(int seconds_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zmq_socket
void* zmq_socket(void* , int type_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zmq_socket_get_peer_state
int zmq_socket_get_peer_state(void* socket, const(void)* routing_id, size_t routing_id_size)
zmq_socket_monitor
int zmq_socket_monitor(void* s_, char* addr_, int events_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zmq_socket_monitor_pipes_stats
int zmq_socket_monitor_pipes_stats(void* s)
zmq_socket_monitor_versioned
int zmq_socket_monitor_versioned(void* s_, const(char)* addr_, ulong events_, int event_version_, int type_)
zmq_stopwatch_intermediate
c_ulong zmq_stopwatch_intermediate(void* watch_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zmq_stopwatch_start
void* zmq_stopwatch_start()
zmq_stopwatch_stop
c_ulong zmq_stopwatch_stop(void* watch_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zmq_strerror
const(char)* zmq_strerror(int errnum_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zmq_term
int zmq_term(void* context_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zmq_threadclose
void zmq_threadclose(void* thread_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zmq_threadstart
void* zmq_threadstart(void function(void*) nothrow func_, void* arg_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zmq_timers_add
int zmq_timers_add(void* timers, size_t interval, zmq_timer_fn handler, void* arg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zmq_timers_cancel
int zmq_timers_cancel(void* timers, int timer_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zmq_timers_destroy
int zmq_timers_destroy(void** timers_p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zmq_timers_execute
int zmq_timers_execute(void* timers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zmq_timers_new
void* zmq_timers_new()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zmq_timers_reset
int zmq_timers_reset(void* timers, int timer_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zmq_timers_set_interval
int zmq_timers_set_interval(void* timers, int timer_id, size_t interval)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zmq_timers_timeout
c_long zmq_timers_timeout(void* timers)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zmq_unbind
int zmq_unbind(void* s_, char* addr_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zmq_version
void zmq_version(int* major_, int* minor_, int* patch_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zmq_z85_decode
ubyte* zmq_z85_decode(ubyte* dest_, const(char)* string_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zmq_z85_encode
char* zmq_z85_encode(char* dest_, const(ubyte)* data_, size_t size_)

Manifest constants

ZMQ_AFFINITY
enum ZMQ_AFFINITY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_BACKLOG
enum ZMQ_BACKLOG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_BINDTODEVICE
enum ZMQ_BINDTODEVICE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_BLOCKY
enum ZMQ_BLOCKY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_CONFLATE
enum ZMQ_CONFLATE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_CONNECT_RID
enum ZMQ_CONNECT_RID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_CONNECT_ROUTING_ID
enum ZMQ_CONNECT_ROUTING_ID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_CONNECT_TIMOUT
enum ZMQ_CONNECT_TIMOUT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_CURRENT_EVENT_VERSION
enum ZMQ_CURRENT_EVENT_VERSION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_CURRENT_EVENT_VERSION_DRAFT
enum ZMQ_CURRENT_EVENT_VERSION_DRAFT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_CURVE_PUBLICKEY
enum ZMQ_CURVE_PUBLICKEY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_CURVE_SECRETKEY
enum ZMQ_CURVE_SECRETKEY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_CURVE_SERVER
enum ZMQ_CURVE_SERVER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_CURVE_SERVERKEY
enum ZMQ_CURVE_SERVERKEY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_DELAY_ATTACH_ON_CONNECT
enum ZMQ_DELAY_ATTACH_ON_CONNECT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_EVENTS
enum ZMQ_EVENTS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_EVENT_ACCEPTED
enum ZMQ_EVENT_ACCEPTED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_EVENT_ACCEPT_FAILED
enum ZMQ_EVENT_ACCEPT_FAILED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_EVENT_ALL
enum ZMQ_EVENT_ALL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_EVENT_ALL_V1
enum ZMQ_EVENT_ALL_V1;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_EVENT_ALL_V2
enum ZMQ_EVENT_ALL_V2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_EVENT_BIND_FAILED
enum ZMQ_EVENT_BIND_FAILED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_EVENT_CLOSED
enum ZMQ_EVENT_CLOSED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_EVENT_CLOSE_FAILED
enum ZMQ_EVENT_CLOSE_FAILED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_EVENT_CONNECTED
enum ZMQ_EVENT_CONNECTED;
ZMQ_EVENT_CONNECT_DELAYED
enum ZMQ_EVENT_CONNECT_DELAYED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_EVENT_CONNECT_RETRIED
enum ZMQ_EVENT_CONNECT_RETRIED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_EVENT_DISCONNECTED
enum ZMQ_EVENT_DISCONNECTED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_EVENT_HANDSHAKE_FAILED_AUTH
enum ZMQ_EVENT_HANDSHAKE_FAILED_AUTH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_EVENT_HANDSHAKE_FAILED_NO_DETAIL
enum ZMQ_EVENT_HANDSHAKE_FAILED_NO_DETAIL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_EVENT_HANDSHAKE_FAILED_PROTOCOL
enum ZMQ_EVENT_HANDSHAKE_FAILED_PROTOCOL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_EVENT_HANDSHAKE_SUCCEEDED
enum ZMQ_EVENT_HANDSHAKE_SUCCEEDED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_EVENT_LISTENING
enum ZMQ_EVENT_LISTENING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_EVENT_MONITOR_STOPPED
enum ZMQ_EVENT_MONITOR_STOPPED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_EVENT_PIPES_STATS
enum ZMQ_EVENT_PIPES_STATS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_FAIL_UNROUTABLE
enum ZMQ_FAIL_UNROUTABLE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_FD
enum ZMQ_FD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_GROUP_MAX_LENGTH
enum ZMQ_GROUP_MAX_LENGTH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_GSSAPI_NT_HOSTBASED
enum ZMQ_GSSAPI_NT_HOSTBASED;
ZMQ_GSSAPI_NT_KRB5_PRINCIPAL
enum ZMQ_GSSAPI_NT_KRB5_PRINCIPAL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_GSSAPI_NT_USER_NAME
enum ZMQ_GSSAPI_NT_USER_NAME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_GSSAPI_PLAINTEXT
enum ZMQ_GSSAPI_PLAINTEXT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_GSSAPI_PRINCIPAL
enum ZMQ_GSSAPI_PRINCIPAL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_GSSAPI_PRINCIPAL_NAMETYPE
enum ZMQ_GSSAPI_PRINCIPAL_NAMETYPE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_GSSAPI_SERVER
enum ZMQ_GSSAPI_SERVER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_GSSAPI_SERVICE_PRINCIPAL
enum ZMQ_GSSAPI_SERVICE_PRINCIPAL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_GSSAPI_SERVICE_PRINCIPAL_NAMETYPE
enum ZMQ_GSSAPI_SERVICE_PRINCIPAL_NAMETYPE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_HANDSHAKE_IVL
enum ZMQ_HANDSHAKE_IVL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_HAS_CAPABILITIES
enum ZMQ_HAS_CAPABILITIES;
ZMQ_HAVE_TIMERS
enum ZMQ_HAVE_TIMERS;
ZMQ_HEARTBEAT_IVL
enum ZMQ_HEARTBEAT_IVL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_HEARTBEAT_TIMEOUT
enum ZMQ_HEARTBEAT_TIMEOUT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_HEARTBEAT_TTL
enum ZMQ_HEARTBEAT_TTL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_IDENTITY
enum ZMQ_IDENTITY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_IMMEDIATE
enum ZMQ_IMMEDIATE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_INVERT_MATCHING
enum ZMQ_INVERT_MATCHING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_IN_BATCH_SIZE
enum ZMQ_IN_BATCH_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_IO_THREADS
enum ZMQ_IO_THREADS;
ZMQ_IPC_FILTER_GID
enum ZMQ_IPC_FILTER_GID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_IPC_FILTER_PID
enum ZMQ_IPC_FILTER_PID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_IPC_FILTER_UID
enum ZMQ_IPC_FILTER_UID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_IPV4ONLY
enum ZMQ_IPV4ONLY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_IPV6
enum ZMQ_IPV6;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_LAST_ENDPOINT
enum ZMQ_LAST_ENDPOINT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_LINGER
enum ZMQ_LINGER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_LOOPBACK_FASTPATH
enum ZMQ_LOOPBACK_FASTPATH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_MAXMSGSIZE
enum ZMQ_MAXMSGSIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_MAX_MSGSZ
enum ZMQ_MAX_MSGSZ;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_MAX_SOCKETS
enum ZMQ_MAX_SOCKETS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_MECHANISM
enum ZMQ_MECHANISM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_METADATA
enum ZMQ_METADATA;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_MSG_PROPERTY_PEER_ADDRESS
enum ZMQ_MSG_PROPERTY_PEER_ADDRESS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_MSG_PROPERTY_ROUTING_ID
enum ZMQ_MSG_PROPERTY_ROUTING_ID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_MSG_PROPERTY_SOCKET_TYPE
enum ZMQ_MSG_PROPERTY_SOCKET_TYPE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_MSG_PROPERTY_USER_ID
enum ZMQ_MSG_PROPERTY_USER_ID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_MSG_T_SIZE
enum ZMQ_MSG_T_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_MULTICAST_HOPS
enum ZMQ_MULTICAST_HOPS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_MULTICAST_LOOP
enum ZMQ_MULTICAST_LOOP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_MULTICAST_MAXTPDU
enum ZMQ_MULTICAST_MAXTPDU;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_NOBLOCK
enum ZMQ_NOBLOCK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_NOTIFY_CONNECT
enum ZMQ_NOTIFY_CONNECT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_NOTIFY_DISCONNECT
enum ZMQ_NOTIFY_DISCONNECT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_OUT_BATCH_SIZE
enum ZMQ_OUT_BATCH_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_PLAIN_PASSWORD
enum ZMQ_PLAIN_PASSWORD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_PLAIN_SERVER
enum ZMQ_PLAIN_SERVER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_PLAIN_USERNAME
enum ZMQ_PLAIN_USERNAME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_POLLITEMS_DFLT
enum ZMQ_POLLITEMS_DFLT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_PROBE_ROUTER
enum ZMQ_PROBE_ROUTER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_PROTOCOL_ERROR_ZAP_BAD_REQUEST_ID
enum ZMQ_PROTOCOL_ERROR_ZAP_BAD_REQUEST_ID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_PROTOCOL_ERROR_ZAP_BAD_VERSION
enum ZMQ_PROTOCOL_ERROR_ZAP_BAD_VERSION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_PROTOCOL_ERROR_ZAP_INVALID_METADATA
enum ZMQ_PROTOCOL_ERROR_ZAP_INVALID_METADATA;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_PROTOCOL_ERROR_ZAP_INVALID_STATUS_CODE
enum ZMQ_PROTOCOL_ERROR_ZAP_INVALID_STATUS_CODE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_PROTOCOL_ERROR_ZAP_MALFORMED_REPLY
enum ZMQ_PROTOCOL_ERROR_ZAP_MALFORMED_REPLY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_PROTOCOL_ERROR_ZAP_UNSPECIFIED
enum ZMQ_PROTOCOL_ERROR_ZAP_UNSPECIFIED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_PROTOCOL_ERROR_ZMTP_CRYPTOGRAPHIC
enum ZMQ_PROTOCOL_ERROR_ZMTP_CRYPTOGRAPHIC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_PROTOCOL_ERROR_ZMTP_INVALID_METADATA
enum ZMQ_PROTOCOL_ERROR_ZMTP_INVALID_METADATA;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_PROTOCOL_ERROR_ZMTP_INVALID_SEQUENCE
enum ZMQ_PROTOCOL_ERROR_ZMTP_INVALID_SEQUENCE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_PROTOCOL_ERROR_ZMTP_KEY_EXCHANGE
enum ZMQ_PROTOCOL_ERROR_ZMTP_KEY_EXCHANGE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_PROTOCOL_ERROR_ZMTP_MALFORMED_COMMAND_ERROR
enum ZMQ_PROTOCOL_ERROR_ZMTP_MALFORMED_COMMAND_ERROR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_PROTOCOL_ERROR_ZMTP_MALFORMED_COMMAND_HELLO
enum ZMQ_PROTOCOL_ERROR_ZMTP_MALFORMED_COMMAND_HELLO;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_PROTOCOL_ERROR_ZMTP_MALFORMED_COMMAND_INITIATE
enum ZMQ_PROTOCOL_ERROR_ZMTP_MALFORMED_COMMAND_INITIATE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_PROTOCOL_ERROR_ZMTP_MALFORMED_COMMAND_MESSAGE
enum ZMQ_PROTOCOL_ERROR_ZMTP_MALFORMED_COMMAND_MESSAGE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_PROTOCOL_ERROR_ZMTP_MALFORMED_COMMAND_READY
enum ZMQ_PROTOCOL_ERROR_ZMTP_MALFORMED_COMMAND_READY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_PROTOCOL_ERROR_ZMTP_MALFORMED_COMMAND_UNSPECIFIED
enum ZMQ_PROTOCOL_ERROR_ZMTP_MALFORMED_COMMAND_UNSPECIFIED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_PROTOCOL_ERROR_ZMTP_MALFORMED_COMMAND_WELCOME
enum ZMQ_PROTOCOL_ERROR_ZMTP_MALFORMED_COMMAND_WELCOME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_PROTOCOL_ERROR_ZMTP_MECHANISM_MISMATCH
enum ZMQ_PROTOCOL_ERROR_ZMTP_MECHANISM_MISMATCH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_PROTOCOL_ERROR_ZMTP_UNEXPECTED_COMMAND
enum ZMQ_PROTOCOL_ERROR_ZMTP_UNEXPECTED_COMMAND;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_PROTOCOL_ERROR_ZMTP_UNSPECIFIED
enum ZMQ_PROTOCOL_ERROR_ZMTP_UNSPECIFIED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_RATE
enum ZMQ_RATE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_RCVBUF
enum ZMQ_RCVBUF;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_RCVHWM
enum ZMQ_RCVHWM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_RCVMORE
enum ZMQ_RCVMORE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_RCVTIMEO
enum ZMQ_RCVTIMEO;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_RECONNECT_IVL
enum ZMQ_RECONNECT_IVL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_RECONNECT_IVL_MAX
enum ZMQ_RECONNECT_IVL_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_RECOVERY_IVL
enum ZMQ_RECOVERY_IVL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_REQ_CORRELATE
enum ZMQ_REQ_CORRELATE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_REQ_RELAXED
enum ZMQ_REQ_RELAXED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_ROUTER_BEHAVIOR
enum ZMQ_ROUTER_BEHAVIOR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_ROUTER_HANDOVER
enum ZMQ_ROUTER_HANDOVER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_ROUTER_MANDATORY
enum ZMQ_ROUTER_MANDATORY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_ROUTER_NOTIFY
enum ZMQ_ROUTER_NOTIFY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_ROUTER_RAW
enum ZMQ_ROUTER_RAW;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_ROUTING_ID
enum ZMQ_ROUTING_ID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_SNDBUF
enum ZMQ_SNDBUF;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_SNDHWM
enum ZMQ_SNDHWM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_SNDTIMEO
enum ZMQ_SNDTIMEO;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_SOCKET_LIMIT
enum ZMQ_SOCKET_LIMIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_SOCKS_PASSWORD
enum ZMQ_SOCKS_PASSWORD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_SOCKS_PROXY
enum ZMQ_SOCKS_PROXY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_SOCKS_USERNAME
enum ZMQ_SOCKS_USERNAME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_SRCFD
enum ZMQ_SRCFD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_STREAM_NOTIFY
enum ZMQ_STREAM_NOTIFY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_SUBSCRIBE
enum ZMQ_SUBSCRIBE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_TCP_ACCEPT_FILTER
enum ZMQ_TCP_ACCEPT_FILTER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_TCP_KEEPALIVE
enum ZMQ_TCP_KEEPALIVE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_TCP_KEEPALIVE_CNT
enum ZMQ_TCP_KEEPALIVE_CNT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_TCP_KEEPALIVE_IDLE
enum ZMQ_TCP_KEEPALIVE_IDLE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_TCP_KEEPALIVE_INTVL
enum ZMQ_TCP_KEEPALIVE_INTVL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_TCP_MAXRT
enum ZMQ_TCP_MAXRT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_THREAD_AFFINITY_CPU_ADD
enum ZMQ_THREAD_AFFINITY_CPU_ADD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_THREAD_AFFINITY_CPU_REMOVE
enum ZMQ_THREAD_AFFINITY_CPU_REMOVE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_THREAD_NAME_PREFIX
enum ZMQ_THREAD_NAME_PREFIX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_THREAD_PRIORITY
enum ZMQ_THREAD_PRIORITY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_THREAD_SAFE
enum ZMQ_THREAD_SAFE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_THREAD_SCHED_POLICY
enum ZMQ_THREAD_SCHED_POLICY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_TOS
enum ZMQ_TOS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_TYPE
enum ZMQ_TYPE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_UNSUBSCRIBE
enum ZMQ_UNSUBSCRIBE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_USE_FD
enum ZMQ_USE_FD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_VERSION
enum ZMQ_VERSION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_VERSION_MAJOR
enum ZMQ_VERSION_MAJOR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_VERSION_MINOR
enum ZMQ_VERSION_MINOR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_VERSION_PATCH
enum ZMQ_VERSION_PATCH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_VMCI_BUFFER_MAX_SIZE
enum ZMQ_VMCI_BUFFER_MAX_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_VMCI_BUFFER_MIN_SIZE
enum ZMQ_VMCI_BUFFER_MIN_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_VMCI_BUFFER_SIZE
enum ZMQ_VMCI_BUFFER_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_VMCI_CONNECT_TIMEOUT
enum ZMQ_VMCI_CONNECT_TIMEOUT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_XPUB_MANUAL
enum ZMQ_XPUB_MANUAL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_XPUB_MANUAL_LAST_VALUE
enum ZMQ_XPUB_MANUAL_LAST_VALUE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_XPUB_NODROP
enum ZMQ_XPUB_NODROP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_XPUB_VERBOSE
enum ZMQ_XPUB_VERBOSE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_XPUB_VERBOSER
enum ZMQ_XPUB_VERBOSER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_XPUB_WELCOME_MSG
enum ZMQ_XPUB_WELCOME_MSG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_ZAP_DOMAIN
enum ZMQ_ZAP_DOMAIN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_ZAP_ENFORCE_DOMAIN
enum ZMQ_ZAP_ENFORCE_DOMAIN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZMQ_ZERO_COPY_RECV
enum ZMQ_ZERO_COPY_RECV;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

iovec
struct iovec
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zmq_msg_t
struct zmq_msg_t
zmq_poller_event_t
struct zmq_poller_event_t
zmq_pollitem_t
struct zmq_pollitem_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta