Table of Contents

Class ConvertToString

Namespace
Bonsai.ZeroMQ
Assembly
Bonsai.ZeroMQ.dll

Represents an operator that converts a sequence of message frames into a sequence of strings using the default encoding.

public class ConvertToString : Transform<NetMQFrame, string>
Inheritance
Combinator<NetMQFrame, string>
Transform<NetMQFrame, string>
ConvertToString
Inherited Members

Methods

Process(IObservable<NetMQFrame>)

Converts an observable sequence of message frames into a sequence of strings using the default encoding.