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
 

Instances

type ZMQCtx = Ptr () Source

type ZMQSocket = Ptr () Source

newtype ZMQSocketType Source

Constructors

ZMQSocketType 

Fields

typeVal :: CInt
 

newtype ZMQOption Source

Constructors

ZMQOption 

Fields

optVal :: CInt
 

newtype ZMQCtxOption Source

Constructors

ZMQCtxOption 

Fields

ctxOptVal :: CInt
 

data ZMQEvent Source

Constructors

ZMQEvent 

Instances

newtype ZMQMsgOption Source

Constructors

ZMQMsgOption 

Fields

msgOptVal :: CInt
 

newtype ZMQFlag Source

Constructors

ZMQFlag 

Fields

flagVal :: CInt
 

Instances

newtype ZMQPollEvent Source

Constructors

ZMQPollEvent 

Fields

pollVal :: CShort