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

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

보호된 프로퍼티들

프로퍼티 타입 설명
log Logger

공개 메소드들

메소드 설명
Connect ( LogicalDevice logicalDevice ) : Raspberry
Raspberry ( [ name = "" ) : System
Raspberry ( string hostEntry, int listenPort ) : System
Start ( ) : void
Stop ( ) : void
Test ( int value ) : void

보호된 메소드들

메소드 설명
RaiseAudioTrackDone ( ) : void
RaiseVideoTrackDone ( ) : void

비공개 메소드들

메소드 설명
CheckIdempotence ( OscServer msg ) : bool
Initialize ( string hostEntry, int listenPort ) : void
WireupOutput ( int index ) : void

메소드 상세

Connect() 공개 메소드

public Connect ( LogicalDevice logicalDevice ) : Raspberry
logicalDevice LogicalDevice
리턴 Raspberry

RaiseAudioTrackDone() 보호된 메소드

protected RaiseAudioTrackDone ( ) : void
리턴 void

RaiseVideoTrackDone() 보호된 메소드

protected RaiseVideoTrackDone ( ) : void
리턴 void

Raspberry() 공개 메소드

public Raspberry ( [ name = "" ) : System
name [
리턴 System

Raspberry() 공개 메소드

public Raspberry ( string hostEntry, int listenPort ) : System
hostEntry string
listenPort int
리턴 System

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

Test() 공개 메소드

public Test ( int value ) : void
value int
리턴 void

프로퍼티 상세

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

protected static Logger log
리턴 Logger