C# 클래스 OSAE.Sony.Sony

상속: OSAEPluginBase
파일 보기 프로젝트 열기: opensourceautomation/Open-Source-Automation

공개 메소드들

메소드 설명
CheckObjByName ( string Objname ) : bool
OnlineUpdateTime ( object sender, EventArgs eArgs ) : void
ProcessCommand ( OSAEMethod method ) : void
RunInterface ( string pluginName ) : void
Shutdown ( ) : void
discoverDevices ( ) : void
registerCheck ( OSAEMethod method ) : bool
registerDevice ( OSAEMethod method ) : void
retrieveDeviceCmd ( OSAEMethod method ) : void
setchannel ( OSAEMethod method ) : void
updateonline ( ) : void

메소드 상세

CheckObjByName() 공개 메소드

public CheckObjByName ( string Objname ) : bool
Objname string
리턴 bool

OnlineUpdateTime() 공개 메소드

public OnlineUpdateTime ( object sender, EventArgs eArgs ) : void
sender object
eArgs System.EventArgs
리턴 void

ProcessCommand() 공개 메소드

public ProcessCommand ( OSAEMethod method ) : void
method OSAEMethod
리턴 void

RunInterface() 공개 메소드

public RunInterface ( string pluginName ) : void
pluginName string
리턴 void

Shutdown() 공개 메소드

public Shutdown ( ) : void
리턴 void

discoverDevices() 공개 메소드

public discoverDevices ( ) : void
리턴 void

registerCheck() 공개 메소드

public registerCheck ( OSAEMethod method ) : bool
method OSAEMethod
리턴 bool

registerDevice() 공개 메소드

public registerDevice ( OSAEMethod method ) : void
method OSAEMethod
리턴 void

retrieveDeviceCmd() 공개 메소드

public retrieveDeviceCmd ( OSAEMethod method ) : void
method OSAEMethod
리턴 void

setchannel() 공개 메소드

public setchannel ( OSAEMethod method ) : void
method OSAEMethod
리턴 void

updateonline() 공개 메소드

public updateonline ( ) : void
리턴 void