C# Class HomeAutomation.Core.DeviceBase

Provides a basic implementation of the IDevice interface.
Inheritance: IDevice
显示文件 Open project: moszinet/HomeAutomation

Public Methods

Method 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 method

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
return void