Gets the transmission type being used by the server.

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 TransmissionType TransmissionType { get; }
Visual Basic (Declaration)
Public ReadOnly Property TransmissionType As TransmissionType
Visual C++
public:
property TransmissionType TransmissionType {
	TransmissionType get ();
}

See Also