C# Class OSC.NET.OSCTransmitter

OSCTransmitter
Exibir arquivo 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_oe property

protected string remoteHost
return string

remotePort protected_oe property

protected int remotePort
return int

udpClient protected_oe property

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