Safe Haskell | None |
---|---|
Language | Haskell98 |
System.ZMQ4.Internal.Base
Description
Warning: This is an internal module and subject to change without notice.
Documentation
type ZMQPollPtr = Ptr ZMQPoll #
pair :: ZMQSocketType #
pub :: ZMQSocketType #
sub :: ZMQSocketType #
xpub :: ZMQSocketType #
xsub :: ZMQSocketType #
dealer :: ZMQSocketType #
router :: ZMQSocketType #
pull :: ZMQSocketType #
push :: ZMQSocketType #
stream :: ZMQSocketType #
receiveBuf :: ZMQOption #
reqRelaxed :: ZMQOption #
sendHighWM :: ZMQOption #
closed :: ZMQEventType #
peekZMQEvent :: ZMQMsgPtr -> IO ZMQEvent #
more :: ZMQMsgOption #
pollIn :: ZMQPollEvent #
pollOut :: ZMQPollEvent #
pollerr :: ZMQPollEvent #
c_zmq_ctx_new :: IO ZMQCtx #
c_zmq_ctx_shutdown :: ZMQCtx -> IO CInt #
c_zmq_ctx_term :: ZMQCtx -> IO CInt #
c_zmq_msg_init :: ZMQMsgPtr -> IO CInt #
c_zmq_msg_close :: ZMQMsgPtr -> IO CInt #
c_zmq_msg_data :: ZMQMsgPtr -> IO (Ptr a) #
c_zmq_msg_size :: ZMQMsgPtr -> IO CSize #
c_zmq_close :: ZMQSocket -> IO CInt #
c_zmq_errno :: IO CInt #
c_zmq_strerror :: CInt -> IO CString #
c_zmq_poll :: ZMQPollPtr -> CInt -> CLong -> IO CInt #