Class CreateTransport
Provides an abstract base class for operators that create OSC communication channels.
public abstract class CreateTransport : Source<IDisposable>, INamedElement
- Inheritance
-
CreateTransport
- Implements
- Derived
- Inherited Members
Properties
Name
Gets or sets the name of the communication channel to reserve for the OSC protocol.
public string Name { get; set; }
Property Value
Methods
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.