C# Class Opc.Ua.Client.Controls.GdsDiscoverServersDlg

Datei anzeigen Open project: OPCFoundation/UA-.NET

Public Methods

Method Description
GdsDiscoverServersDlg ( ) : System

Constructs the form.

ShowDialog ( ApplicationConfiguration configuration, bool showSearchPanel ) : ApplicationDescription

Shows the dialog.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
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.

Method Details

Dispose() protected method

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

GdsDiscoverServersDlg() public method

Constructs the form.
public GdsDiscoverServersDlg ( ) : System
return System

ShowDialog() public method

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