C# Class OSC.NET.OSCTransmitter

OSCTransmitter
Show file Open project: Ractiv/touch_plus_source_code Class Usage Examples

Protected Properties

Property Type Description
remoteHost string
remotePort int
udpClient System.Net.Sockets.UdpClient

Public Methods

Method Description
Close ( ) : void
Connect ( ) : void
OSCTransmitter ( string remoteHost, int remotePort ) : System
Send ( OSCPacket packet ) : int

Method Details

Close() public method

public Close ( ) : void
return void

Connect() public method

public Connect ( ) : void
return void

OSCTransmitter() public method

public OSCTransmitter ( string remoteHost, int remotePort ) : System
remoteHost string
remotePort int
return System

Send() public method

public Send ( OSCPacket packet ) : int
packet OSCPacket
return int

Property Details

remoteHost protected property

protected string remoteHost
return string

remotePort protected property

protected int remotePort
return int

udpClient protected property

protected UdpClient,System.Net.Sockets udpClient
return System.Net.Sockets.UdpClient