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

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

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
Connect ( ConfiguredEndpoint endpoint ) : void

Connects to a server.

Disconnect ( ) : void

Disconnects from a server.

OpenForm ( ) : void

Opens a new form.

PublisherForm ( ) : System
PublisherForm ( ServiceMessageContext context, ApplicationInstance application, PublisherForm masterForm, ApplicationConfiguration configuration ) : System

보호된 메소드들

메소드 설명
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 this form is closing.

비공개 메소드들

메소드 설명
DiscoverServersMI_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
NotificationsCTRL_ItemsAdded ( object sender, ListItemActionEventArgs 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

contentsToolStripMenuItem_Click ( object sender, EventArgs e ) : void

메소드 상세

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 Opc.Ua.Client.Session
리턴 void

OnClosing() 보호된 메소드

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

OpenForm() 공개 메소드

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

PublisherForm() 공개 메소드

public PublisherForm ( ) : System
리턴 System

PublisherForm() 공개 메소드

public PublisherForm ( ServiceMessageContext context, ApplicationInstance application, PublisherForm masterForm, ApplicationConfiguration configuration ) : System
context ServiceMessageContext
application Opc.Ua.Configuration.ApplicationInstance
masterForm PublisherForm
configuration ApplicationConfiguration
리턴 System

프로퍼티 상세

BrowseCTRL 보호되어 있는 프로퍼티

protected BrowseTreeCtrl BrowseCTRL
리턴 BrowseTreeCtrl

SessionsCTRL 보호되어 있는 프로퍼티

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