C# Class OSCClient, fuze-vj-kit

Mostrar archivo Open project: unity3d-jp/fuze-vj-kit Class Usage Examples

Public Methods

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

Method Details

OSCClient() public method

public OSCClient ( string serverHostname, int serverPort ) : System
serverHostname string
serverPort int
return System

SendSimpleMessage() public method

public SendSimpleMessage ( string path, byte b ) : void
path string
b byte
return void

SendSimpleMessage() public method

public SendSimpleMessage ( string path, float f ) : void
path string
f float
return void

SendSimpleMessage() public method

public SendSimpleMessage ( string path, int i ) : void
path string
i int
return void