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

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: OPCFoundation/UA-.NET

Méthodes publiques

Méthode Description
CallMethodDlg ( ) : System
Show ( Session session, NodeId objectId, NodeId methodId ) : void

Displays the dialog.

Private Methods

Méthode 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 méthode

public CallMethodDlg ( ) : System
Résultat System

Show() public méthode

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