C# 클래스 Opc.Ua.Sample.Controls.ClientForm

파일 보기 프로젝트 열기: OPCFoundation/UA-.NET 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
BrowseCTRL BrowseTreeCtrl
SessionsCTRL SessionTreeCtrl

공개 메소드들

메소드 설명
ClientForm ( ) : System
ClientForm ( ServiceMessageContext context, ApplicationInstance application, ClientForm masterForm, ApplicationConfiguration configuration ) : System
Connect ( ConfiguredEndpoint endpoint ) : void

Connects to a server.

Disconnect ( ) : void

Disconnects from a server.

OpenForm ( ) : void

Opens a new form.

보호된 메소드들

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

Clean up any resources being used.

DoTest ( Session session ) : void

Provides a user defined method.

OnClosing ( CancelEventArgs e ) : void

Disconnect from the server if ths form is closing.

비공개 메소드들

메소드 설명
DiscoverServersMI_Click ( object sender, EventArgs e ) : void
DiscoverServersOnNetworkMI_Click ( object sender, EventArgs e ) : void
Discovery_RegisterMI_Click ( object sender, EventArgs e ) : void
EndpointSelectorCTRL_ConnectEndpoint ( object sender, ConnectEndpointEventArgs e ) : void
EndpointSelectorCTRL_OnChange ( object sender, EventArgs e ) : void
FileExit_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.

MainForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
NewWindowMI_Click ( object sender, EventArgs e ) : void
OnRegister ( object sender ) : void
PerformanceTestMI_Click ( object sender, EventArgs e ) : void
StandardClient_KeepAlive ( Session sender, KeepAliveEventArgs e ) : void

Updates the status control when a keep alive event occurs.

StandardClient_Server_ReconnectComplete ( object sender, EventArgs e ) : void
Task_TestMI_Click ( object sender, EventArgs e ) : void
Window_FormClosing ( object sender, FormClosingEventArgs e ) : void

Handles a close event fo

contentsToolStripMenuItem_Click ( object sender, EventArgs e ) : void

메소드 상세

ClientForm() 공개 메소드

public ClientForm ( ) : System
리턴 System

ClientForm() 공개 메소드

public ClientForm ( ServiceMessageContext context, ApplicationInstance application, ClientForm masterForm, ApplicationConfiguration configuration ) : System
context ServiceMessageContext
application ApplicationInstance
masterForm ClientForm
configuration ApplicationConfiguration
리턴 System

Connect() 공개 메소드

Connects to a server.
public Connect ( ConfiguredEndpoint endpoint ) : void
endpoint ConfiguredEndpoint
리턴 void

Disconnect() 공개 메소드

Disconnects from a server.
public Disconnect ( ) : void
리턴 void

Dispose() 보호된 메소드

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

DoTest() 보호된 메소드

Provides a user defined method.
protected DoTest ( Session session ) : void
session Session
리턴 void

OnClosing() 보호된 메소드

Disconnect from the server if ths form is closing.
protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
리턴 void

OpenForm() 공개 메소드

Opens a new form.
public OpenForm ( ) : void
리턴 void

프로퍼티 상세

BrowseCTRL 보호되어 있는 프로퍼티

protected BrowseTreeCtrl,Opc.Ua.Sample.Controls BrowseCTRL
리턴 BrowseTreeCtrl

SessionsCTRL 보호되어 있는 프로퍼티

protected SessionTreeCtrl,Opc.Ua.Sample.Controls SessionsCTRL
리턴 SessionTreeCtrl