C# Class Animatroller.Framework.Expander.OscClient

Inheritance: IPort, IRunnable
Afficher le fichier Open project: HakanL/animatroller Class Usage Examples

Protected Properties

Свойство Type Description
log Logger

Méthodes publiques

Méthode Description
OscClient ( IPAddress destination, int destinationPort ) : System
OscClient ( string destination, int destinationPort ) : System
Send ( string address ) : OscClient
Send ( string address, bool convertDoubleToFloat ) : OscClient
Start ( ) : void
Stop ( ) : void

Method Details

OscClient() public méthode

public OscClient ( IPAddress destination, int destinationPort ) : System
destination System.Net.IPAddress
destinationPort int
Résultat System

OscClient() public méthode

public OscClient ( string destination, int destinationPort ) : System
destination string
destinationPort int
Résultat System

Send() public méthode

public Send ( string address ) : OscClient
address string
Résultat OscClient

Send() public méthode

public Send ( string address, bool convertDoubleToFloat ) : OscClient
address string
convertDoubleToFloat bool
Résultat OscClient

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Property Details

log protected_oe static_oe property

protected static Logger log
Résultat Logger