Gets the selected transport type.

Namespace:  Bespoke.Common.Osc
Assembly:  Bespoke.Common.Osc (in Bespoke.Common.Osc.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public TransportType TransportType { get; }
Visual Basic (Declaration)
Public ReadOnly Property TransportType As TransportType
Visual C++
public:
property TransportType TransportType {
	TransportType get ();
}

See Also