fszmq


Capability

Namespace: fszmq

Report if the underlying (native) ZMQ library supports a named capability

Union Cases

Union CaseDescription
Supported(name,yesOrNo)
Signature: string * bool

Test passed; yesOrNo is true when name is supported

Unknown
Signature:

Test for capability failed; support status is unknown

Fork me on GitHub