C# 클래스 Animatroller.Framework.Expander.OscClient

상속: IPort, IRunnable
파일 보기 프로젝트 열기: HakanL/animatroller 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
log Logger

공개 메소드들

메소드 설명
OscClient ( IPAddress destination, int destinationPort ) : System
OscClient ( string destination, int destinationPort ) : System
Send ( string address ) : OscClient
Send ( string address, bool convertDoubleToFloat ) : OscClient
Start ( ) : void
Stop ( ) : void

메소드 상세

OscClient() 공개 메소드

public OscClient ( IPAddress destination, int destinationPort ) : System
destination System.Net.IPAddress
destinationPort int
리턴 System

OscClient() 공개 메소드

public OscClient ( string destination, int destinationPort ) : System
destination string
destinationPort int
리턴 System

Send() 공개 메소드

public Send ( string address ) : OscClient
address string
리턴 OscClient

Send() 공개 메소드

public Send ( string address, bool convertDoubleToFloat ) : OscClient
address string
convertDoubleToFloat bool
리턴 OscClient

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

프로퍼티 상세

log 보호되어 있는 정적으로 프로퍼티

protected static Logger log
리턴 Logger