C# 클래스 Opc.Ua.Client.Controls.GdsDiscoverServersDlg

파일 보기 프로젝트 열기: OPCFoundation/UA-.NET

공개 메소드들

메소드 설명
GdsDiscoverServersDlg ( ) : System

Constructs the form.

ShowDialog ( ApplicationConfiguration configuration, bool showSearchPanel ) : ApplicationDescription

Shows the dialog.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
BrowseCK_CheckedChanged ( object sender, EventArgs e ) : void
BrowseCTRL_AfterSelect ( object sender, EventArgs e ) : void
CloseBTN_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.

ProcessFilter ( ComboBox selection, TextBox filter ) : string

Adds wildcards to the filter.

Read ( NodeId nodeId ) : ApplicationDescription

Reads the application description from the GDS.

Search ( ) : void

Searches the server for servers.

SearchBTN_Click ( object sender, EventArgs e ) : void
ServerCTRL_ConnectComplete ( object sender, EventArgs e ) : void
ServerCTRL_ReconnectComplete ( object sender, EventArgs e ) : void
ServersLV_SelectedIndexChanged ( object sender, EventArgs e ) : void
UpdateResults ( ApplicationDescription descriptions ) : void

Adds the results to the control.

메소드 상세

Dispose() 보호된 메소드

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

GdsDiscoverServersDlg() 공개 메소드

Constructs the form.
public GdsDiscoverServersDlg ( ) : System
리턴 System

ShowDialog() 공개 메소드

Shows the dialog.
public ShowDialog ( ApplicationConfiguration configuration, bool showSearchPanel ) : ApplicationDescription
configuration ApplicationConfiguration
showSearchPanel bool
리턴 ApplicationDescription