fszmq
fszmq Namespace
| Type | Description |
| Capability | Report if the underlying (native) ZMQ library supports a named capability |
| CapabilityExtensions | Utilities for working with Capabiity from languages other than F# |
| Context | Represents the container for a group of sockets in a node |
| Message | Provides a memory-managed wrapper over ZMQ message operations |
| Poll | For use with the Polling module... Associates a callback with a Socket instance and one or more events, such that the callback is invoked when the event(s) occurs on the Socket instance Note: all sockets passed to Polling.poll MUST share the same context and belong to the thread calling Polling.poll |
| PollingExtensions | Utilities for working with Polling from languages other than F# |
| ProxyingExtensions | Utilities for working with Polling from languages other than F# |
| Socket | An abstraction of an asynchronous message queue, with the exact queuing and message-exchange semantics determined by the socket type |
| Version | Report the version of the underlying (native) ZMQ library |
| VersionExtensions | Utilities for working with Version from languages other than F# |
| ZMQError | Represents any error raised by the native ZMQ library, with a human-readable summary in the Message property |
| ZMQEvent | Encapsulates data generated by various ZMQ monitoring events |
| ZMQEventDetails | Provides more-granular information about a ZMQEvent |
| Module | Description |
| Context | Contains methods for working with Context instances |
| Curve | Utilities for working with the CurveZMQ security protocol (NOTE: required underlying library support for CurevZMQ) |
| Message | Contains methods for working with Message instances |
| Monitor | Contains methods for working with Socket diagnostics |
| Options | Higher-level API for working with socket options |
| Polling | Contains methods for working with ZMQ's polling capabilities |
| Proxying | Contains methods for working with ZMQ's proxying capabilities |
| Socket | Contains methods for working with Socket instances |
| Z85 | Utilities for working with ZeroMQ Base-85 Encoding |
| ZMQ | Contains commonly-used pre-defined ZMQ values |