C# Class osc.net.OscUdpServer

Inheritance: IOscServer
Afficher le fichier Open project: daniel-bytes/osc.net

Méthodes publiques

Méthode Description
BeginListen ( ) : void
Dispose ( ) : void
EndListen ( ) : void
OscUdpServer ( OscEndpoint endpoint ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
OnMessageReceived ( MessageReceivedEventArgs args ) : void

Private Methods

Méthode Description
OnListen ( ) : void

Method Details

BeginListen() public méthode

public BeginListen ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

EndListen() public méthode

public EndListen ( ) : void
Résultat void

OnMessageReceived() protected méthode

protected OnMessageReceived ( MessageReceivedEventArgs args ) : void
args MessageReceivedEventArgs
Résultat void

OscUdpServer() public méthode

public OscUdpServer ( OscEndpoint endpoint ) : System
endpoint OscEndpoint
Résultat System