C# Class ZWaveActionUI.ControllerCommandDlg

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: noant/Pyrite Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

public ControllerCommandDlg ( ZWManager _manager, uint _homeId, ZWControllerCommand _op, byte nodeId, bool securityEnabled ) : System
_manager ZWManager
_homeId uint
_op ZWControllerCommand
nodeId byte
securityEnabled bool
Résultat System

Dispose() protected méthode

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

MyControllerStateChangedHandler() public static méthode

public static MyControllerStateChangedHandler ( ZWControllerState state ) : void
state ZWControllerState
Résultat void

NotificationHandler() public static méthode

public static NotificationHandler ( ZWNotification notification ) : void
notification ZWNotification
Résultat void