C# 클래스 HomeAutomation.Core.DeviceBase

Provides a basic implementation of the IDevice interface.
상속: IDevice
파일 보기 프로젝트 열기: moszinet/HomeAutomation

공개 메소드들

메소드 설명
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