Transmit an OSC packet.

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

Parameters

packet
Type: Bespoke.Common.Osc..::.OscPacket
The packet to transmit.
destination
Type: System.Net..::.IPEndPoint
The packet's destination.

See Also