C# Class TVServerKodi.TVServerKodiPlugin

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

Méthodes publiques

Méthode Description
Start ( TvControl controller ) : void

Starts the plugin

Stop ( ) : void

Stops the plugin

Private Methods

Méthode Description
LoadSettings ( ) : void
SaveSettings ( ) : void
StartListenThread ( ) : bool
StopListenThread ( ) : void
events_OnTvServerEvent ( object sender, EventArgs eventArgs ) : void

Method Details

Start() public méthode

Starts the plugin
public Start ( TvControl controller ) : void
controller TvControl
Résultat void

Stop() public méthode

Stops the plugin
public Stop ( ) : void
Résultat void