文章列表

The ZMQ class

class.zmq

0 2021/06/08 【ZMQ

The ZMQContext class

class.zmqcontext

0 2021/06/08 【ZMQ

The ZMQDevice class

class.zmqdevice

0 2021/06/08 【ZMQ

The ZMQPoll class

class.zmqpoll

0 2021/06/08 【ZMQ

The ZMQSocket class

class.zmqsocket

0 2021/06/08 【ZMQ

简介

intro.zmq

0 2021/06/08 【ZMQ

安装/配置

zmq.setup

0 2021/06/08 【ZMQ

ZMQDevice::__construct

zmqdevice.construct

0 2021/06/08 【The ZMQDevice class

ZMQDevice::getIdleTimeout

zmqdevice.getidletimeout

0 2021/06/08 【The ZMQDevice class

ZMQDevice::getTimerTimeout

zmqdevice.gettimertimeout

0 2021/06/08 【The ZMQDevice class

ZMQDevice::run

zmqdevice.run

0 2021/06/08 【The ZMQDevice class

ZMQDevice::setIdleCallback

zmqdevice.setidlecallback

0 2021/06/08 【The ZMQDevice class

ZMQDevice::setIdleTimeout

zmqdevice.setidletimeout

0 2021/06/08 【The ZMQDevice class

ZMQDevice::setTimerCallback

zmqdevice.settimercallback

0 2021/06/08 【The ZMQDevice class

ZMQDevice::setTimerTimeout

zmqdevice.settimertimeout

0 2021/06/08 【The ZMQDevice class

ZMQPoll::add

zmqpoll.add

0 2021/06/08 【The ZMQPoll class

ZMQPoll::clear

zmqpoll.clear

0 2021/06/08 【The ZMQPoll class

ZMQPoll::count

zmqpoll.count

0 2021/06/08 【The ZMQPoll class

ZMQPoll::getLastErrors

zmqpoll.getlasterrors

0 2021/06/08 【The ZMQPoll class

ZMQPoll::poll

zmqpoll.poll

0 2021/06/08 【The ZMQPoll class

ZMQPoll::remove

zmqpoll.remove

0 2021/06/08 【The ZMQPoll class

ZMQSocket::bind

zmqsocket.bind

0 2021/06/08 【The ZMQSocket class

ZMQSocket::connect

zmqsocket.connect

0 2021/06/08 【The ZMQSocket class

ZMQSocket::__construct

zmqsocket.construct

0 2021/06/08 【The ZMQSocket class

ZMQSocket::disconnect

zmqsocket.disconnect

0 2021/06/08 【The ZMQSocket class

ZMQSocket::getEndpoints

zmqsocket.getendpoints

0 2021/06/08 【The ZMQSocket class

ZMQSocket::getPersistentId

zmqsocket.getpersistentid

0 2021/06/08 【The ZMQSocket class

ZMQSocket::getSocketType

zmqsocket.getsockettype

0 2021/06/08 【The ZMQSocket class

ZMQSocket::getSockOpt

zmqsocket.getsockopt

0 2021/06/08 【The ZMQSocket class

ZMQSocket::isPersistent

zmqsocket.ispersistent

0 2021/06/08 【The ZMQSocket class

ZMQSocket::recv

zmqsocket.recv

0 2021/06/08 【The ZMQSocket class

ZMQSocket::recvMulti

zmqsocket.recvmulti

0 2021/06/08 【The ZMQSocket class

ZMQSocket::send

zmqsocket.send

0 2021/06/08 【The ZMQSocket class

ZMQSocket::sendmulti

zmqsocket.sendmulti

0 2021/06/08 【The ZMQSocket class

ZMQSocket::setSockOpt

zmqsocket.setsockopt

0 2021/06/08 【The ZMQSocket class

ZMQSocket::unbind

zmqsocket.unbind

0 2021/06/08 【The ZMQSocket class

ZMQContext::__construct

zmqcontext.construct

0 2021/06/08 【The ZMQContext class

ZMQContext::getOpt

zmqcontext.getopt

0 2021/06/08 【The ZMQContext class

ZMQContext::getSocket

zmqcontext.getsocket

0 2021/06/08 【The ZMQContext class

ZMQContext::isPersistent

zmqcontext.ispersistent

0 2021/06/08 【The ZMQContext class

ZMQContext::setOpt

zmqcontext.setopt

0 2021/06/08 【The ZMQContext class

ZMQ::__construct

zmq.construct

0 2021/06/08 【The ZMQ class

需求

zmq.requirements

0 2021/06/08 【安装/配置