C# Class Klak.Osc.OscServer

Inheritance: IDisposable
显示文件 Open project: keijiro/OscKlak

Public Methods

Method Description
Dispose ( ) : void
OscServer ( int listenPort ) : System
ServerLoop ( ) : void
Start ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

OscServer() public method

public OscServer ( int listenPort ) : System
listenPort int
return System

ServerLoop() public method

public ServerLoop ( ) : void
return void

Start() public method

public Start ( ) : void
return void