GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
ZMQ_HAS(3) 0MQ Manual ZMQ_HAS(3)

zmq_has - check a ZMQ capability

int zmq_has (const char *capability);

The zmq_has() function shall report whether a specified capability is available in the library. This allows bindings and applications to probe a library directly, for transport and security options.

Capabilities shall be lowercase strings. The following capabilities are defined:

•ipc - the library supports the ipc:// protocol

•pgm - the library supports the pgm:// protocol

•tipc - the library supports the tipc:// protocol

•norm - the library supports the norm:// protocol

•curve - the library supports the CURVE security mechanism

•gssapi - the library supports the GSSAPI security mechanism

•draft - the library is built with the draft api

When this method is provided, the zmq.h header file will define ZMQ_HAS_CAPABILITIES.

The zmq_has() function shall return 1 if the specified capability is provided. Otherwise it shall return 0.

This page was written by the 0MQ community. To make a change please read the 0MQ Contribution Policy at http://www.zeromq.org/docs:contributing.
01/17/2021 0MQ 4.3.4

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.