Transmit an OSC packet via UDP.

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

Parameters

destination
Type: System.Net..::.IPEndPoint
The packet's destination.

See Also