C# Class TVServerKodi.Commands.GetChannelThumb

Inheritance: CommandHandler
Exibir arquivo Open project: margro/TVServerXBMC

Public Methods

Method Description
GetChannelThumb ( ConnectionHandler connection ) : System
getCommandToHandle ( ) : string
handleCommand ( string command, string arguments, TvControl &me ) : void

Private Methods

Method Description
ToThumbFileName ( string strName ) : string

Method Details

GetChannelThumb() public method

public GetChannelThumb ( ConnectionHandler connection ) : System
connection TVServerKodi.ConnectionHandler
return System

getCommandToHandle() public method

public getCommandToHandle ( ) : string
return string

handleCommand() public method

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