C# Class Animatroller.Framework.Expander.OscClient

Inheritance: IPort, IRunnable
Show file Open project: HakanL/animatroller Class Usage Examples

Protected Properties

Property Type Description
log Logger

Public Methods

Method 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 method

public OscClient ( IPAddress destination, int destinationPort ) : System
destination System.Net.IPAddress
destinationPort int
return System

OscClient() public method

public OscClient ( string destination, int destinationPort ) : System
destination string
destinationPort int
return System

Send() public method

public Send ( string address ) : OscClient
address string
return OscClient

Send() public method

public Send ( string address, bool convertDoubleToFloat ) : OscClient
address string
convertDoubleToFloat bool
return OscClient

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

Property Details

log protected static property

protected static Logger log
return Logger