Method | Description | |
---|---|---|
ControllerCommandDlg ( ZWManager _manager, uint _homeId, ZWControllerCommand _op, byte nodeId, bool securityEnabled ) : System | ||
MyControllerStateChangedHandler ( ZWControllerState state ) : void | ||
NotificationHandler ( ZWNotification notification ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
ButtonCancel_Click ( object sender, |
||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
SetButtonEnabled ( bool enabled ) : void | ||
SetButtonText ( String text ) : void | ||
SetDialogText ( String text ) : void |
public ControllerCommandDlg ( ZWManager _manager, uint _homeId, ZWControllerCommand _op, byte nodeId, bool securityEnabled ) : System | ||
_manager | ZWManager | |
_homeId | uint | |
_op | ZWControllerCommand | |
nodeId | byte | |
securityEnabled | bool | |
return | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public static MyControllerStateChangedHandler ( ZWControllerState state ) : void | ||
state | ZWControllerState | |
return | void |
public static NotificationHandler ( ZWNotification notification ) : void | ||
notification | ZWNotification | |
return | void |