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.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
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.
|
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 |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public NotificationHandler ( ZWNotification notification ) : void | ||
notification | ZWNotification | The notification. |
return | void |