Bespoke Open Sound Control Library
Send Method (packet, client)
NamespacesBespoke.Common.OscOscPacketSend(OscPacket, OscClient)
Transmit an OSC packet via TCP through the connected OscClient.
Declaration Syntax
C#Visual BasicVisual C++
public static void Send(
	OscPacket packet,
	OscClient client
)
Public Shared Sub Send ( _
	packet As OscPacket, _
	client As OscClient _
)
public:
static void Send(
	OscPacket^ packet, 
	OscClient^ client
)
Parameters
packet (OscPacket)
The packet to transmit.
client (OscClient)
The OscClient to communicate through.
Remarks
The OscClient must be connected for successful transmission.

Assembly: Bespoke.Common.Osc (Module: Bespoke.Common.Osc) Version: 4.3.0.0 (4.3.0.0)