[Home] Type ZeroMQ.SocketType


Enumeration of possible socket types.

Type Description

type SocketType = |  Pair  =  0
                  |  Publisher  =  1
                  |  Subscriber  =  2
                  |  Request  =  3
                  |  Response  =  4
                  |  Dealer  =  5
                  |  Router  =  6
                  |  Pull  =  7
                  |  Push  =  8
                  |  XPublisher  =  9
                  |  XSubscriber  =  10

See Also

ZeroMQ


Documentation for assembly ZeroMQ, version 1.0.4999.0, generated using the F# Programming Power Pack