Table of Contents

Class ConvertToFrame

Namespace
Bonsai.ZeroMQ
Assembly
Bonsai.ZeroMQ.dll

Represents an operator that converts a sequence of data objects into a sequence of message frames.

public class ConvertToFrame : Combinator<byte[], NetMQFrame>
Inheritance
Combinator<byte[], NetMQFrame>
ConvertToFrame
Inherited Members

Methods

Process(IObservable<byte[]>)

Converts a sequence of data buffers into an observable sequence of message frames.

Process(IObservable<string>)

Converts a sequence of string objects into an observable sequence of message frames.