C# Class TVServerKodi.Commands.GetUserName

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

Méthodes publiques

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

Method Details

GetUserName() public méthode

public GetUserName ( ConnectionHandler connection ) : System
connection TVServerKodi.ConnectionHandler
Résultat System

getCommandToHandle() public méthode

public getCommandToHandle ( ) : string
Résultat string

handleCommand() public méthode

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