Transmit an OSC packet via TCP through the connected OscClient.

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 void Send()
Visual Basic (Declaration)
Public Sub Send
Visual C++
public:
void Send()

Remarks

The OscClient must be connected for successful transmission.

See Also