Bespoke Multi-Touch Framework
Receiver Constructor (transmitterAddress, port, transmissionType)
NamespacesBespoke.MultiTouch.Framework.Gateway.OscReceiverReceiver(IPAddress, Int32, TransmissionType)
Initializes a new instance of the Receiver class
Declaration Syntax
C#Visual BasicVisual C++
public Receiver(
	IPAddress transmitterAddress,
	int port,
	TransmissionType transmissionType
)
Public Sub New ( _
	transmitterAddress As IPAddress, _
	port As Integer, _
	transmissionType As TransmissionType _
)
public:
Receiver(
	IPAddress^ transmitterAddress, 
	int port, 
	TransmissionType transmissionType
)
Parameters
transmitterAddress (IPAddress)

[Missing <param name="transmitterAddress"/> documentation for "M:Bespoke.MultiTouch.Framework.Gateway.Osc.Receiver.#ctor(System.Net.IPAddress,System.Int32,Bespoke.Common.Net.TransmissionType)"]

port (Int32)

[Missing <param name="port"/> documentation for "M:Bespoke.MultiTouch.Framework.Gateway.Osc.Receiver.#ctor(System.Net.IPAddress,System.Int32,Bespoke.Common.Net.TransmissionType)"]

transmissionType (TransmissionType)

[Missing <param name="transmissionType"/> documentation for "M:Bespoke.MultiTouch.Framework.Gateway.Osc.Receiver.#ctor(System.Net.IPAddress,System.Int32,Bespoke.Common.Net.TransmissionType)"]

Assembly: Bespoke.MultiTouch.Framework (Module: Bespoke.MultiTouch.Framework) Version: 4.1.0.0 (4.1.0.0)