Метод | Описание | |
---|---|---|
ControllerCommandDlg ( |
Initializes a new instance of the ControllerCommandDlg class.
|
|
MyControllerStateChangedHandler ( ZWControllerState state ) : void |
Handles controller state changes.
|
|
NotificationHandler ( ZWNotification notification ) : void |
Handles Notifications.
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Метод | Описание | |
---|---|---|
ButtonCancel_Click ( object sender, |
Handles the Click event of the ButtonCancel control.
|
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
SetButtonEnabled ( bool enabled ) : void |
Sets the button enabled.
|
|
SetButtonText ( String text ) : void |
Sets the button text.
|
|
SetDialogText ( String text ) : void |
Sets the dialog text.
|
public ControllerCommandDlg ( |
||
_mainDlg | The main form. | |
_manager | ZWManager | The manager. |
homeId | The home identifier. | |
_op | ZWControllerCommand | The Controller Command. |
nodeId | Byte | The node identifier. |
Результат | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Результат | void |
public static MyControllerStateChangedHandler ( ZWControllerState state ) : void | ||
state | ZWControllerState | The state. |
Результат | void |
public static NotificationHandler ( ZWNotification notification ) : void | ||
notification | ZWNotification | The notification. |
Результат | void |