C# Class OSAE.XBMC.XBMCSystem

Show file Open project: opensourceautomation/Open-Source-Automation Class Usage Examples

Public Methods

Method Description
Connect ( ) : bool
XBMCSystem ( string name, string ip, int port, string username, string password ) : System
getStatus ( ) : void

Private Methods

Method Description
Player_OnPause ( string sender = null, XBMCRPC data = null ) : void
Player_OnPlay ( string sender = null, XBMCRPC data = null ) : void
Player_OnStop ( string sender = null, XBMCRPC.Methods.Player data = null ) : void

Method Details

Connect() public method

public Connect ( ) : bool
return bool

XBMCSystem() public method

public XBMCSystem ( string name, string ip, int port, string username, string password ) : System
name string
ip string
port int
username string
password string
return System

getStatus() public method

public getStatus ( ) : void
return void