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

Displays the results from a history read operation.
Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: OPCFoundation/UA-.NET

Méthodes publiques

Méthode Description
Back ( ) : void

Returns the grid to the enter input arguments state.

Call ( ) : void

Calls the method.

CallRequestListViewCtrl ( ) : System

Constructs a new instance.

ChangeSession ( Session session ) : void

Changes the session used for the call request.

SetMethod ( Opc.Ua.NodeId objectId, Opc.Ua.NodeId methodId ) : void

Sets the method for the call request.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
DisplayInputArguments ( ) : void

Displays the input arguments.

EditMI_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.

ReadArguments ( Opc.Ua.NodeId nodeId ) : void

Reads the arguments for the method.

UpdateRow ( DataRow row, Argument argument, Variant value, bool isOutputArgument ) : void

Updates the row with an argument and its value.

Method Details

Back() public méthode

Returns the grid to the enter input arguments state.
public Back ( ) : void
Résultat void

Call() public méthode

Calls the method.
public Call ( ) : void
Résultat void

CallRequestListViewCtrl() public méthode

Constructs a new instance.
public CallRequestListViewCtrl ( ) : System
Résultat System

ChangeSession() public méthode

Changes the session used for the call request.
public ChangeSession ( Session session ) : void
session Opc.Ua.Client.Session
Résultat void

Dispose() protected méthode

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

SetMethod() public méthode

Sets the method for the call request.
public SetMethod ( Opc.Ua.NodeId objectId, Opc.Ua.NodeId methodId ) : void
objectId Opc.Ua.NodeId
methodId Opc.Ua.NodeId
Résultat void