C# Class TVServerKodi.Commands.CloseConnection

Inheritance: CommandHandler
ファイルを表示 Open project: margro/TVServerXBMC

Public Methods

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

Method Details

CloseConnection() public method

public CloseConnection ( ConnectionHandler connection ) : System
connection 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