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

ファイルを表示 Open project: OPCFoundation/UA-.NET

Public Methods

Method Description
AddItems ( ) : void

Adds the items to monitor.

ChangeSession ( Session session ) : void

Changes the session used for the subscription.

SetSubscription ( Subscription subscription ) : void

Set the subscription managed by the control.

SubscribeDataDlg ( ) : System

Creates an empty form.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

NextBTN_Click ( object sender, EventArgs e ) : void

Method Details

AddItems() public method

Adds the items to monitor.
public AddItems ( ) : void
return void

ChangeSession() public method

Changes the session used for the subscription.
public ChangeSession ( Session session ) : void
session Session
return void

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

SetSubscription() public method

Set the subscription managed by the control.
public SetSubscription ( Subscription subscription ) : void
subscription Subscription
return void

SubscribeDataDlg() public method

Creates an empty form.
public SubscribeDataDlg ( ) : System
return System