C# 클래스 HomeAutomation.Core.ControllerHost

Provides an well known interface for the controllers to interact with the gateway.
파일 보기 프로젝트 열기: moszinet/HomeAutomation 1 사용 예제들

공개 메소드들

메소드 설명
ExecuteDeviceCommand ( DeviceCommand command ) : void

비공개 메소드들

메소드 설명
ControllerDiagnosticsReceived ( IController sender, object diagnostics ) : void

Sends diagnostics information to other controllers.

DeviceNetworkDiagnosticsReceived ( IDeviceNetwork deviceNetwork, object diagnostics ) : void
DeviceStateReceived ( DeviceState deviceState ) : void
StatisticsReceived ( Statistics systemStatistics ) : void

Sends statistics information about the home automation system.

메소드 상세

ExecuteDeviceCommand() 공개 메소드

public ExecuteDeviceCommand ( DeviceCommand command ) : void
command DeviceCommand
리턴 void