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 Source
newtype ZMQEventType Source
Constructors
ZMQEventType | |
Fields |
Constructors
ZMQEvent | |
Fields
|
peekZMQEvent :: ZMQMsgPtr -> IO ZMQEvent Source
newtype ZMQSecMechanism Source
Constructors
ZMQSecMechanism | |
Fields
|
c_zmq_ctx_shutdown :: ZMQCtx -> IO CInt Source
c_zmq_ctx_term :: ZMQCtx -> IO CInt Source
c_zmq_msg_init :: ZMQMsgPtr -> IO CInt Source
c_zmq_msg_close :: ZMQMsgPtr -> IO CInt Source
c_zmq_msg_data :: ZMQMsgPtr -> IO (Ptr a) Source
c_zmq_msg_size :: ZMQMsgPtr -> IO CSize Source
c_zmq_close :: ZMQSocket -> IO CInt Source
c_zmq_errno :: IO CInt Source
c_zmq_strerror :: CInt -> IO CString Source
c_zmq_poll :: ZMQPollPtr -> CInt -> CLong -> IO CInt Source