zmq.version: get version of libzmq

View source: R/rzmq.R

zmq.versionR Documentation

get version of libzmq

Description

return the version string of the system zmq library

Usage

zmq.version()

Value

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

Author(s)

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

References

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

See Also

connect.socket,bind.socket,receive.socket,send.socket

Examples

## Not run: 

library(rzmq)
zmq.version()

## End(Not run)

armstrtw/rzmq documentation built on Dec. 12, 2023, 5:16 a.m.