C# Класс Opc.Ua.Client.Controls.GdsDiscoverServersDlg

Показать файл Открыть проект

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

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