C# 클래스 OSAE.XBMC.XBMCSystem

파일 보기 프로젝트 열기: opensourceautomation/Open-Source-Automation 1 사용 예제들

공개 메소드들

메소드 설명
Connect ( ) : bool
XBMCSystem ( string name, string ip, int port, string username, string password ) : System
getStatus ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Connect() 공개 메소드

public Connect ( ) : bool
리턴 bool

XBMCSystem() 공개 메소드

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

getStatus() 공개 메소드

public getStatus ( ) : void
리턴 void