Paste: zmq_socket_type

Author: Arrogant
Mode: factor
Date: Tue, 19 Oct 2010 23:47:18
Plain Text |
ENUM: zmq_socket_type
    ZMQ_PAIR
    ZMQ_PUB
    ZMQ_SUB
    ZMQ_REQ
    ZMQ_REP
    ZMQ_XREQ
    ZMQ_XREP
    ZMQ_PULL
    ZMQ_PUSH
    ;

FUNCTION: void* zmq_socket ( void* context, zmq_socket_type type ) ;

New Annotation

Summary:
Author:
Mode:
Body: