Changes
Jump to navigation
Jump to search
← Older edit
Zeromq package
(edit)
Revision as of 14:25, 6 August 2019
538 bytes added
,
14:25, 6 August 2019
→The functions
Line 40:
Line 40:
== The functions ==
== The functions ==
+
+
iszmq
+
Determine whether H is a zeromq socket object.
zmq_bind
zmq_bind
Line 49:
Line 52:
zmq_connect
zmq_connect
Connect a zeromq socket to a endpoint
Connect a zeromq socket to a endpoint
+
+
zmq_curve_keypair
+
Generate a random private/public keypair
+
+
zmq_curve_public
+
Derive the public key from a private key
+
+
zmq_disconnect
+
Disconnect a zeromq socket from an endpoint.
zmq_errno
zmq_errno
Line 55:
Line 67:
zmq_getsockopt
zmq_getsockopt
Get current value of a zeromq socket option.
Get current value of a zeromq socket option.
+
+
zmq_has
+
Check if the zmq library supports a given feature.
zmq_poll
zmq_poll
Line 68:
Line 83:
zmq_setsockopt
zmq_setsockopt
Set a zeromq socket option.
Set a zeromq socket option.
+
+
zmq_socket
+
Create a zeromq socket.
zmq_strerror
zmq_strerror
Line 77:
Line 95:
zmq_version
zmq_version
Get the zeromq library version numbers.
Get the zeromq library version numbers.
+
+
zmq_z85_decode
+
Decode a z85 encoded string to a binary key.
+
+
zmq_z85_encode
+
Encode a binary key as Z85 printable text.
= Examples =
= Examples =
Lostbard
28
edits
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
Variants
Views
Read
Edit
View history
More
Search
Navigation
🏠 GNU Octave Wiki
⚙️ Installing
📦 Packages
📝 Contributed Code
🔬 Development
❓ FAQ
Wiki
Recent changes
Random page
Index
Help
Tools
Special pages
Printable version