Method | Description | |
---|---|---|
OSCClient ( string serverHostname, int serverPort ) : System | ||
SendSimpleMessage ( string path, byte b ) : void | ||
SendSimpleMessage ( string path, float f ) : void | ||
SendSimpleMessage ( string path, int i ) : void |
public OSCClient ( string serverHostname, int serverPort ) : System | ||
serverHostname | string | |
serverPort | int | |
return | System |
public SendSimpleMessage ( string path, byte b ) : void | ||
path | string | |
b | byte | |
return | void |
public SendSimpleMessage ( string path, float f ) : void | ||
path | string | |
f | float | |
return | void |
public SendSimpleMessage ( string path, int i ) : void | ||
path | string | |
i | int | |
return | void |