Enum SocketType
Specifies the basic types of message-queue sockets implementing the core patterns (pub-sub, req-rep, dealer-router, etc).
Namespace: Bonsai.ZeroMQ
Assembly: Bonsai.ZeroMQ.dll
Syntax
public enum SocketType
Fields
Name | Description |
---|---|
Dealer | Specifies a NetMQ.Sockets.DealerSocket. |
Pair | Specifies a NetMQ.Sockets.PairSocket. |
Publisher | Specifies a NetMQ.Sockets.PublisherSocket. |
Pull | Specifies a NetMQ.Sockets.PullSocket. |
Push | Specifies a NetMQ.Sockets.PushSocket. |
Request | Specifies a NetMQ.Sockets.RequestSocket. |
Response | Specifies a NetMQ.Sockets.ResponseSocket. |
Router | Specifies a NetMQ.Sockets.RouterSocket. |
Stream | Specifies a NetMQ.Sockets.StreamSocket. |
Subscriber | Specifies a NetMQ.Sockets.SubscriberSocket. |
XPublisher | Specifies a NetMQ.Sockets.XPublisherSocket. |
XSubscriber | Specifies a NetMQ.Sockets.XSubscriberSocket. |