Property | Type | Description | |
---|---|---|---|
log | Logger |
Method | Description | |
---|---|---|
OscClient ( |
||
OscClient ( string destination, int destinationPort ) : System | ||
Send ( string address ) : |
||
Send ( string address, bool convertDoubleToFloat ) : |
||
Start ( ) : void | ||
Stop ( ) : void |
public OscClient ( |
||
destination | ||
destinationPort | int | |
return | System |
public OscClient ( string destination, int destinationPort ) : System | ||
destination | string | |
destinationPort | int | |
return | System |
public Send ( string address, bool convertDoubleToFloat ) : |
||
address | string | |
convertDoubleToFloat | bool | |
return |