C# Класс ZWaveActionUI.ControllerCommandDlg

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ControllerCommandDlg ( ZWManager _manager, uint _homeId, ZWControllerCommand _op, byte nodeId, bool securityEnabled ) : System
MyControllerStateChangedHandler ( ZWControllerState state ) : void
NotificationHandler ( ZWNotification notification ) : void

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

ControllerCommandDlg() публичный Метод

public ControllerCommandDlg ( ZWManager _manager, uint _homeId, ZWControllerCommand _op, byte nodeId, bool securityEnabled ) : System
_manager ZWManager
_homeId uint
_op ZWControllerCommand
nodeId byte
securityEnabled bool
Результат System

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

MyControllerStateChangedHandler() публичный статический Метод

public static MyControllerStateChangedHandler ( ZWControllerState state ) : void
state ZWControllerState
Результат void

NotificationHandler() публичный статический Метод

public static NotificationHandler ( ZWNotification notification ) : void
notification ZWNotification
Результат void