Table of Contents

Method Generate

Namespace
Bonsai.Osc
Assembly
Bonsai.Osc.dll

Generate()

Generates an observable sequence that contains an object representing an open connection to the Open Sound Control communication channel.

public override IObservable<IDisposable> Generate()

Returns

IObservable<IDisposable>

A sequence containing a single instance of the IDisposable class representing a connection to the underlying communication channel.