C# Class OSAE.Onkyo.Onkyo

Inheritance: OSAEPluginBase
Show file Open project: opensourceautomation/Open-Source-Automation

Public Methods

Method Description
ProcessCommand ( OSAEMethod method ) : void
RunInterface ( string pluginName ) : void
SendCommand_Network ( Receiver r, String command ) : void
Shutdown ( ) : void
getReceiver ( string name ) : Receiver

Private Methods

Method Description
OnkyoMessageHandler ( OSAE.Onkyo.Device oDevice ) : void

Method Details

ProcessCommand() public method

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

RunInterface() public method

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

SendCommand_Network() public method

public SendCommand_Network ( Receiver r, String command ) : void
r Receiver
command String
return void

Shutdown() public method

public Shutdown ( ) : void
return void

getReceiver() public method

public getReceiver ( string name ) : Receiver
name string
return Receiver