C# Class TVServerKodi.Commands.Help

Inheritance: CommandHandler
Afficher le fichier Open project: margro/TVServerXBMC

Méthodes publiques

Méthode Description
Help ( ConnectionHandler connection ) : System
getCommandToHandle ( ) : string
handleCommand ( string myCommand, string arguments, TvControl &me ) : void

Method Details

Help() public méthode

public Help ( ConnectionHandler connection ) : System
connection ConnectionHandler
Résultat System

getCommandToHandle() public méthode

public getCommandToHandle ( ) : string
Résultat string

handleCommand() public méthode

public handleCommand ( string myCommand, string arguments, TvControl &me ) : void
myCommand string
arguments string
me TvControl
Résultat void