C# Class ZWaveActionUI.ControllerCommandDlg

Inheritance: System.Windows.Forms.Form
显示文件 Open project: noant/Pyrite Class Usage Examples

Public Methods

Method Description
ControllerCommandDlg ( ZWManager _manager, uint _homeId, ZWControllerCommand _op, byte nodeId, bool securityEnabled ) : System
MyControllerStateChangedHandler ( ZWControllerState state ) : void
NotificationHandler ( ZWNotification notification ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
ButtonCancel_Click ( object sender, EventArgs e ) : void
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

Method Details

ControllerCommandDlg() public method

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

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

MyControllerStateChangedHandler() public static method

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

NotificationHandler() public static method

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