C# Class OSAE.Sony.Sony

Inheritance: OSAEPluginBase
Afficher le fichier Open project: opensourceautomation/Open-Source-Automation

Méthodes publiques

Méthode 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 méthode

public CheckObjByName ( string Objname ) : bool
Objname string
Résultat bool

OnlineUpdateTime() public méthode

public OnlineUpdateTime ( object sender, EventArgs eArgs ) : void
sender object
eArgs System.EventArgs
Résultat void

ProcessCommand() public méthode

public ProcessCommand ( OSAEMethod method ) : void
method OSAEMethod
Résultat void

RunInterface() public méthode

public RunInterface ( string pluginName ) : void
pluginName string
Résultat void

Shutdown() public méthode

public Shutdown ( ) : void
Résultat void

discoverDevices() public méthode

public discoverDevices ( ) : void
Résultat void

registerCheck() public méthode

public registerCheck ( OSAEMethod method ) : bool
method OSAEMethod
Résultat bool

registerDevice() public méthode

public registerDevice ( OSAEMethod method ) : void
method OSAEMethod
Résultat void

retrieveDeviceCmd() public méthode

public retrieveDeviceCmd ( OSAEMethod method ) : void
method OSAEMethod
Résultat void

setchannel() public méthode

public setchannel ( OSAEMethod method ) : void
method OSAEMethod
Résultat void

updateonline() public méthode

public updateonline ( ) : void
Résultat void