C# Class OSAE.Zwave.Zwave

Inheritance: OSAEPluginBase
Mostrar archivo Open project: opensourceautomation/Open-Source-Automation

Public Methods

Method Description
MyControllerStateChangedHandler ( ZWControllerState state ) : void
NotificationHandler ( ZWNotification notification ) : void
ProcessCommand ( OSAEMethod method ) : void
RunInterface ( string pluginName ) : void
Shutdown ( ) : void

Private Methods

Method Description
GetNode ( UInt32 homeId, Byte nodeId ) : Node
NotificationHandler ( ) : void
StartOpenzwaveAsync ( ) : System.Threading.Task
StopOpenzwave ( ) : void
enablePolling ( byte nid ) : void

Method Details

MyControllerStateChangedHandler() public static method

public static MyControllerStateChangedHandler ( ZWControllerState state ) : void
state ZWControllerState
return void

NotificationHandler() public method

public NotificationHandler ( ZWNotification notification ) : void
notification ZWNotification
return void

ProcessCommand() public method

public ProcessCommand ( OSAEMethod method ) : void
method OSAEMethod
return void

RunInterface() public method

public RunInterface ( string pluginName ) : void
pluginName string
return void

Shutdown() public method

public Shutdown ( ) : void
return void