C# Class OSAE.XBMC.XBMCSystem

Afficher le fichier Open project: opensourceautomation/Open-Source-Automation Class Usage Examples

Méthodes publiques

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

Private Methods

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

public Connect ( ) : bool
Résultat bool

XBMCSystem() public méthode

public XBMCSystem ( string name, string ip, int port, string username, string password ) : System
name string
ip string
port int
username string
password string
Résultat System

getStatus() public méthode

public getStatus ( ) : void
Résultat void