OscPacket Send Method (IPEndPoint, IPEndPoint)Bespoke Osc Library
Transmit an Osc packet via UDP.

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

Public Sub Send ( _
	source As IPEndPoint, _
	destination As IPEndPoint _
)
Remarks

Instantiates a UdpClient object to bind to the specified source endpoint.
See Also