zeromq4-haskell-0.6.3: Bindings to ZeroMQ 4.x

Safe HaskellNone
LanguageHaskell98

System.ZMQ4.Internal.Base

Description

Warning: This is an internal module and subject to change without notice.

Documentation

newtype ZMQMsg Source

Constructors

ZMQMsg 

Fields

content :: Ptr ()
 

data ZMQPoll Source

Constructors

ZMQPoll 

Fields

pSocket :: !ZMQSocket
 
pFd :: !CInt
 
pEvents :: !CShort
 
pRevents :: !CShort
 

type ZMQCtx = Ptr () Source

type ZMQSocket = Ptr () Source

newtype ZMQOption Source

Constructors

ZMQOption 

Fields

optVal :: CInt
 

data ZMQEvent Source

Constructors

ZMQEvent 

newtype ZMQFlag Source

Constructors

ZMQFlag 

Fields

flagVal :: CInt