C# 클래스 ADLTest.AbstractCloudeoServiceTest

파일 보기 프로젝트 열기: addlive/addlive_sdk_c_sharp

보호된 프로퍼티들

프로퍼티 타입 설명
_devsResult string>.Dictionary
_intResult int
_scrSourcesResult List
_service CloudeoService
_stringResult string
dispatcher ADL.AddLiveServiceEventDispatcher

보호된 메소드들

메소드 설명
awaitDictResult ( string method = "", int timeout = 2000 ) : string>.Dictionary
awaitIntResult ( string method = "", int timeout = 2000 ) : int
awaitManualRendererResult ( string method = "", int timeout = 2000 ) : ManualRenderer
awaitRendererResult ( string method = "", int timeout = 2000 ) : RenderingWidget
awaitScrSourcesResult ( int timeout = 2000 ) : List
awaitStringResult ( string method = "", int timeout = 2000 ) : string
awaitVoidResult ( string method = "", int timeout = 2000 ) : void
createDevsResponder ( ) : string>>.Responder
createIntResponder ( ) : Responder
createManualRendererResponder ( ) : Responder
createRendererResponder ( ) : Responder
createScrSourcesResponder ( ) : Responder>
createStringResponder ( ) : Responder
createVoidResponder ( ) : Responder

비공개 메소드들

메소드 설명
errHandler ( int errCode, string errMessage ) : void
setUp ( ) : void
setupCall ( ) : void
tearDown ( ) : void
waitAndCheckError ( string method = "", int timeout = 2000 ) : void

메소드 상세

awaitDictResult() 보호된 메소드

protected awaitDictResult ( string method = "", int timeout = 2000 ) : string>.Dictionary
method string
timeout int
리턴 string>.Dictionary

awaitIntResult() 보호된 메소드

protected awaitIntResult ( string method = "", int timeout = 2000 ) : int
method string
timeout int
리턴 int

awaitManualRendererResult() 보호된 메소드

protected awaitManualRendererResult ( string method = "", int timeout = 2000 ) : ManualRenderer
method string
timeout int
리턴 ADL.ManualRenderer

awaitRendererResult() 보호된 메소드

protected awaitRendererResult ( string method = "", int timeout = 2000 ) : RenderingWidget
method string
timeout int
리턴 ADL.RenderingWidget

awaitScrSourcesResult() 보호된 메소드

protected awaitScrSourcesResult ( int timeout = 2000 ) : List
timeout int
리턴 List

awaitStringResult() 보호된 메소드

protected awaitStringResult ( string method = "", int timeout = 2000 ) : string
method string
timeout int
리턴 string

awaitVoidResult() 보호된 메소드

protected awaitVoidResult ( string method = "", int timeout = 2000 ) : void
method string
timeout int
리턴 void

createDevsResponder() 보호된 메소드

protected createDevsResponder ( ) : string>>.Responder
리턴 string>>.Responder

createIntResponder() 보호된 메소드

protected createIntResponder ( ) : Responder
리턴 Responder

createManualRendererResponder() 보호된 메소드

protected createManualRendererResponder ( ) : Responder
리턴 Responder

createRendererResponder() 보호된 메소드

protected createRendererResponder ( ) : Responder
리턴 Responder

createScrSourcesResponder() 보호된 메소드

protected createScrSourcesResponder ( ) : Responder>
리턴 Responder>

createStringResponder() 보호된 메소드

protected createStringResponder ( ) : Responder
리턴 Responder

createVoidResponder() 보호된 메소드

protected createVoidResponder ( ) : Responder
리턴 Responder

프로퍼티 상세

_devsResult 보호되어 있는 프로퍼티

protected Dictionary _devsResult
리턴 string>.Dictionary

_intResult 보호되어 있는 프로퍼티

protected int _intResult
리턴 int

_scrSourcesResult 보호되어 있는 프로퍼티

protected List _scrSourcesResult
리턴 List

_service 보호되어 있는 프로퍼티

protected CloudeoService _service
리턴 CloudeoService

_stringResult 보호되어 있는 프로퍼티

protected string _stringResult
리턴 string

dispatcher 보호되어 있는 프로퍼티

protected AddLiveServiceEventDispatcher,ADL dispatcher
리턴 ADL.AddLiveServiceEventDispatcher