C# Class OSAE.Sony.Sony

Inheritance: OSAEPluginBase
Mostrar archivo Open project: opensourceautomation/Open-Source-Automation

Public Methods

Method Description
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

Method Details

CheckObjByName() public method

public CheckObjByName ( string Objname ) : bool
Objname string
return bool

OnlineUpdateTime() public method

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

ProcessCommand() public method

public ProcessCommand ( OSAEMethod method ) : void
method OSAEMethod
return void

RunInterface() public method

public RunInterface ( string pluginName ) : void
pluginName string
return void

Shutdown() public method

public Shutdown ( ) : void
return void

discoverDevices() public method

public discoverDevices ( ) : void
return void

registerCheck() public method

public registerCheck ( OSAEMethod method ) : bool
method OSAEMethod
return bool

registerDevice() public method

public registerDevice ( OSAEMethod method ) : void
method OSAEMethod
return void

retrieveDeviceCmd() public method

public retrieveDeviceCmd ( OSAEMethod method ) : void
method OSAEMethod
return void

setchannel() public method

public setchannel ( OSAEMethod method ) : void
method OSAEMethod
return void

updateonline() public method

public updateonline ( ) : void
return void