Table of Contents

Class TransportConfiguration

Namespace
Bonsai.Osc.Net
Assembly
Bonsai.Osc.dll

Provides an abstract base class for configuring the transport communication channel used by the OSC protocol.

public abstract class TransportConfiguration
Inheritance
TransportConfiguration
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

string