C# 클래스 TVServerKodi.Commands.GetChannelThumb

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

공개 메소드들

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

비공개 메소드들

메소드 설명
ToThumbFileName ( string strName ) : string

메소드 상세

GetChannelThumb() 공개 메소드

public GetChannelThumb ( 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