C# Class RaumfeldNET.ConfigManager

Inheritance: RaumfeldNET.Base.BaseManager
Afficher le fichier Open project: stoennies/raumwiese Class Usage Examples

Méthodes publiques

Méthode Description
ConfigManager ( UPNP _upnpStack ) : System
findConfigService ( ) : void

Méthodes protégées

Méthode Description
configServiceFoundSink ( CpConfigService _configService ) : void
configServiceRemovedSink ( CpConfigService _configService ) : void
configService_onZoneSetupChanged ( CpConfigService _configService ) : void

Method Details

ConfigManager() public méthode

public ConfigManager ( UPNP _upnpStack ) : System
_upnpStack UPNP
Résultat System

configServiceFoundSink() protected méthode

protected configServiceFoundSink ( CpConfigService _configService ) : void
_configService RaumfeldNET.UPNP.CpConfigService
Résultat void

configServiceRemovedSink() protected méthode

protected configServiceRemovedSink ( CpConfigService _configService ) : void
_configService RaumfeldNET.UPNP.CpConfigService
Résultat void

configService_onZoneSetupChanged() protected méthode

protected configService_onZoneSetupChanged ( CpConfigService _configService ) : void
_configService RaumfeldNET.UPNP.CpConfigService
Résultat void

findConfigService() public méthode

public findConfigService ( ) : void
Résultat void