C# Class osc.net.OscUdpServer

Inheritance: IOscServer
Datei anzeigen Open project: daniel-bytes/osc.net

Public Methods

Method Description
BeginListen ( ) : void
Dispose ( ) : void
EndListen ( ) : void
OscUdpServer ( OscEndpoint endpoint ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void
OnMessageReceived ( MessageReceivedEventArgs args ) : void

Private Methods

Method Description
OnListen ( ) : void

Method Details

BeginListen() public method

public BeginListen ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

EndListen() public method

public EndListen ( ) : void
return void

OnMessageReceived() protected method

protected OnMessageReceived ( MessageReceivedEventArgs args ) : void
args MessageReceivedEventArgs
return void

OscUdpServer() public method

public OscUdpServer ( OscEndpoint endpoint ) : System
endpoint OscEndpoint
return System