C# 클래스 OSAE.Zwave.Zwave

상속: OSAEPluginBase
파일 보기 프로젝트 열기: opensourceautomation/Open-Source-Automation

공개 메소드들

메소드 설명
MyControllerStateChangedHandler ( ZWControllerState state ) : void
NotificationHandler ( ZWNotification notification ) : void
ProcessCommand ( OSAEMethod method ) : void
RunInterface ( string pluginName ) : void
Shutdown ( ) : void

비공개 메소드들

메소드 설명
GetNode ( UInt32 homeId, Byte nodeId ) : Node
NotificationHandler ( ) : void
StartOpenzwaveAsync ( ) : System.Threading.Task
StopOpenzwave ( ) : void
enablePolling ( byte nid ) : void

메소드 상세

MyControllerStateChangedHandler() 공개 정적인 메소드

public static MyControllerStateChangedHandler ( ZWControllerState state ) : void
state ZWControllerState
리턴 void

NotificationHandler() 공개 메소드

public NotificationHandler ( ZWNotification notification ) : void
notification ZWNotification
리턴 void

ProcessCommand() 공개 메소드

public ProcessCommand ( OSAEMethod method ) : void
method OSAEMethod
리턴 void

RunInterface() 공개 메소드

public RunInterface ( string pluginName ) : void
pluginName string
리턴 void

Shutdown() 공개 메소드

public Shutdown ( ) : void
리턴 void