C# 클래스 TVServerKodi.Commands.AddSchedule

상속: CommandHandler
파일 보기 프로젝트 열기: margro/TVServerXBMC

공개 메소드들

메소드 설명
AddSchedule ( ConnectionHandler connection ) : System
getCommandToHandle ( ) : string
handleCommand ( string command, string arguments, TvControl &me ) : void

메소드 상세

AddSchedule() 공개 메소드

public AddSchedule ( ConnectionHandler connection ) : System
connection TVServerKodi.ConnectionHandler
리턴 System

getCommandToHandle() 공개 메소드

public getCommandToHandle ( ) : string
리턴 string

handleCommand() 공개 메소드

public handleCommand ( string command, string arguments, TvControl &me ) : void
command string
arguments string
me TvControl
리턴 void