C# 클래스 OZWForm.ControllerCommandDlg

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: Yadoms/yadoms 1 사용 예제들

공개 메소드들

메소드 설명
ControllerCommandDlg ( MainForm _mainDlg, ZWManager _manager, UInt32 homeId, ZWControllerCommand _op, Byte nodeId ) : System

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, EventArgs e ) : void

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.

메소드 상세

ControllerCommandDlg() 공개 메소드

Initializes a new instance of the ControllerCommandDlg class.
public ControllerCommandDlg ( MainForm _mainDlg, ZWManager _manager, UInt32 homeId, ZWControllerCommand _op, Byte nodeId ) : System
_mainDlg MainForm The main form.
_manager ZWManager The manager.
homeId System.UInt32 The home identifier.
_op ZWControllerCommand The Controller Command.
nodeId Byte The node identifier.
리턴 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() 공개 정적인 메소드

Handles controller state changes.
public static MyControllerStateChangedHandler ( ZWControllerState state ) : void
state ZWControllerState The state.
리턴 void

NotificationHandler() 공개 정적인 메소드

Handles Notifications.
public static NotificationHandler ( ZWNotification notification ) : void
notification ZWNotification The notification.
리턴 void