[Missing <summary> documentation for "M:Bespoke.Common.Osc.OscClient.Send(Bespoke.Common.Osc.OscPacket)"]

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

Parameters

packet
Type: Bespoke.Common.Osc..::.OscPacket

[Missing <param name="packet"/> documentation for "M:Bespoke.Common.Osc.OscClient.Send(Bespoke.Common.Osc.OscPacket)"]

See Also