Skip to contents

return the version string of the system zmq library

Usage

zmq.version()

Value

a string of the following format: major.minor.patch

References

http://www.zeromq.org http://api.zeromq.org http://zguide.zeromq.org/page:all

Author

ZMQ was written by Martin Sustrik <sustrik@250bpm.com> and Martin Lucina <mato@kotelna.sk>. rzmq was written by Whit Armstrong.

Examples

if (FALSE) {

library(rzmq)
zmq.version()
}