C# 클래스 osc.net.OscUdpServer

상속: IOscServer
파일 보기 프로젝트 열기: daniel-bytes/osc.net

공개 메소드들

메소드 설명
BeginListen ( ) : void
Dispose ( ) : void
EndListen ( ) : void
OscUdpServer ( OscEndpoint endpoint ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
OnMessageReceived ( MessageReceivedEventArgs args ) : void

비공개 메소드들

메소드 설명
OnListen ( ) : void

메소드 상세

BeginListen() 공개 메소드

public BeginListen ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

EndListen() 공개 메소드

public EndListen ( ) : void
리턴 void

OnMessageReceived() 보호된 메소드

protected OnMessageReceived ( MessageReceivedEventArgs args ) : void
args MessageReceivedEventArgs
리턴 void

OscUdpServer() 공개 메소드

public OscUdpServer ( OscEndpoint endpoint ) : System
endpoint OscEndpoint
리턴 System