C# Class Opc.Ua.Sample.Controls.CallMethodDlg

Inheritance: System.Windows.Forms.Form
ファイルを表示 Open project: OPCFoundation/UA-.NET

Public Methods

Method Description
CallMethodDlg ( ) : System
Show ( Session session, NodeId objectId, NodeId methodId ) : void

Displays the dialog.

Private Methods

Method Description
CancelBTN_Click ( object sender, EventArgs e ) : void
OkBTN_Click ( object sender, EventArgs e ) : void
Session_Closing ( object sender, EventArgs e ) : void

Method Details

CallMethodDlg() public method

public CallMethodDlg ( ) : System
return System

Show() public method

Displays the dialog.
public Show ( Session session, NodeId objectId, NodeId methodId ) : void
session Opc.Ua.Client.Session
objectId NodeId
methodId NodeId
return void