C# Class TVServerKodi.Commands.IsTimeshifting

Inheritance: CommandHandler
Exibir arquivo Open project: margro/TVServerXBMC

Public Methods

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

Method Details

IsTimeshifting() public method

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