C# Class Shed.Controllers.Onkyo.OnkyoController

显示文件 Open project: jskeet/DemoCode

Public Methods

Method Description
OnkyoController ( string host, int port = 60128 ) : Shed.Controllers.Reflection

Private Methods

Method Description
GetCommandBytes ( string command ) : byte[]
Off ( ) : void
On ( ) : void
SendCommand ( string command ) : void
SetVolume ( int percentage ) : void
Source ( string source ) : void

Method Details

OnkyoController() public method

public OnkyoController ( string host, int port = 60128 ) : Shed.Controllers.Reflection
host string
port int
return Shed.Controllers.Reflection