fszmq


Message

Namespace: fszmq

Provides a memory-managed wrapper over ZMQ message operations

Constructors

ConstructorDescription
new()
Signature: unit -> Message

Creates a new empty Message

CompiledName: .ctor

new(source)
Signature: (source:byte array) -> Message

Creates a new Message from the given byte array

CompiledName: .ctor

Instance members

Instance memberDescription
Handle
Signature: nativeint

For internal use only

CompiledName: get_Handle

Fork me on GitHub