C# Class OZWForm.ConfigurationWakeUpDlg

Show file Open project: Yadoms/yadoms Class Usage Examples

Public Methods

Method Description
ConfigurationWakeUpDlg ( ZWManager _manager, UInt32 homeId, Byte nodeId ) : System

Initializes a new instance of the ConfigurationWakeUpDlg class.

NotificationHandler ( ZWNotification notification ) : void

The notification handler.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
ConfigurationWakeUpDlg_FormClosing ( object sender, FormClosingEventArgs e ) : void

Handles the FormClosing event of the ConfigurationWakeUpDlg control.

ConfigurationWakeUpDlg_Shown ( object sender, EventArgs e ) : void

Handles the Shown event of the ConfigurationWakeUpDlg control.

InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

NotificationHandler ( ) : void

The notification handler.

Method Details

ConfigurationWakeUpDlg() public method

Initializes a new instance of the ConfigurationWakeUpDlg class.
public ConfigurationWakeUpDlg ( ZWManager _manager, UInt32 homeId, Byte nodeId ) : System
_manager ZWManager The _manager.
homeId UInt32 The home identifier.
nodeId Byte The node identifier.
return System

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

NotificationHandler() public method

The notification handler.
public NotificationHandler ( ZWNotification notification ) : void
notification ZWNotification The notification.
return void