C# Class HA4IoT.Services.System.SystemInformationService

Inheritance: HA4IoT.Contracts.Services.ServiceBase, ISystemInformationService
Afficher le fichier Open project: chkr1011/CK.HomeAutomation Class Usage Examples

Méthodes publiques

Méthode Description
Set ( string name, System.DateTime value ) : void
Set ( string name, System.TimeSpan value ) : void
Set ( string name, float value ) : void
Set ( string name, int value ) : void
Set ( string name, string value ) : void

Private Methods

Méthode Description
Status ( IApiContext apiContext ) : void

Method Details

Set() public méthode

public Set ( string name, System.DateTime value ) : void
name string
value System.DateTime
Résultat void

Set() public méthode

public Set ( string name, System.TimeSpan value ) : void
name string
value System.TimeSpan
Résultat void

Set() public méthode

public Set ( string name, float value ) : void
name string
value float
Résultat void

Set() public méthode

public Set ( string name, int value ) : void
name string
value int
Résultat void

Set() public méthode

public Set ( string name, string value ) : void
name string
value string
Résultat void