C# Класс HomeAutomation.Core.DeviceBase

Provides a basic implementation of the IDevice interface.
Наследование: IDevice
Показать файл Открыть проект

Открытые методы

Метод Описание
ExecuteCommand ( DeviceCommand aCommand ) : void

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

Описание методов

ExecuteCommand() публичный Метод

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
Результат void