C# Class OSC.NET.OSCTransmitter

OSCTransmitter
Afficher le fichier Open project: Ractiv/touch_plus_source_code Class Usage Examples

Protected Properties

Свойство Type Description
remoteHost string
remotePort int
udpClient System.Net.Sockets.UdpClient

Méthodes publiques

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

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Connect() public méthode

public Connect ( ) : void
Résultat void

OSCTransmitter() public méthode

public OSCTransmitter ( string remoteHost, int remotePort ) : System
remoteHost string
remotePort int
Résultat System

Send() public méthode

public Send ( OSCPacket packet ) : int
packet OSCPacket
Résultat int

Property Details

remoteHost protected_oe property

protected string remoteHost
Résultat string

remotePort protected_oe property

protected int remotePort
Résultat int

udpClient protected_oe property

protected UdpClient,System.Net.Sockets udpClient
Résultat System.Net.Sockets.UdpClient