C# Class HomeAutomation.Core.DeviceBase

Provides a basic implementation of the IDevice interface.
Inheritance: IDevice
Afficher le fichier Open project: moszinet/HomeAutomation

Méthodes publiques

Méthode Description
ExecuteCommand ( DeviceCommand aCommand ) : void

Executes the command on this instance. More precisely this invokes the aCommand.Name method with the specified parameters.

Method Details

ExecuteCommand() public méthode

Executes the command on this instance. More precisely this invokes the aCommand.Name method with the specified parameters.
public ExecuteCommand ( DeviceCommand aCommand ) : void
aCommand DeviceCommand
Résultat void